@charset "utf-8";
* {
    　　　　　　box-sizing: content-box;
    　　　　　　-moz-box-sizing: inherit;
    　　　　　　-webkit-box-sizing: inherit;
    　　　　　}
body,html{height:100%}
body{font-family: Arial,"Microsoft YaHei";font-size: 16px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
input:focus{outline:none}
a{
    text-decoration:none;
    color: #444;
}
a:hover{color:#1b6bb1}
table,td,th{
    border-spacing:0;
    border-collapse: collapse;
}
table,table tr th, table tr td { border:1px solid #d6d6d6; }
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
i,em,dfn{font-style:normal}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
img{ vertical-align: middle;}
.over{
    overflow: hidden;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{clear: both;}

/* 头部 */
.hd_top{
    height: 30px;
    line-height: 30px;
    background: #eaeaea;
    color: #cc0000;
}
.hd_top_l{
	width:1130px; height:30px; margin: 0 auto;
}
.hd_top span{
	padding-left:560px;
}
.hd_top p{
    width: 1130px;
    margin: 0 auto;
    text-align: right;
    font-weight: 600;
    letter-spacing: 1px;
}
.hd_logo{
    padding: 10px;
    text-align: center;
	width: 1110px;
	margin: 0 auto;
}
.hd_logo .hd_logo_span{
    display: block;
    font-size:22px;
    letter-spacing: 4px;
}
.hd_logo .hd_logo_span2{
    display: block;
    font-size:18px;
    letter-spacing: 2px;
}

/* 内容区 */
#Content,#Content1,#Content2{
    width: 1130px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.nav{
    padding: 5px;
    border-bottom: 3px solid #cc0000;
    overflow: hidden;
    margin-bottom: 20px;
}
.nav ul{
    float: left;
}
.nav ul li{
    float: left;
    font-size: 20px;
    margin-right: 50px;
    font-weight:600;
}
.nav ul li a{
    color: #03538B;
}
.nav .active a{
    color: #cc0000;
}
.nav form{
    float:right;
}
input.search_inp {
    height: 25px;
    width: 200px;
    line-height: 25px;
    border: 1px solid #cc0000;
    text-indent: 10px;
}
button.search_btn {
    height: 27px;
    width: 25px;
    background: #cc0000;
    background-image: url(/images/sousuo.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    float: right;
}

/* 主内容 */
/* 焦点图左侧新闻列表 */
.hot_list{
    width: 390px;
    overflow: hidden;
    float: left;
}
.hot_list_top,.hot_list_cen{
    margin-bottom: 20px;
}
.hot_list li{
    line-height: 34px;
    font-size: 16px;
    width: 390px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hot_list .hot_list_note a{
    font-size: 18px;
    color: #1E50A4;
    font-weight: bold;
}
.hot_list .hot_list_special{
    color: #fff;
    background: #FF9819;
    margin-right: 3px;
    padding: 2px;
    font-size: 12px;
    border-radius: 3px;
}
.hot_list .hot_list_special a{
    color: #fff;
    font-size: 12px;
    margin-left: 0px;
}
.hot_list .hot_list_special a::before{
    background:none;
    left: 0px;
    width:0;

}

.hot_list .beijing{
    color: #fff;
    background: #FF9819;
    margin-right: 3px;
    padding: 2px;
    font-size: 12px;
    border-radius: 3px;
}
.hot_list .beijing a{
    color: #fff;
    font-size: 12px;
    margin-left: 0px;
}
.hot_list .beijing a::before{
    background:none;
    left: 0px;
    width:0;

}
.hot_list_video a{
    position: relative;
    margin-left: 30px;
}
.hot_list_video a::before{
    content: '';
    position: absolute;
    top: 0;
    left: -25px;;
    width: 21px;
    height: 20px;
    background: url(/images/video.png) center no-repeat;
}

/* 焦点图 */
.slide_out{
    float: right;
    overflow: hidden;
}

/* 焦点图下 */
.weather{
    width: 710px;
    padding: 10px;
    background: #eee;
    margin-top: 10px;
    overflow: hidden;
}
.weather .weather_left{
    float: left;
    margin-right: 40px;
}
.weather .weather_left img{
    height: 60px;
    width: auto;
}
.weather .weather_cen{
    float: left;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
}
.weather .weather_cen img{
    height: 60px;
    float: left;
    margin-right: 10px;
}
.weather_cen .weather_cen_r{
    float: left;
}
.weather_cen_r select{
    display: inherit;
    width: 100px;
    height: 25px;
    margin: 5px 0;
}
.weather_right{
    float: right;
    width: 270px;
    height: 60px;
    overflow: hidden;
}
.weather_right li{
    width: 100%;
    line-height: 2.2;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.weather_right li span{
    color: #1b6bb1;
}

/* 微信/视频 */
.weis .hd{overflow:hidden; }
.weis .hd li{
 float:left;
  cursor:default; 
  padding: 5px 15px;
    font-size: 20px;
    color: #999;
    font-weight: bold;
 }
.weis .hd li.on{
    color: #1b6bb1;
    border-bottom: 2px solid #1b6bb1;
}
.weis .bd{height:230px; border-top:0;}
.weis .lh{overflow:hidden;} 
.weis .hd{
    position: relative;
    background: #fff;
    border-bottom: 2px solid #999;
    padding: 4px 0;
    height: 25px;
}
.weis .hd::before{
    content: '';
    width: 4px;
    height: 20px;
    background: #cc0000;
    position: absolute;
    top: 9px;
    left: 0px;
}
 

 
.weis .bd{height:250px; border-top:0;}
.weis .lh{overflow:hidden;} 
.weis{
    width: 370px;
    background: #eee;
    margin-right: 30px;
}
.weis_tit{
    position: relative;
    background: #fff;
    border-bottom: 2px solid #999;
    padding: 4px 0;
    height: 25px;
}
.weis_tit::before{
    content: '';
    width: 4px;
    height: 20px;
    background: #cc0000;
    position: absolute;
    top: 9px;
    left: 0px;
}
.wei_abso1{
    position: absolute;
    left: 0;
    bottom: -2px;
}
.wei_abso2{
    position: absolute;
    left: 70px;
    bottom: -2px;
}
.weis_tit span{
    padding: 5px 15px;
    font-size: 20px;
    color: #999;
    font-weight: bold;
    cursor: pointer;
}
.weis_tit .active{
    color: #1b6bb1;
    border-bottom: 2px solid #1b6bb1;
}
.weis_tab{
    display: none;
}
.weis_key{
    padding: 10px;
    overflow: hidden;
}
.weis_key img{
    float: left;
    width: 350px;
    height: 228px;
}
.weis_key .weis_key_left{
    width: 165px;
    padding: 10px;
    float:left;
}
.weis_key .weis_key_left p{
    font-size: 18px;
    color: #1b6bb1;
    font-weight: bold;
}

.index_ul{
    padding: 5px;
}
.index_ul li{
    position: relative;
    line-height: 2;
    padding-left: 10px;
    width: 97%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index_ul li::before{
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0px;
    background: #999;
}
.weis_tab_vd{
    position: relative;
}

.weis_tab_vd img{
    width: 320px;
    height: 200px;
    margin: 5px auto;
    display: block;
}
.weis_tab_vd a .mark_v{
    display: block;
    height: 66px;
    width: 66px;
    background: url(/images/csr-06.png) no-repeat center center;
    background-size:66px 66px;
    position:absolute;
    top:50%;
   left:50%;
   margin-left:-33px;
   margin-top:-50px;
}
.weis_tab_vd span{
    color: #1b6bb1;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 5px 0 10px;
}

.video_top{width:400px;}
.video_top ul li{
    width:180px;
    margin:0 0 15px 18px;
    height:160px;
    float:left;
    border:1px #dcdcdc solid;
    position: relative;
}
.video_top li .mark_v{
    display: block;
    height: 66px;
    width: 66px;
    background: url(/images/csr-06.png) no-repeat center center;
    background-size:66px 66px;
    position:absolute;
    top:50%;
   left:50%;
   margin-left:-33px;
   margin-top:-50px;
}
.video_top ul li img{width:180px;
    height:160px;}
.video_top ul li #video_title{
    padding:0 10px;
    width:160px;
    color:#fff;
    font-size:13px;
    position:absolute;
    left:0px;
    bottom:0;
    display:block;
    height:30px;
    line-height:30px;
    background:#333;
    z-index: 150;
    filter:alpha(Opacity=60);
    -moz-opacity:0.6;
    opacity: 0.6; 
    overflow:hidden;
}

.video_top ul li:nth-child(3),.video_top ul li:nth-child(4)
{
    margin-bottom:0;
}


.list_con{margin-bottom: 20px;width:100%;}
.list_tit{
    margin-top:20px;
     width: 100%;
    overflow: hidden;
}
.list_tit .newest_tit_more a {
    font-size: 14px;
    padding-right: 20px;
    display: block;
    position: relative;
    margin-top: 12px;
    color: #333;
}
.list_tit .newest_tit_more a::after {
    content: '>';
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 5px;
}
/* 资讯 */
.information{
    width: 490px;
}
.index_tit,.newspaper_tit{
    position: relative;
    background: #fff;
    border-bottom: 2px solid #999;
    padding: 4px 0;
    height: 26px;
}
.index_tit::before{
    content: '';
    width: 4px;
    height: 20px;
    background: #cc0000;
    position: absolute;
    top: 9px;
    left: 0px;
}
.index_tit span{
    padding: 5px 15px;
    font-size: 20px;
    color: #1b6bb1;
    font-weight: bold;
    border-bottom: 2px solid #1b6bb1;
    position: absolute;
    left: 0;
    bottom: -2px;
}

/* 数字报 */
.newspaper{
    width: 220px;
    background: #eee;
}
.newspaper_tit span{
    color: #1b6bb1;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    border-bottom: 2px solid #cc0000;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.newspaper_img img{
    width: 170px;
    height: 235px;
    display: block;
    margin: 5px auto;
}

/* 活动滚动图 */
.swiper-container1 {
    width: 1130px;
    height: 140px;
}  
.swiper-container1 img {
    width: 100%;
    display: block;
}

/* 深度 */
.depth{
    width: 345px;
    margin-right: 45px;
}
.index_tit3{
    background: #fff;
    border-bottom: 2px solid #999;
    padding: 4px 10px 4px 0;
    height: 26px;
    position: relative;
}
.index_tit3 span{
    padding: 5px 15px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #cc0000;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.index_tit3 .index_more3{
    float: right;
    font-size: 14px;
    color: #cc0000;
    margin-top: 5px;
}
.index_img3{
    width: 100%;
    height: 210px;
    display: block;
    margin: 5px 0 0;
}

/* 公告/招聘  */
.notice{
    width: 325px;
    padding: 5px 10px 10px;
    border: 1px solid #ccc;
    border-top: 4px solid #228BD3;
    border-radius: 5px;
    margin-right: 10px;
}
.notice_tit span{
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.notice_tit a{
    float: right;
    margin-top: 3px;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background: #228BD3;
    border-radius:5px; 
}
.notice .index_ul li{
    line-height: 1.8;
}
.notice .notice_active{
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: bold;
}
.notice .notice_active a{   
    color: #cc0000;
}

.chain{
    width: 416px;
}
.china_top{
    width: 200px;
    height: 90px;
    margin-left: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    background: url(/images/bgtop.jpg) center  center no-repeat;
}
.china_top img,.china_bot img{
    float: left;
    margin: 13px 5px 0 13px;
}
.china_top span,.china_bot span{
    display: inline-block;
    color: #fff;
    font-size: 24px;
}
.china_bot{
    width: 200px;
    height: 90px;
    margin-left: 8px;
    overflow: hidden;
    background: url(/images/bgbot.jpg) center  center no-repeat;
}

/* 多媒体数据库 */

.media .index_tit span{
    color: #000;
}
.media_txt{
    margin: 10px 0;
}
.media_txt_left img{
    width: 465px;
    height: 355px;
}
.media_txt_right{
    width: 660px;
}
.media_txt_right li{
    float: left;
    width: 210px;
    height: 180px;
    padding: 0 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.media_txt_right li img{
    width: 210px;
    display: block;
    width: 100%;
    height: 130px;
    margin-bottom: 5px;
}
.media_txt_right li span{
    font-size: 14px;
    line-height: 1.6;
}

/* 集群 */
.colony{
    padding: 20px 15px;
    background: #eee;
}
.colony .colony_tit img{
    width: 80px;
    height: 80px;
}
.colony_wei{
    padding-left: 25px;
    padding-right: 15px;
    overflow: hidden;
    border-right: 1px solid #999;
    margin-top: 5px;
}
.colony_wei img{
    float: left;
    width: 70px;
    height: 70px;
}
.colony_wei .colony_wei_p{
    float: left;
    text-align: center;
    color: #0D5590;
    margin-top: 15px;
    margin-left: 10px;
}
.colony_wei .colony_wei_p span{
    display: block;
}
.colony_wei .colony_wei_let{
    letter-spacing: 3px;
}

/* 链接 */
.link{
    margin-top:20px;
    overflow: hidden;
}
.link_partner{
    margin-bottom: 20px;
}
.link_tit{
    display: block;
    height: 25px;
    width: 100px;
    background: url(/images/bg_11_03.jpg) repeat;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    float: left;
    margin-right: 15px;
}
.link_ul{
    float: left;
    width: 900px;
}
.link_ul li{
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

/* 页脚 */
#footer{
    margin: 40px 0 20px;
}
#footer p{
    font-size: 14px;
    color: #666;
    text-align: center;
}

/* 二级页头部 */
.hd_er_top{
    height: 30px;
    line-height: 30px;
    background: #eaeaea;
    overflow: hidden;
}
.hd_er_top .hd_er_inner{
    width: 1130px;
    margin: 0 auto;
}
.hd_er_top .hd_er_nav span{
    float: left;
    margin-right: 20px;
    font-size: 14px;
}
.hd_er_top p{
    font-size: 14px;
    color: #999;
}
.hd_er_bot{
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 3px solid #ff3333;
    margin-bottom: 20px;
}
.hd_er_logo img{
    float: left;
}
.hd_er_logo div{
    padding: 0 10px;
    border-right: 1px solid #ccc;
    margin-top: 2px;
    margin-right: 10px;
}
.hd_er_logo #pageTheme{
    font-size: 28px;
    color: #ff3333;
    float: left;
    font-weight: bold;
}

/* 二级页内容布局 */
#Content3{
    width: 730px;
    float: left;
}
#Content4{
    width: 370px;
    float: right;
}

/* 焦点图 */
 


.swiper-container2{
    width: 730px !important;
    height: 440px;
}
.swiper-container2 img{
    width: 100%;
    height: 100%;
}
.swiper-container2 .swiper-aspan{
    display: block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    background: rgba(0,0,0,.3);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0 10px;
}
.swiper-container2 .swiper-pagination{
    bottom: 15px;
    left: -15px;
    text-align: right;
}
.swiper-container2 .swiper-pagination .swiper-pagination-bullet-active{
    background: #ff3333;
}
.swiper-container2 .swiper-button2{
    background: url(/images/leri.png) no-repeat;
}
.swiper-container2 .swiper-button-prev{
    background-position: 0 0;
}
.swiper-container2 .swiper-button-next{
    background-position: 0 -44px;
}
/* 右侧最新 */
.newest{
    margin-bottom: 20px;
    clear:both;
}
.newest_tit{
    width: 100%;
    overflow: hidden;
}
.newest_tit .newest_tit_span{
    font-size: 22px;
    color: #000;
    display: block;
    border-top: 2px solid #ff3333;
    padding: 5px;
    font-weight: bold;
}
.newest_tit .newest_tit_more a{
    font-size: 14px;
    padding-right: 20px;
    display: block;
    position: relative;
    margin-top: 12px;
    color: #333;
}
.newest_tit .newest_tit_more a::after{
    content: '>';
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 5px;
}
.newest_ul{
    padding: 10px;
}
.newest_ul li{
    padding: 5px 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newest_ul li::before{
    content: '';
    width: 5px;
    height: 5px;
    background: #228BD3;
    position: absolute;
    left: 0;
    top: 14px;
}
.newest_img img{
    width: 100%;
    height: auto;
}
.newest_pic li{
    padding: 10px 0;
    margin-bottom: 10px;
	float:left
}
.newest_pic img{
    width: 172px;
    height: 256px;
    border: 1px solid #eee;
	margin:5px;
}
.newest_pic .newest_pic_int{
    display: inline-block;
    text-indent: 32px;
    line-height: 2;
    color: #333;
}
.newest_pic .newest_pic_int a{
    color: #ff9933;
}

/* 资讯列表 */
.inf{
    margin: 15px 0;
}
.inf_tit{
    width: 100%;
    height: 60px;
    line-heihgt:60px;
    background: #eaeaea;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}
.inf_tit a{
    color: #000;
}
.inf_tit span{
    height: 60px;
    padding: 0 24px;
    float: left;
    line-height: 60px;
}
.inf_tit .active{
    background: #ff3333;
}
.inf_tit .active a{
    color: #fff;
}
.inf_list li{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.inf_list #inf_title a{
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    color: #333;
}
.inf_list .inf_int{
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
}
.inf_list .inf_time{
    text-align: right;
    font-size: 14px;
    color: #999;
}
.inf_list_left_t{
    border-bottom: 1px solid #eee;
   	float: left;
    width: 228px;
    margin-bottom: 20px;
    margin-right: 12px;position: relative;}
.inf_list_left_t img{
    width: 228px;
    height: 340px;
    margin-right: 10px;
}
.inf_list_left img{
    width: 200px;
    height: 140px;
    margin-right: 10px;
}
.inf_list .inf_list_width{
    width: 490px;
}
.load{
    display: block;
    padding: 20px;
    text-align: center;
    color: #999;
    cursor: pointer;
}
#Content5{
    border-bottom: 1px solid #eee;
}

/* 图片列表 */
.pic_list ul{
    margin: 15px 0;
    overflow: hidden;
}
.pic_list li{
    float: left;
    width: 230px;
    margin-bottom: 20px;
    margin-right: 13px;
}
.pic_list li img{
    width: 228px;
    height: 158px;
    border: 1px solid #eee;
    display: block;
    margin-bottom: 5px;
}
.pic_list li span{
    font-size: 14px;
    line-height: 1.6;
    display: block;
    color: #333;
    height: 45px;
    overflow: hidden;
}

/* 报社资讯 */
.level_list{
    margin: 15px 0;
}
.level_list_tit{
    display: inline-block;
    padding: 10px;
    border-top: 3px solid #ff3333;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.level_list div ul{
    margin-bottom: 30px;
}
.level_list ul li{
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
}
.level_list ul li a{
    color: #333;
    padding-left: 10px;
}
.level_list ul li::before{
    content: '';
    width: 5px;
    height: 5px;
    background: #228BD3;
    position: absolute;
    top: 14px;
    left: 0;
}
.level_list .level_list_time{
    float: right;
    color: #999;
}
#page{
    overflow: hidden;
}
#page a,#page span{
    float: left;
    margin-right: 5px;
    padding: 3px 10px;
    background: #eee;
}
#page .page-prev,#page span,#page .page-next{
    background: #ff3333;
    color:#fff;
}
#page a:hover{
    color:#fff;
    background: #ff3333;
}

.paper_ul{}
.paper_ul li{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.paper_ul #inf_title a{
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    color: #333;
}
.paper_ul .inf_int{
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
}

.tg_img img{width:358px;height:96px;border:1px #c6e2dd solid;}
/* 时政图片列表 */
.curr_list ul{
    margin: 15px 0;
    overflow: hidden;
}
.curr_list li{
    float: left;
    width: 270px;
    margin-bottom: 20px;
    margin-right: 12px;position: relative;
}

.curr_list li .mark_v{
    display: block;
    height: 96px;
    width: 96px;
    background: url(/images/csr-06.png) no-repeat center center;
    position:absolute;
    top:50%;
   left:50%;
   margin-left:-50px;
   margin-top:-80px;
}
 

.curr_list li img{
    width: 268px;
    height: 198px;
    border: 1px solid #eee;
    display: block;
    margin-bottom: 5px;
}
.curr_list li span{
    font-size: 14px;
    line-height: 1.6;
    display: block;
    color: #333;
    height: 45px;
    overflow: hidden;
}
.page_cen{
    width: 340px;
    margin: 0 auto;
}

/* 融媒体 */
.medium {
    padding-bottom: 20px;
    overflow: hidden;
}
.medium .list_tit{
    margin-top:0px;
     width: 100%;
    overflow: hidden;
}
.medium_txt{}
.medium_txt_left{
   background:#ebebeb;
   width:285px;
   height:460px;
   margin:0 auto;
}
 
.medium_txt_right{
    width: 420px;
}
.medium_txt_right li{
    text-align:left;
    float: left;
    width: 420px;
    height: 45px;
    padding: 20px 0;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom:1px #eeeeee solid;
}
.medium_txt_right li #ReportIDname{
    width: 300px;
    color:#333333;
    font-size:16px;
    float:left;
    display: block;
    line-height: 180%;

 
}
.medium_txt_right li #ReportIDIssueTime{
    font-size: 13px;
    line-height: 1.6;
    color:#999999;
    float:right;
}
.wechatlogo{display:block;
    margin:10px 20px;
    font-size:16px;
    line-height:50px;
}
.wechatjs{
    background:#fff;
    color:#6f6f6f;
    font-size:12px;
    line-height:18px;
    width:100%;
    height:40px;
    display:block;
    padding:5px 0;
}
.wechatpaper{clear:both;
    width:240px;
    height:315px;
    margin:20px auto;
   
    display:block;
}

 .wechatpaper{ position:relative;width:100%; height:310px;margin:0 auto} 
.wechatpaper a,.wechatpaper span{display:none; text-decoration:none}
.wechatpaper:hover{cursor:pointer} 
.wechatpaper:hover a.now{cursor:pointer; position:absolute; top:30px; width:100%; height:100%;
 z-index:100; left:0; display:block;}
.wechatpaper:hover a.now img { 
            box-shadow: darkgrey 10px 10px 30px 5px ;//边框阴影
        }

.newmed_txt_left{
 
   width:285px;
   height:540px;
   margin:0 auto;
}
 .newmed_txt_left img{
    width:285px;
    height:auto;}
.newmed_txt_right{
    width: 420px;
}
.newmed_txt_right li{
    text-align:left;
    float: left;
    width: 420px;
    height: 25px;
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom:1px #eeeeee solid;
}
.newmed_txt_right li #ReportIDname{
    width: 300px;
    color:#333333;
    font-size:16px;
    float:left;
    display: block;
    line-height: 180%;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
 
}
.newmed_txt_right li #ReportIDIssueTime{
    font-size: 13px;
    line-height: 1.6;
    color:#999999;
    float:right;
}
.code_ul{margin:0 10px; 
    overflow:hidden;
    height:480px;
 
}
.code_ul li{
    float:left;margin:5px 10px;

}
.code_ul li img{
    width:150px;height:150px;
}
.blog{clear:both;
    width:100%;
    text-align:center;
    margin:30px auto;
}

