﻿/*===================
    新闻列表模块
    2019年3月28日
    初九
=====================*/
body{
    background: #fff;
}
.newsContBox{
    width: 1200px;
    margin: 85px auto 0 auto;
}
/*网站顶部*/
.topNavBox{
    width: 100%;
    height: 70px;
    border-bottom: 1px #dddddd solid;
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #fff;
}
.topNavBox .logo{
    display: block;
    width: 120px;
    height: 35px;
    text-indent: -9999px;
    position: absolute;
    left: 20px;
    top: 15px;
}
.topNavBox .logo a{
    display: block;
    width: 120px;
    height: 35px;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-size: 120px 35px;

}
/*navBox*/
.navBox{
    width: auto;
    height: 70px;
    position: absolute;
    left: 175px;
    top: 0px;
}
.navBox .navList{
    display: block;
    height: 70px;
}
.navBox .navList li{
    display: block;
    float: left;
    width: auto;
    height: 70px;
    text-align: center;
    padding: 0 10px;
}
.navBox .navList li a{
    display: block;
    height: 67px;
    line-height: 67px;
    border-bottom: 2px #fff solid;
    font-size: 1.699rem;
}
.navBox .navList li.Class_on a{
    border-bottom: 3px #4889f3 solid;
    font-weight: bold;
}
.navBox .navList li a:hover{
    border-bottom: 3px #4889f3 solid;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
/*searchBox*/
.searchBox{
    width: 240px;
    height: 70px;
    position: absolute;
    right: 20px;
    top: 20px;
}

/*bannerBox*/
.bannerBox{
    margin-bottom: 15px;
}

/*左侧栏目样式*/
.sideBox{
    width: 170px;
    height: auto;
    position: fixed;
}
.sideMenu{
    width: 170px;
    height: auto;
}
.sideMenu h3{
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px; 
    background: #4889f3;
    font-size: 1.889rem;
    color: #fff;
    text-align: center;
    font-weight: 650;
    border-radius: 5px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
}
.singleList{
    display: block;
    border: solid 1px #f0f0f0;
    border-top: 0px;
    border-radius: 5px;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
}
.sideMenu li,.sideMenu li a{
    display: block;
    height: 60px;
}
.sideMenu li a{
    border-top: solid 1px #f0f0f0;
    line-height: 60px;
    font-size: 1.678rem;
    text-align: center;
}
.sideMenu li a:hover{
    background: #f3f6f8;
    text-decoration: none;
    color: #4889f3;
}
.sideMenu li.current a{
    background: #ebf0f3;
    text-decoration: none;
    color: #4889f3;
}

/*mainContent*/
.mainContent{
    min-height: 1800px;
    width: 1000px;
}
/*--焦点图box--*/
#focusNews{
   width: 460px;
   margin-bottom:0;
}
/* 焦点图切换-新闻内容 */
.focusBox {
    margin-bottom: 15px; 
    overflow: hidden;
    position: relative;
    text-align: center;
}
.focusBox .hd {
    position: absolute;
    width:100%;
    z-index: 1;
    left: 0;
    height:6px;
    overflow:hidden;
    bottom: 46px;
}
.focusBox .hd ul {
    overflow: hidden;
    zoom: 1;
}
.focusBox .hd ul li {
    display:inline-block;
    *display:inline;
    zoom:1;
    vertical-align:top;
    margin:0 2px;
    width: 6px;
    height: 6px;
    line-height: 6px;
    background: #ccc;
    cursor: pointer;
   -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; 
   -webkit-transition:200ms;-o-transition:200ms;-moz-transition:200ms;transition:200ms;
}
.focusBox .hd ul li.on {
    background: #CD3333;
    width:15px;
    color: #fff;
}
.focusBox .hd ul li span {
    display: none;
}
.focusBox .bd {
    position: relative;
    overflow: hidden;
}
.focusBox .bd li {
    position: relative;
}
.focusBox .bd .pic {
    position: relative;
    z-index: 0;
    line-height: 0;
}
.focusBox .bd .pic img {
    width: 100%;
    height: 270px;
    border: 0;
}
.focusBox .bd .con {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.focusBox .bd .con .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    font-size:16px;
    line-height: 48px;
    color:#fff;
}
.focusBox .bd .con .title a {
    color: #fff;
    padding-left: 10px;
    text-decoration: none;
}
.focusBox .bd .con .titleBg {
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    height: 68px;
    padding-top:20px;
}

