@charset "utf-8";
/*预定义 间距 */
/*预定义 定位 */
/*预定义 三角 */
/* css重置 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dd,
dt,
form,
input,
p,
a {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
body {
  font-family: "微软雅黑";
  color: #555555;
  letter-spacing: 0.01rem;
}
a {
  text-decoration: none;
  color: #555555;
}
img {
  display: block;
  outline: none;
}
li {
  list-style: none;
}
/* 自定义样式 */
.container {
  width: 100%;
  max-width: 720px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}
.left {
  float: left!important;
}
.clear {
  clear: both;
}
.right {
  float: right!important;
}
.clearFloat {
  zoom: 1;
}
.clearFloat:after {
  content: '.';
  width: 0;
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
/* 设置allW类的 宽度及直接子集图片的全局自适应 */
.allW {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.allW img {
  display: block;
  width: 100%;
}
/* 设置间距类 */
.margin {
  margin-top: 0.825rem;
  margin-bottom: 0.825rem;
}
/* this is a line between two panels */
/* the premary is beginning */
.A-top-bar {
  height: 0.3rem;
  background-color: #135fbf;
}
.A-top-tips {
  font-size: 1rem;
  width: 100%;
  text-align: center;
  line-height: 1.8rem;
  background-color: #f6fbff;
  color: #135fbf;
}
/*  */
.A-nav-list {
  background-color: #137cbf;
}
.A-nav-list li {
  float: left;
  width: 25%;
  font-size: 0.9rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 2.2rem;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
}
.A-nav-list li a {
  display: block;
  width: 100%;
  color: #fff;
}
.A-banner {
  box-sizing: border-box;
  padding-right: 1px;
  margin: 0.6rem auto;
}
.panel-title {
  height: 4.73rem;
  background: url(../images/ellipsis_06.jpg) no-repeat;
  background-size: 100%;
}
.panel-title h1 {
  font-size: 1.05rem;
  color: #fff;
  text-align: center;
  padding-top: 2.5rem;
}
.A-inner-ptitle {
  padding-top: 0.8rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px #ccc solid;
}
.A-inner-ptitle h1 {
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: #1b69a5;
  font-weight: bold;
  padding-left: 2rem;
  background: url(../images/ellipsis_09.jpg) no-repeat 0.2rem center;
  background-size: 1.4rem;
}
.A-inner-ptitle span {
  font-weight: normal;
  color: #888;
  font-size: 0.6rem;
  padding-left: 0.45rem;
  text-transform: uppercase;
}
.inner-news-list .left {
  width: 42%;
  height: 5.6rem;
}
.inner-news-list .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.inner-news-list .right {
  width: 56%;
  height: 5.6rem;
}
.inner-news-list .right h1 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
  height: 4.3rem;
  padding-top: 0.6rem;
  box-sizing: border-box;
}
.inner-news-list .right .date {
  height: 1.3rem;
  box-sizing: border-box;
  overflow:hidden;
}
.inner-news-list .right .date span {
  display: inline-block;
  padding: 0 0.4rem 0 1.7em;
  color: #333;
  font-size: 0.825rem;
  float: left;
  background: url(../images/timec.jpg) no-repeat 0rem center;
  background-size: 40%;
}
.inner-news-list .right .date span+span{float:right;background: url(../images/timg.jpg) no-repeat 0.3rem center;background-size: 25%;}
.inner-news-list li {
  padding: 0.675rem 0;
  border-bottom: 1px #ccc solid;
}
.inner-news-list li:last-child {
  border-bottom: none;
}
.inner-news-list li .video{width:100%;z-index:1;display:none;}

.footerbox{
	margin-top: 1rem;
	padding-top: 1rem;
}
.footerbox a{ color:#343434;}
.footerbox{ background-color:#edeeef; color:#343434; text-align:center; padding-bottom:1em;}
.footerbox h1{ width:100%;font-size:0.9em; line-height:2em; border-bottom:1px #cfcfcf solid;}
.bottom-logo{ width:80%; overflow:hidden; margin:1em auto 0.5em auto;}
.bottom-logo img{ width:100%;}
.footerbox p{ width:100%; line-height:1.6em; font-size: 0.9rem}