.union ul{
    width:100%;
    clear:both;
    margin:20px auto;
 }
.union li{
    float:left;
    width:161px;
    height:140px;
    text-align:center;
}
.union li img{
    width:88px;
    height:88px;
}
.union li span{
    display:block;
    font-size:13px;
    line-height:30px;
}

/* 科普 */
.jq24{
    margin:10px 5px;
    height:160px;
    background:#f9f8f3;
    padding:10px 0;
}
.jq24 li{
    width:60px;
    float:left;
    text-align:center;
    line-height:40px;
    font-weight:bold;
}
.bd_ul{
    margin:10px 5px;
    display: block;
    overflow: hidden;
}
.bd_ul li{
     float:left;
    width:170px;
    height:104px;margin-bottom:10px;
}
.bd_ul li img{
     width:170px;
    height:104px;
}
.bd_ul li:nth-child(2n+1){margin-right:15px;}
/* 视频图片列表 */
.vid_list ul{
    margin: 15px 0;
    overflow: hidden;
}
.vid_list li{
    position: relative;
    float: left;
    width: 230px;
    margin-bottom: 20px;
    margin-right: 13px;
}
.vid_list li img{
    width: 228px;
    height: 150px;
    border: 1px solid #eee;
    display: block;
    margin-bottom: 5px;
}
.vid_list li span{
    font-size: 14px;
    line-height: 1.6;
    display: block;
    color: #333;
    height: 45px;
    overflow: hidden;
}
.vid_list li .mark_v{
    display: block;
    height: 66px;
    width: 66px;
    background: url(/images/csr-06.png) no-repeat center center;
    background-size:66px 66px;
    position:absolute;
    top:50%;
   left:50%;
   margin-left:-33px;
   margin-top:-50px;
}
/* 新闻详细页 */
.level_list .paths{
    width:100%; 
    border-bottom: 1px solid #ff3333;
    line-height:40px;
}
.news_detail{margin:10px auto;

}
.news_detail #ReportIDname {
    display: block;
    text-align: center;

    font: 22px/30px 微软雅黑, 宋体;
    margin: 25px 25px 20px;
}
.news_detail .news_xx{
    display: block;
    text-align: center;
    height: 30px;
    color: #999;
     font-size: 13px;
}
.news_detail .contents {
    display: block;
    margin: 25px 35px 40px;
}
.news_detail #ReportIDtext, .news_detail #ReportIDtext p {

    line-height: 34px;
    font-size: 16px;
}
.news_detail .contents img{
    max-width:96%;
}