/*文章频道头部新闻列表*/
.newsListBox{
    width: 520px;
    height: 270px;
}
.newsListBox .titleList02{}
.newsListBox .titleList02 li{
    margin-bottom: 15px;
}
.newsListBox .line_bottom{
    border-bottom: 0px;
}
/*lm_sideBox*/
.lm_sideBox{
    width: 300px;
}

/*模块增强*/
.mode_a_lm{
    background: #f9f9f9;
}
.mode_a_lm .hd{
    padding: 10px 10px 0 0;
    height: 40px;
}
.mode_a_lm .hd i{
    top: 15px;
}
.mode_a_lm .bd{
    padding: 10px 10px;
}

/*公示公告*/
#gonggaoBox{
    margin-top: 15px;
    width: 300px;
}
/*视频新闻*/
#lm_spxwBox{
    width: 300px;
    margin-top: 15px;
}
/*热门新闻*/
#lm_rmxwBox{
    width: 300px;
    margin-top: 15px;
}


/*lm_contBox*/
.lm_contBox{
    width: 685px;
}

/*lm_imagesList*/
.lm_contBox .mod_b{
    margin-top: 15px;
}
.lm_contBox .lm_imagesList{
    width: 310px;
    height: 360px;
    margin:0 15px 0 0;
}
.lm_contBox .lm_imagesList li{
    display: block;
    position: relative;
    float: left;
}
.lm_contBox .lm_imagesList li .title{
    text-align: center;
}
.lm_contBox .lm_imagesList li.list1,
.lm_contBox .lm_imagesList li.list1 a,
.lm_contBox .lm_imagesList li.list1 img{
    width: 310px;
    height: 225px;
    float: none;
}
.lm_contBox .lm_imagesList li.list1{
    margin-bottom: 10px;
}
.lm_contBox .lm_imagesList .list1 .title{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #414141;
    position: absolute;
    bottom: 0px;
}
.lm_contBox .lm_imagesList .list1 .title a{
    color: #fff;
}
.lm_contBox .lm_imagesList li.list2,
.lm_contBox .lm_imagesList li.list2 img{
    width: 150px;
    height: 125px;
    margin-right: 10px;
}
.lm_contBox .lm_imagesList li.list3,
.lm_contBox .lm_imagesList li.list3 img{
    width: 150px;
    height: 125px;
}
.lm_contBox .lm_imagesList .list2 .title,
.lm_contBox .lm_imagesList .list3 .title{
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: #f3f3f3;
    position: absolute;
    bottom: 0px;
}

/*titleListTy*/
.lm_contBox .titleListTy{
    width: 360px;
    height: 360px;
    margin: 0px;
}

#lm_diyBox_nopic .titleListTy {
    width: 685px;
    height: auto;
    margin: 0px;
}
#lm_diyBox_nopic h2 {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #4889f3;
    font-weight: bold;
    font-size: 24px;
    margin-bottom:20px;
}
#lm_diyBox_nopic .titleListTy li.first a {
    font-weight: normal;
    font-size: 16px;
}
#lm_diyBox_nopic .titleListTy li.bold{
    margin-bottom:20px;
}

/*-------------带图片文章列表------------------*/

.nh_photoList .img_list_a li{
    margin-right: 0px;
    float: left;
}
.nh_photoList .img_list_a li,
.nh_photoList .img_list_a li a{
    display: block;
    width: 325px;
    height: 244px;
}
.nh_photoList .img_list_a li a img{
    width: 325px;
    height: 244px;
}
.nh_photoList .img_list_a li h3{
    width: 325px;
}
.nh_photoList .clearbox{
    height: 15px;
}


