@charset "gb2312";
.padding10{padding: 10px}
.pl10{padding-left: 10px}
.pr10{padding-right: 10px}
.pl20{padding-left: 20px}
.pr20{padding-right: 20px}
.pt10{padding-top: 10px}
.pb10{padding-bottom: 10px}
.margin10{margin: 10px}
.ml10{margin-left: 10px}
.mt10{margin-top: 10px}
.mr10{margin-right: 10px}
.mb10{margin-bottom: 10px}
.show{display: block;}
.hide{display: none;}
.main-container img{width:100%;height:100%}
.font-zh{  font-weight: 500!important;}
.font-lth{ font-weight: 400!important;}
/*页面背景*/
body{background:rgba(2,15,46,.8);}
.bg-div{
  position: relative;
  filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr='#020F2E',endcolorstr='#ABBCC3',gradientType=0);
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr='#020F2E',endcolorstr='#ABBCC3',gradientType=0);/*IE8*/
  background:rgba(2,15,46,.8); /* 一些不支持背景渐变的浏览器 */
  background:-moz-linear-gradient(top, rgb(2,15,46),rgb(171,188,195));
  background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgb(2,15,46)), to(rgb(171,188,195)));
  background:-o-linear-gradient(top,rgb(2,15,46),rgb(171,188,195));
}
.main-container{
  width: 1000px;
  margin: 0 auto;
  min-width: 1000px;
  position: relative;
}
@media screen and (max-width: 1450px) {
  .main-container{
    width: 1000px;
    margin: 0 auto;
    min-width: 1000px;
    position: relative;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1500px){
  .main-container{
    width: 1150px;
    margin: 0 auto;
    min-width: 1000px;
    position: relative;
  }
}
@media screen and (min-width: 1500px) {
  .main-container{
    width: 1150px;
    margin: 0 auto;
    min-width: 1000px;
    position: relative;
  }
}
/*内容*/
.ele-block{
  display: block;
  width: 100%;
}
.content-container{
  margin: 10px 0;
  position: relative;
}
/*内容左侧栏*/
.content-l-ctn{
  width: 750px;
}
@media screen and (max-width: 1450px) {
  .content-l-ctn{
    width: 750px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1500px){
  .content-l-ctn{
    width: 862.5px;
  }
}
@media screen and (min-width: 1500px) {
  .content-l-ctn{
    width: 862.5px;
  }
}
/*推荐栏*/
.content-l-ctn .recommend-new-ctn{
  background: rgb(237,237,237);
  padding: 15px 0 10px;
  margin-top: 5px;
}
.recommend-new-ctn a:hover{
  color:rgb(2, 126, 179);
}
.recommend-new-ctn .recommend-new-item{
  /*width: 250px;*/
  width: 33.33%;
  overflow: hidden;
  padding: 0 15px;
  border-right: 1px solid rgb(194,206,212);
  vertical-align: middle;
}
.recommend-new-ctn .recommend-new-item:last-child{
  border-right: 0;
}
.new-intr-row{
  font-size: 12px;
  height: 18px;
  color:rgb(39,39,39);
  font-weight: normal;
  position: relative;
  padding-left: 8px;
}
.new-intr-row>a{
  display: inline-block;
  width: 100%;
}
.new-intr-row:before{
  content: '.';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  font-weight: bold;
  top: -4px;
  left: 0;
}
.thumbnail-img{
  width: 85px;
  height: 50px;
  margin-bottom: 5px;
}
.thumbnail-img > img{
  width: 85px;
  height: 50px;
}
.thumbnail-header{
  font-size: 14px;
  font-weight: 600;
  width: 118px;
  margin-left: 15px;
  line-height: 1.25;
  max-height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1450px) {
  .thumbnail-img{
    width: 85px;
    height: 50px;
  }
  .thumbnail-img > img{
    width: 85px;
    height: 50px;
  }
  .thumbnail-header{
    width: 118px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1500px){
  .thumbnail-img{
    width: 90px;
    height: 53px;
  }
  .thumbnail-img > img{
    width: 90px;
    height: 53px;
  }
  .thumbnail-header{
    width: 151px;
  }
}
@media screen and (min-width: 1500px) {
  .thumbnail-img{
    width: 90px;
    height: 53px;
  }
  .thumbnail-img > img{
    width: 90px;
    height: 53px;
  }
  .thumbnail-header{
    width: 151px;
  }
}
.thumbnail-header a{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}
/*滚动新闻*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes lightSpeedIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
.swiper-news-ctn{
  /*padding: 5px;*/
  background: rgb(237,237,237);
  position: relative;
}
.main-swiper-ctn{
  width: 460px;
  height: 280px;
  overflow: hidden;
}
.swiper-news-desp{
  width: 270px;
  margin: 5px 10px 0 0;
}
@media screen and (max-width: 1450px) {
  .main-swiper-ctn{
    width: 460px;
    height: 280px;
  }
  .swiper-news-desp{
    width: 270px;
    margin: 5px 10px 0 0;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1500px){
  .main-swiper-ctn{
    width: 510px;
    height: 315px;
  }
  .swiper-news-desp{
    width: 325px;
    margin: 5px 10px 0 0;
  }
}
@media screen and (min-width: 1500px) {
  .swiper-news-desp{
    width: 325px;
    margin: 5px 10px 0 0;
  }
}
.swiper-news-h{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  padding-top: 8px;
  /*padding-right: 5px;*/
}
.swiper-news-h>a{
  font-weight: 600 !important;
}
#swiperNewsDesp>p{font-size: 14px;color: rgb(154,154,154)}
.swiper-news-box{
  display: table;
  padding-right: 5px;
  height:auto !important;
  height: 160px;
  min-height:160px;
  max-height:160px;
  padding: 10px 0;
}
.thumbnail-swiper-current{position: relative}
.thumbnail-swiper-current:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e4393c;
}
.swiper-news-inner{
  display: table-cell;
  vertical-align:middle;
  text-align:justify;
}
.thumbnail-swiper-ctn{
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 270px;
  z-index: 10;
}
.thumbnail-swiper{
  width: 85px;
  height: 50px;
  overflow: hidden;
  margin-right: 5px;
}
@media screen and (max-width: 1450px) {
  .thumbnail-swiper-ctn{
    width: 270px;
  }
  .thumbnail-swiper{
    width: 85px;
    height: 50px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1500px){
  .thumbnail-swiper-ctn{
    width: 325px;
  }
  .thumbnail-swiper{
    width: 103px;
    height: 63px;
  }
}
@media screen and (min-width: 1500px) {
  .thumbnail-swiper-ctn{
    width: 325px;
  }
  .thumbnail-swiper{
    width: 103px;
    height: 63px;
  }
}
.ctrl-r-h{
  height: 24px;
  line-height: 24px;
}
.ctrl-r-h>a.ellipsis{
  font-size: 14px;
  font-weight: 400;
}
/*左侧广告位*/
.left-ad-box{
  margin: 5px 0 5px;
}
/*模式选择栏*/
.model-sel-ctn{
  margin: 15px 0;
}
.model-btn-ctn{
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
.model-btn{
  margin-right: 10px;
  background: rgb(152,169,180);
}
.model-current{
  background: rgb(53,72,104);
}
.model-btn,.model-btn img{
  width: 35px;
  height: 25px;
}
.model-txt{
  height: 25px;
  font-size: 14px;
  color: rgb(185, 200, 206);
  line-height: 25px;
  display: inline-block;
}
.look-more{
  font-size: 10px;
  color: #fff;
  padding-right: 5px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
/*新闻内容*/
.news-ctn{
  background: rgb(237,237,237);
}
.news-item{
  width: 250px;
  padding: 20px;
  border-right: 1px solid rgb(185,199,206);
  border-bottom: 1px solid rgb(185,199,206);
}
.news-item:hover{
  background: rgba(250,250,250,1);
}
/*.news-row:last-child .news-item{*/
  /*border-bottom: 1px solid transparent;*/
/*}*/
/*.news-item:last-child{*/
  /*border-right: 1px solid transparent;*/
/*}*/
.news-item img{
  width: 100%;
}
.news-item>a:first-child{
  width: 209px;
  height: 120px;
  display: inline-block;
  overflow: hidden;
}
.news-item .news-header{
  padding: 5px 0 5px 0;
  height: 50px;
}
.news-item .news-header a{
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.2;

}
.news-item .news-descp{
  font-size: 14px;
  line-height: 1.2;
  color: rgb(8,8,8);
  text-align: justify;
  height: 49px;overflow: hidden;
}
.news-item .news-time{
  font-size: 12px;
  line-height: 1.5;
  color: rgb(151,151,151);
  text-align: right;
  margin-top: 10px;
}
.quick-share{
  display: inline-block;
  width: 90px;
  text-align: left;
  font-size: 12px;
  line-height: 1;
}
.quick-share:hover{
  color: #000;
}
.quick-share:after{
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  content: "";
  background: url("../images/afav_01.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
/*列表模式*/
.news-list-box{
  padding: 20px 25px;
  border-bottom: 1px solid rgb(185,199,206);
  position: relative;
}
.news-list-box:hover{
  background: #fff;
}
.news-pic-box{
  width: 210px;
}
.news-pic-box>a:first-child{
  width: 210px;
  height: 120px;
  display: inline-block;
  overflow: hidden;
}
.news-list-desp{
  width: 490px;
  padding-left: 20px;
}
.news-list-h a{
  font-size: 16px;
  font-weight: 600;
}
.news-list-summary{
  font-size: 14px;
  padding-top: 10px;
}
.news-list-box .news-time{
  position: absolute;
  bottom: 20px;
  right: 25px;
  font-size: 12px;
  color: rgb(154,154,154);
  text-align: right;
}
/*新闻栏目栏*/
.column-1-box,
.column-2-box{
  width: 372px;
  overflow: hidden;
  border: 1px solid rgb(148,162,176);
  margin-bottom: 5px;
  background: #FFF;
  min-height: 100px;
}
@media screen and (max-width: 1450px) {
  .column-1-box,
  .column-2-box{
    width: 372px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1500px){
  .column-1-box,
  .column-2-box{
    width: 429px;
  }
}
@media screen and (min-width: 1500px) {
  .column-1-box,
  .column-2-box{
    width: 429px;
  }
}
.column-1-box .column-header,
.column-2-box .column-header{
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
}
.column-1-box .column-header .column-h-txt,
.column-2-box .column-header .column-h-txt{
  width: 50%;
  color: rgb(78,87,152);
  font-size: 19px;
  font-weight: 900;
}
.column-1-box .column-header .look-more,
.column-2-box .column-header .look-more{
  width: 40%;
  color: rgb(78,87,152);
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
}
.column-h4{
  font-size: 18px;
  line-height: 1.3;
  margin: 10px 0;
  font-weight: 600!important;
}
/*内容右侧栏*/
.content-r-ctn{
  width: 235px;
}
.news-img-ctn{
  height: 205px;
  overflow: hidden;
}
@media screen and (max-width: 1450px) {
  .content-r-ctn{
    width: 235px;
  }
  .news-img-ctn{
    height: 205px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1500px){
  .content-r-ctn{
    width: 272px;
  }
  .news-img-ctn{
    height: 240px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1500px) {
  .content-r-ctn{
    width: 272px;
  }
  .news-img-ctn{
    height: 240px;
    overflow: hidden;
  }
}
.news-column-ctn{
  border: 1px solid rgb(185,199,206);
  margin-bottom: 5px;
}
.news-column-ctn .news-column-content{
  background: rgb(237,237,237);
}
.news-column-ctn .column-header{
  height: 25px;
  line-height: 25px;
  background: rgb(79,86,154);
}
.news-column-ctn .column-h-txt{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 150px;
  padding-left: 5px;
}
.news-column-content{
  padding: 5px;
}
.focus-news{
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 10px;
  min-height: 40px;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.focus-news-ctn{
  height: 185px;
  overflow: hidden;
}
.focus-news-ctn .new-intr-row a{
  color: #fff;
}
.focus-news-ctn .new-intr-row:before{
  color: #fff;
}
.focus-news-ctn .new-intr-row a:hover{
  color:rgb(2, 126, 179);
}
.focus-news-ctn .focus-intr-row{
  height: 23px;
  line-height: 23px;
}
.news-column-ctn .new-intr-row{
  line-height: 1.8;
}
.focus-news-ctn .column-header,
.focus-news-ctn .news-column-content {
  background: #e4393c;
}
.newc-item-row{
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color:rgb(39,39,39);
  border-bottom: 1px solid #fff;
}
.newc-item-row>a{
  font-size: 12px;
  color:rgb(39,39,39);
  width: 100%;
  display: inline-block;
}
.newc-item-row>a:hover{
  color: rgb(2, 126, 179);
}
.news-column-ctn .news-head-black>a{
  font-size: 14px;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
.special-topic{
  height: 30px;
  padding-top: 5px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  color: #e4393c;
  vertical-align: bottom;
  font-weight: 600;
}
.special-topic>a{
  font-size: 14px;
  color: #e4393c;
  vertical-align: bottom;
  font-weight: 600;
}
.special-topic:before{
  content: '专题';
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  background: #e4393c;
  margin-right: 5px;
  /*font-family: "方正兰亭中黑", "方正兰亭黑", "FZLantinghei", "Lantinghei";*/
  font-family: "Microsoft Yahei",sans-serif;
}
.book-pic{
  width: 100px;
  height: 135px;
}
.book-item-ctn{
  width: 108px;
  margin-left: 10px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1450px) {
  .book-item-ctn{
    width: 108px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1500px){
  .book-item-ctn{
    width: 142px;
  }
}
@media screen and (min-width: 1500px) {
  .book-item-ctn{
    width: 142px;
  }
}
.book-item{
  height: 30px;
  line-height:30px;
  background: rgb(174,174,174);
  color: #fff;
  padding: 0 10px;
  margin-bottom: 5px;
}
.book-item:last-child{
  margin-bottom: 0;
}
.text-center{
  text-align: center;
}
.btn-column{
  width: 110px;
}
.date-container{
  width: 110px;
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  line-height: 30px;
  background: rgb(79,86,154);
  color: #fff;
  text-align: center;
  font-weight: 600;
  transform-origin: left top;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: left top;
  /* Internet Explorer */
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: left top;
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  /* Safari 和 Chrome */
  -o-transform: rotate(-90deg);
  -o-transform-origin: left top;
  /* Opera */
}
.live-img{
  width: 188px;
  height: 110px;
  overflow: hidden;
}
/*图文*/
.img-txt-ctn{
  position: relative;
  height: 134px;
  margin-bottom: 3px;
  overflow: hidden;
}
@media screen and (max-width: 1450px) {
  .live-img{
    width: 188px;
  }
  .img-txt-ctn{
    height: 134px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1500px){
  .live-img{
    width: 210px;
  }
  .img-txt-ctn{
    height: 152px;
  }
}
@media screen and (min-width: 1500px) {
  .live-img{
    width: 210px;
  }
  .img-txt-ctn{
    height: 152px;
  }
}
.img-txt-ctn > img{
  width: 100%;
}
.img-txt-intro{
  position: absolute;
  border-bottom: 0;
  bottom: 0;
  left: 0;
  padding: 0 10px ;
  font-size: 14px;
  width: 100%;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0,0,0)), to(rgba(0,0,0,0.1)));
  background: -moz-linear-gradient(bottom,rgb(0,0,0),rgba(0,0,0,0.1));
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#020F2E', endColorstr='#ABBCC3');
}

/*右侧广告位*/
.ad-box{
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.ad-box>a{
  display: inline-block;
  width: 100%;
}
/*右侧浮动二维码*/
.fixed-qr-ctn{
  position: absolute;
  top: 0;
  right: -110px;
  background: rgb(237,237,237);
  width: 100px;
  z-index: 1100;
}
.qr-intro-txt{
  text-align: center;
  font-size: 14px;
  line-height: 2;
  padding-bottom: 5px;
  z-index: 100;
}
/*返回顶部*/
.goup-container:hover{
  opacity: .8;
}
.goup-text{color: #fff;}
/*滚动新闻标题处理*/
.scroll-news-head{
  display: block;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.special-topic > a{
  display: inline-block;
  vertical-align: top;
  height: 25px;
  line-height: 25px;
}