/* 搜索页 */
input.search_inp2 {
    height: 25px;
    width: 200px;
    line-height: 25px;
    border: 1px solid #cc0000;
    text-indent: 10px;
    float:left;
}
button.search_btn2 {
    height: 27px;
    width: 25px;
    background: #cc0000;
    background-image: url(/images/sousuo.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
 
}
#searchsum{
 
    width:100%;
    display:block;
    margin:20px auto;
}


/* tab 不用*/
 
.tab_title {
    width: 100%;
    height: 60px;
    line-heihgt:60px;
    background: #eaeaea;
    text-align: center;
    overflow: hidden;
    margin: 10px 0;
}
.tab_title span {
   height: 60px;
    padding: 0 24px;
    float: left;
    line-height: 60px;
}
.tab_title span.on {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
background: #ff3333;
}
 
.tab_list {
 
    width: 100%;
 
}
.tab_list img {
    width: auto;
 
}
 
 
 
 /* tab */
 .tabs{
 
     width: 100%;

}
.tabs .hd{
    width: 100%;
    height: 60px;
    line-heihgt:60px;
    background: #eaeaea;
    text-align: center;
    overflow: hidden;
    margin: 10px 0;
}
.tabs .hd li{
    height: 60px;
    padding: 0 24px;
    float: left;
    line-height: 60px;
 }
