/*公共样式*/
@import "comman.css";
/*头部*/
@import "header.css";
/*导航栏*/
@import "nav.css";
/*脚部区域*/
@import "footer.css";
/* banner 区域*/
.content {
  border-top: 1px solid #DEDEDE;
  padding-top: 31px;
}
.content .news-list > li {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ECECEC;
  padding-top: 30px;
}
.content .news-list > li > .news-list-image > img{
  width: 282px;
  height: 160px;
}
.content .news-list > li > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 19px;
}
.content .news-list > li > div:nth-child(2) > h3 {
  height: 26px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 26px;
}
.content .news-list > li > div:nth-child(2) > h3 > a {
  color: #3B3B3B;
}
.content .news-list > li > div:nth-child(2) > h3:hover {
  text-decoration: underline;
}
.content .news-list > li > div:nth-child(2) > p {
  margin: 10px 0;
  font-size: 13px;
  color: #999999;
}
.content .news-list > li > div:nth-child(2) > .news-info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #999999;
}
.content .news-list > li > div:nth-child(2) > .news-info > .left {
  display: flex;
}
.content .news-list > li > div:nth-child(2) > .news-info > .left > p:nth-child(2) {
  margin-left: 37px;
}
.tabTitle {
  margin-top: 0px;
}
.content{
  border: none;
}
.content .tabTitle::before{
  content: '';
  display: none;
}
div.content > div.tabTitle{
  padding: 0;
}
.listCard .news-list > li {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ECECEC;
}
.listCard .news-list > li > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 19px;
}
.listCard .news-list > li > div:nth-child(2) > h3 {
  width: 469px;
  height: 26px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 26px;
}
.listCard .news-list > li > div:nth-child(2) > h3 > a {
  color: #3B3B3B;
}
.listCard .news-list > li > div:nth-child(2) > h3:hover {
  text-decoration: underline;
}
.listCard .news-list > li > div:nth-child(2) > p {
  margin: 10px 0;
  font-size: 13px;
  color: #999999;
}
.listCard .news-list > li > div:nth-child(2) > .news-info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #999999;
}
.listCard .news-list > li > div:nth-child(2) > .news-info > .left {
  display: flex;
}
.listCard .news-list > li > div:nth-child(2) > .news-info > .left > p:nth-child(2) {
  margin-left: 37px;
}
.listCard .news-list > li > div:nth-child(2) > .news-info .icon-share {
  display: inline-block;
  width: 44px;
  height: 17px;
  background-image: url("../images/icon-share.png");
}
article > h3 {
  width: 751px;
  height: 42px;
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  color: #3B3B3B;
}
article > .news-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 13px;
  color: #999999;
}
article > .news-info > .left {
  display: flex;
}
article > .news-info > .left > p:nth-child(2) {
  margin-left: 37px;
}
article > .news-info .icon-share {
  display: inline-block;
  width: 44px;
  height: 17px;
  background-image: url("../images/icon-share.png");
}
article > img {
  display: block;
  margin: auto;
  width: 1200px;
  margin: 30px 0;
}
article > P {
  font-size: 15px;
  line-height: 27px;
  color: #666666;
  text-indent: 2em;
}

/*分页*/
#Pagination{
  width: 720px;
  margin: auto;
  margin-top: 90px;
}


/*文章列表 底部分页*/
.page-large{
  width: 400px;
  margin: auto;
  margin-top: 46px;
  text-align: center;
}
.page-large > div{
  height: 38px;
  line-height: 30px;
  padding: 4px 0;
  text-align: center;
}
a.Num{
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #999999;
  border-radius: 2px;
}
a.prev-page{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #999999;
}
a.next-page{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #999999;
}
/*当前页*/
a.on{
  font-weight: bold;
}
span.page-info{
  margin-left: 10px;
}