#lm_diyBox_nopic .img_list_a{
  width: 100%;
  height: auto;
}
#lm_diyBox_nopic .img_list_a li{
  margin-bottom: 20px;
}
#lm_diyBox_nopic .img_list_a li.list1,
#lm_diyBox_nopic .img_list_a li.list2 {
}

#lm_diyBox_nopic  #second{
 margin-right: 20px;
}

/*modimg_lm_a文章列表样式*/
#lm_diyBox h2{
    display: block;
    height: 45px;
    line-height: 45px;
    color: #4889f3;
    font-weight: bold;
    font-size: 24px;
}
.modimg_lm_a{
    display: block;
    width: 100%;
}
.modimg_lm_a li{
    padding: 20px 0px;
    height: 170px;
    border-bottom: 1px #e6e6e6 solid;
}
.modimg_lm_a li:hover{
    background: #f3f6f8;
}
.modimg_lm_a .pic{
    float: left;
    width: 220px;
    height: 130px;
}
.modimg_lm_a .pic img{
    width: 220px;
    height: 130px;
}
.modimg_lm_a .con{
    float: right;
    width: 450px;
    height: 130px;
}

.modimg_lm_a .con h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    min-height: 75px;
}
.modimg_lm_a .con h3 a{
    color: #333;
}
.modimg_lm_a .con h3 a:hover{
    color: #2291f7;
    text-decoration: none;
}
.modimg_lm_a .con .tags {
    height: 20px;
    line-height: 20px;
    margin-bottom: 13px;
}
.modimg_lm_a .con .tags em {
    display: inline-block;
    font-size: 12px;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 0 10px;
    color: #999;
}
.modimg_lm_a .con .n-bt{
    position: relative;
    color: #666;
    font-size: 12px;
    height: 22px;
    padding-right: 10px;
}
.modimg_lm_a .con .n-bt a {
    color: #666;
    margin-right: 10px;
}
.modimg_lm_a .con .n-bt a:hover{
    text-decoration:none;
}


/*============文章内容页样式=============*/
.guanzhuImg{
    width: 300px;
    height: auto;
}
#articleContentBox{
    position: relative;
}
#articleContentBox .sideBox{
    position: absolute;
    left: -190px;
    top: 0px;
}
#articleContentBox .sideBox .sideMenu{
    position: fixed;
}
#articleContent_inner{
    width: 1200px;
}
#articleContent_inner .lm_contBox{
    width: 880px;
}
#articleContent_inner h1 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #333;
    font-weight: bold;
}
.wx_content{
    width: 880px;
}
.content-article{
    width: 730px;
    padding: 0 0 0 0px;
    font-size: 18px;
}
.content-article img{
    max-width: 100%;
    margin: .6em auto;
    display: block;
}
.LeftTool {
    width: 100px;
    padding-right: 0px;
    text-align: center;
    float: left;
    font-size: 12px;
    color: gray;
    position: relative;
}
.left-stick-wp {
    width: 100px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-bottom: 15px;
}
.left-stick-wp {
    position: relative;
}
.LeftTool .left-stick-wp:after {
    content: "";
    display: block;
    border-right: 1px solid #eee;
    width: 1px;
    height: 360px;
    top: 10px;
    right: -20px;
    position: absolute;
}
.LeftTool .md, .LeftTool .year {
    color: #000;
    font-family: Politica;
}
.LeftTool .through {
    position: relative;
}
.LeftTool .through span {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
}
.LeftTool .through:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.LeftTool .md, .LeftTool .year {
    color: #000;
    font-family: 'Politica';
}
.LeftTool .year {
    font-size: 20px;
}
.LeftTool .md {
    font-size: 34px;
    line-height: 1.2;
}
.LeftTool .time {
    font-size: 20px;
    color: #000;
    font-family: 'Politica';
    margin-bottom: 25px;
}