.tabs .hd li.on{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
background: #ff3333;
}
.tabs .bd{ width:100%;}
.tabs .lh{overflow:hidden;} 

 
 
 


.tabs2 {
    width: 100%;
    height: 60px;
    line-heihgt:60px;
    background: #eaeaea;
    text-align: center;
    overflow: hidden;
    margin: 10px 0;
}
.tabs2 a {
   height: 60px;
    padding: 0 24px;
    float: left;
    line-height: 60px;
}
.tabs2 a.active2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
background: #ff3333;
}
.swiper-slide{width:100%;}
 
.content-slide{padding:1px 0;}

.swiper-container {width:100%;margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;/* Fix of Webkit flickering */ z-index:1;}
.swiper-wrapper {position:relative;width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;
    
    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;
    
    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);
    
    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;
    
    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
   /* 加载更多 */
 
  
#brandList #showMore{clear:both;padding:15px;width:150px;margin:0 auto;}
#brandList #showMore span{display:block;height:30px;line-height:30px; text-align:center;font-family:Verdana, Geneva, sans-serif;}


.shutter {
    overflow: hidden;
    width: 728px;
    height: 490px;
    position: relative;
    margin: auto;    
  }
  .shutter2,.shutter3 {
    overflow: hidden;
    width: 1130px;
    height: 140px;
    position: relative;
    margin: auto;    
  }
  .shutter-img {
    z-index: 1;
  }
  .shutter-img,
  .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .shutter-img a {
    cursor: default;
  }
  .shutter-img a > img {
    width: 100%;
    height: 100%;
  }
  .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
  }
  .shutter-btn {}
  .shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    cursor: pointer;
  }
  .shutter-btn li.prev {
    left: 20px;
    background: url(/images/shutter_prevBtn.png) no-repeat 0 -49px;
  }
  .shutter-btn li.next {
    right: 20px;
    background: url(/images/shutter_nextBtn.png) no-repeat 0 -49px;
  }
  .shutter-desc {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: url(/images/shutter_shadow.png) repeat;
  }
  .shutter-desc p {
    padding-left: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
  }