.wx_content .gzerweima{
    width: 197px;
    height: 293px;
    background: url(images/gzerweima.png) no-repeat 0 0;
    margin: 20px auto
}
.wx_content .tishi{
    font-size: 12px;
    color: #bbb;
    text-align: center;
    padding: 23px 0 6px;
}
.wx_content .c_bot_text {
    height: 47px;
    line-height: 25px;
    text-align: center;
    padding: 10px 0;
}
.wx_content .c_bot_text a {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #ddd;
    height: 25px;
    font-size: 14px;
}
.content-article .nextArticle {
    margin-top: 20px;
    border-top: 1px solid #efefef;
    padding: 10px 0;
    line-height: 24px;
}
.content-article .nextArticle ul li{
    line-height: 30px;
    font-size: 14px;
}
.content-article .articleFunc{float:right;}
.content-article .articleFunc a{
    color:#000;
    float:left;
    padding-left:10px;
    margin-left:10px;
    font-size: 14px;
}
.content-article .articleFunc a:hover{
    color:#1665B4;
}
.content-article .articleFunc a i{
    padding-right: 3px;
}
#redianIndoListBox{
    padding-top: 20px;

}
#redianIndoListBox h2{
    display: block;
    border-bottom: 1px #efefef solid;
    height: auto;
    width: auto;
}
#redianIndoListBox h2 span{
    display: inline-block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    background: #1c84f5;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}
#redianIndoListBox img{
    margin: 0px;
}
#redianIndoListBox .modimg_lm_a .con{
    width: 490px;
}
.c_bot_zuoze{
    text-align: right;
    font-size: 16px;
    margin-top: 20px;
}
/*分享样式*/
.bdsharebuttonbox{
    width: 40px;
    margin: 0 auto;
}
#fenxiangBox a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    position: relative;
    z-index: 1;
    margin-top: 15px;

}
#fenxiangBox a i{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#fenxiangBox a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.7,1,1);
    transform: scale3d(.7,1,1);
    -webkit-transition: -webkit-transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1);
}
#fenxiangBox a::before {
    background: #ccc;
}
#fenxiangBox a:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#fenxiangBox a.bds_weixin{
    background:#ccc url(images/tbs/wx.png) no-repeat center center;
    background-size: 24px 24px;
}
#fenxiangBox a:hover.bds_weixin{
    background: #3dbe5b;
}
#fenxiangBox a.bds_weixin::before {
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    background: #3dbe5b url(images/tbs/wx.png) no-repeat center center;
    background-size: 24px 24px;
    border-radius: 50%;
}
#fenxiangBox a.bds_sqq{
    background:#ccc url(images/tbs/qq.png) no-repeat center center;
    background-size: 24px 24px;
}
#fenxiangBox a:hover.bds_sqq{
    background: #21b3f7;
}
#fenxiangBox a.bds_sqq::before {
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    background: #21b3f7 url(images/tbs/qq.png) no-repeat center center;
    background-size: 24px 24px;
    border-radius: 50%;
}
#fenxiangBox a.bds_qzone{
    background:#ccc url(images/tbs/qzone.png) no-repeat center center;
    background-size: 24px 24px;
}
#fenxiangBox a:hover.bds_qzone{
    background: #f8c514;
}
#fenxiangBox a.bds_qzone::before {
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    background: #f8c514 url(images/tbs/qzone.png) no-repeat center center;
    background-size: 24px 24px;
    border-radius: 50%;
}
#fenxiangBox a.bds_tsina{
    background:#ccc url(images/tbs/tsina.png) no-repeat center center;
    background-size: 24px 24px;
}
#fenxiangBox a:hover.bds_tsina{
    background: #ff5757;
}
#fenxiangBox a.bds_tsina::before {
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    background: #ff5757 url(images/tbs/tsina.png) no-repeat center center;
    background-size: 24px 24px;
    border-radius: 50%;
}