.iconfont{font-size: inherit;line-height: 1;-webkit-text-stroke-width:0;}
a,div{-webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
a:hover { text-decoration:none;}
#skip{height: 0; overflow: hidden;}
.row2 { border-left:#e5e9eb solid 1px; border-right:#e5e9eb solid 1px; border-top:none; border-bottom:#dce0e2 solid 2px; background-color:#FFF; overflow:hidden;-webkit-border-top-left-radius:0px; -webkit-border-top-right-radius:0px; -webkit-border-bottom-right-radius:5px; -webkit-border-bottom-left-radius:5px; -moz-border-radius-topleft:0px; -moz-border-radius-topright:0px; -moz-border-radius-bottomright:5px; -moz-border-radius-bottomleft:5px; border-top-left-radius:0px; border-top-right-radius:0px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;}
.row2 { -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
.row2:hover { box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);}
a:hover { color:#ca261d !important}
/*-----------------------------------------控件------------------------------------*/
* { list-style-type:none;}
body { background-color: #ffffff;}
table td { vertical-align: middle !important; word-wrap: break-word; word-break: break-all;}
/* 文字颜色 */
.text-primary{
    color: #0069c5!important;
}
.text-success{
    color: #66bb6a!important;
}
.text-error{
    color: #f15a5d!important;
}
.text-info{
    color: #42a5f5!important;
}
.text-warning{
    color: #ffa726!important;
}
.text-orange{
    color: #ff7043!important;
}
.text-purple{
    color: #5c6bc0!important;
}
.text-pink{
    color: #ec407a!important;
}
.text-blue {
    color: #0069c5!important;
}
.text-default {
    color: #444 !important;
}
.text-white {
    color: #fff !important;
}
/* 按钮 */
.btn {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn:hover {
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.btn-primary{
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;  
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active{
    background-color:#0070d1!important;
    border-color:#0070d1!important;
}
.btn-info{
    color: #fff;
    background-color: #20a0e4;
    border-color: #20a0e4;  
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active{
    background-color:#22a8f0!important;
    border-color:#22a8f0!important;
}
.btn-cyan-blue{
    color: #fff;
    background-color: #23b6c8;
    border-color: #23b6c8;  
}
.btn-cyan-blue:hover,
.btn-cyan-blue:focus,
.btn-cyan-blue.focus,
.btn-cyan-blue:active,
.btn-cyan-blue.active{
    color: #fff;
    background-color:#24bfd4!important;
    border-color:#24bfd4!important;
}
.btn-blue{
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;  
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active{
    color: #fff;
    background-color:#368DDA!important;
    border-color:#368DDA!important;
}
.btn-success{
    color: #fff;
    background-color: #66bb6a;
    border-color: #66bb6a;  
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active{
    background-color:#6dc772;
    border-color:#6dc772;
}

.btn-danger{
    color: #fff;
    background-color: #f15a5d;
    border-color: #f15a5d;  
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active{
    background-color:#ff5e61;
    border-color:#ff5e61;
}
.btn-orange{
    color: #fff;
    background-color: #ff7043;
    border-color: #ff7043;  
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active{
    color: #fff;
    background-color:#ff855f;
    border-color:#ff855f;
}
.btn-yellow{
    color: #fff;
    background-color: #ffa726;
    border-color: #ffa726;  
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active{
    color: #fff;
    background-color:#ffbe5f;
    border-color:#ffbe5f;
}
.btn-purple{
    color: #fff;
    background-color: #5c6bc0;
    border-color: #5c6bc0;  
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active{
    color: #fff;
    background-color:#7987D8;
    border-color:#7987D8;
}
.btn-pink{
    color: #fff;
    background-color: #ec407a;
    border-color: #ec407a;  
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active{
    color: #fff;
    background-color:#EE6090;
    border-color:#EE6090;
}
.btn-white {
    background-color: #fff;
    border: 0;
}
.btn-default:hover {
    background: #fff;
}

ul.btnicon-lg li{
    text-align: center;
}
ul.btnicon-lg li a{
    padding-top: 14px;
    padding-bottom: 6px;
    display: block;
}

ul.btnicon-lg li a:active{
    background: #efefef;
}
ul.btnicon-lg li a i.iconfont{
    font-size: 38px;
}
ul.btnicon-lg li a p{
    margin-top: 15px;
    color: #444;
}

ul.btn-line li a.btn{
    box-shadow: none;
    border-color: #ebebeb;
}
ul.btn-line li a.btn:hover{
    border-color: #ddd;
    background-color: transparent;
    box-shadow: 0 4px 7px rgba(0,0,0,0.1);
}


/* 标签 */
.label { line-height:16px;}
.label-primary { background-color:#42a5f5;}
.label-success { background-color:#66bb6a;}
.label-warning { background-color:#ffa726;}
.label-info { background-color:#26c6da;}
.txt1line { -webkit-box-orient:vertical; box-orient:vertical; display:-webkit-box !important; display:box !important; -webkit-line-clamp:1;}
.txt2line { -webkit-box-orient:vertical; box-orient:vertical; display:-webkit-box !important; display:box !important; -webkit-line-clamp:2;}

.banner-sty1 { width:100%; height:484px; background-image: url("xxgc20djs-banner.jpg"); background-repeat:no-repeat; background-position:center top;}
.banner-img { display:none;}

.ggbt-sty1 { width:100%;  height:111px; overflow:hidden;}
.ggbt-sty1 img { display:block; margin:0px auto;}
.title05{ background: url("20dxxgc.png") no-repeat center top}
.title051{ background: url("20dxbgwys.png") no-repeat center top}
.title052{ background: url("20dplwz.png") no-repeat center top}
.title02{ background: url("xsqzx.jpg") no-repeat center top}
.title03{ background: url("lm__r5_c1.jpg") no-repeat center top}
.title04{ background: url("lm__r3_c1.jpg") no-repeat center top}

.zttt-div { width:100%; overflow:hidden; font-size:40px; color:#282828; text-align:center; font-weight:bold; /*line-height:124px;*/}
.zttt-div a { color:#282828; margin-left: 10px;}
.zttt-div a:hover { color:#ca261d;}
.news-imglist1 { width:100%; height:345px; overflow:hidden; margin-top: 0px;}
.news-imglist1 a img { display:block; width:100%;}
.news-imglist1 a span { width:723px; height:55px; background:rgba(0,0,0,0.6); position:absolute; margin-top:-50px; font-size:18px; color:#ffffff; line-height:55px; text-indent:15px; display:block;}
.hiSlider { overflow:hidden; width:100%; margin:0px; padding:0px; }
.hiSlider-item { float:left;}
.hiSlider-item img { display:block; width:100%; height:345px;}
.news-list1 { width:100%; overflow:hidden; margin-top:15px;}
.news-list1 ul { padding:0px; margin:0px;}
.news-list1 ul li { width:100%; overflow:hidden; border-bottom:#d1d1d1 dashed 1px; padding-top:10px; padding-bottom:15px;}
.news-list1 ul li a span { display:block; width:100%; overflow:hidden; font-size:22px; color:#282828; font-weight:bold;}
.news-list1 ul li a p { font-size:12px; color:#989898; line-height:1.667; margin:5px 0px 0px 0px;}
.news-list1 ul li a:hover span,.news-list1 ul li a:hover p { color:#ca261d;}

.news-list2 { width:100%; overflow:hidden; margin-top:5px;}
.news-list2 ul { padding:0px; margin:0px;}
.news-list2 ul li { width:100%; height:38px; line-height: 38px; white-space:nowrap; text-overflow:ellipsis;overflow:hidden; font-size:18px; color:#282828;}
.news-list2 ul li a { color:#282828;}
.news-list2 ul li a:hover { color:#ca261d;}


.news-list3 { width:100%; overflow:hidden; margin-top:5px;}
.news-list3 ul { padding:0px; margin:0px;}
.news-list3 ul li { width:95%; height:40px; line-height: 40px; white-space:nowrap; text-overflow:ellipsis;overflow:hidden; font-size:18px; color:#fff;}
.news-list3 ul li a {width:80%; color:#fff;}
.news-list3 ul li a:hover { color:#ECCACA;}
.news-list3 ul li span{ float: right; color: #eee; font-size: 16px;}

.news-lm{ text-align: right; height: 30px; line-height: 30px; margin-top: -15px;}
.news-lm a{ color: #333; background: #eee; padding: 5px 18px;}
.news-lm img{ float: left; }

#ztpart2 { width:100%; min-height:1040px; background: url("bj_p2.jpg") #FBF7F6 no-repeat center top; margin-top:50px; padding-top: 50px;}
.xuexi{ background: #E22426; height: 385px; margin-top: 80px; padding: 30px;}
.xuexi img{ width: 100%; height: 60px; margin-bottom: 10px;}

#ztpart5{ margin-top: 80px;}
#ztpart6 { width:100%; min-height:400px; background: url("bj_p2.jpg") #FBF7F6 no-repeat center bottom; margin-top:80px; padding-top: 80px;}


#ztpart7 { overflow:hidden; margin-top: 80px;}
.qyfc-div1 { width:100%; overflow:hidden; margin-top:15px;}
.qyfc-bt { width:100%; height:44px; border-bottom:#cccccc solid 2px;}
.qyfc-bt span { display:block; float:left; width:auto; height:44px; border-bottom:#ca261d solid 2px; font-size:18px; color:#ca261d; font-weight:bold; line-height:44px; padding-left:10px; padding-right:10px;}

.m_top10{ margin-top: 30px; margin-bottom: 20px; overflow: hidden;}
.lm_xx{ width: 100%; height: 36px; background: url("lm_xx.png") no-repeat left; font-size: 16px; color: #fff; font-weight: bold; line-height: 36px; padding-left: 30px;}
.xiangmuzs{ width: 100%; height: 250px; margin-top: 40px; overflow: hidden; background: #F8F0F1}
.xiangmuzs span{ width: 92%; height:35px; background: rgba(0,0,0,0.6); display: block; text-align: center; line-height: 35px; color: #fff; margin-top: 215px; position: absolute}
.xiangmuzs img{ width: 100%; height: 250px;}

.footer{ background: #CFD3D6}
.foot-sty1{ line-height: 26px; color: #666; padding: 30px 0;}
.foot-sty1 span{ display: block; margin-right: 40px; margin-bottom: 30px; float: left}
.foot-sty1_img{ float: right; margin-top: -25px}
.footer2{ background: #E03941}
.foot-sty2{ color: #FFF; line-height: 40px;}

/* 专题专栏焦点图 */
.ztzlfocus{ width:1000px; position:relative; margin:0 auto;}
.f426x240 {width:1000px; overflow:hidden}
.rslides{width:100%;position:relative;list-style:none;padding:0}
.rslides_nav{height:60px;width:60px;position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);top:50%;left:0px;opacity:0.5;text-indent:-9999px;overflow:hidden;text-decoration:none;background:url(qhlbnt1.png) no-repeat 0 0px;margin-top:-25px}
.rslides_nav:active{opacity:1.0}
.rslides_nav.next{left:auto;right:0px;background:url(qhrbnt1.png) no-repeat 0 0px;}

.ztzlfocus2{ width:1100px; position:relative; margin:0 auto;}
.f426x2402 {width:500px; overflow:hidden}
.rslides3 { height: 330px;}

.ztzlfocus3{ width:1100px; position:relative; margin:0 auto;}
.f426x2403 {width:1100px; overflow:hidden}
.f426x2403 li { width: 100%; overflow: hidden;}

.ztzlfocus4{ width:500px; position:relative; margin:0 auto;}

.more{ width: 30%; padding: 10px 0px; margin:30px auto; text-align: center;}
a .more { color: #fff;background:#A7181A}
a:hover .more { background:#ddd }
.toutiao{ height: 100px; overflow: hidden; border-bottom: 1px dashed #eee; }
.toutiao span{ display: block; height: 22px; line-height:22px; overflow: hidden; font-size: 20px; font-weight: bold; width: 100%; text-align: left; }
.toutiao span a{ color: #333;}
.toutiao p{ font-size: 14px; line-height: 22px; margin-top: 12px;}

.toutiao2{ height: 100px; overflow: hidden; border-bottom: 1px dashed #c8c8c8; margin-top: 20px; }
.toutiao2 span{ display: block; height: 22px; line-height:22px; overflow: hidden; font-size: 20px; font-weight: bold; width: 100%; text-align: left; }
.toutiao2 span a{ color: #333;}
.toutiao2 p{ font-size: 14px; line-height: 22px; margin-top: 12px;}
/*各地行动*/
.gdxd{ overflow: hidden; padding: 50px 50px;background: #F4ECEA; margin-top: 30px;}
.gdxd ul{ margin: 0px; padding: 0px}
.gdxd ul li{ width: 50%; height: 40px; line-height: 40px; overflow: hidden; float: left;  padding-left: 25px;}
.gdxd ul li a{ font-size: 16px; color: #333;}

.weibo{ width: 100%; height: 120px; overflow: hidden; background: #F0ECEC}

/*图书资料*/
.zyzfc{ width: 260px; height: 245px; overflow: hidden; float: left; margin: 30px 10px 0; }
.zyzfc img{ width:100%; height:205px;}
.zyzfc span{ display: block; text-align: center; font-size: 16px; line-height: 40px; background:rgba(0,0,0,0.1);}
.zyzfc a{ color: #333;}
.zyzfc a:hover{ color: #333}

#marquee1{width:100%;height:275px; overflow:hidden; margin:0 auto; }
#marquee1 ul li{float:left; padding:0 1px;}
.logo{ float: right; margin-top: 20px;}

.ztggbt-div { width: 100%; overflow: hidden; border-bottom: #5ba23c solid 5px; height:45px; margin-top: 20px;}
.ztggbt-div span { float: left; position: absolute; font-size: 22px; color: #282828;}
.ztggbt-div a { float: right; font-size: 14px; color: #787878; line-height:45px; margin-right: 5px;}
.ztgglist-div { width: 100%; overflow: hidden; margin-top: 15px;}
.ztgglist-div ul { padding: 0px; margin: 0px;}
.ztgglist-div ul li {font-size: 18px;height: 40px;line-height:40px;color: #999999;padding: 0px 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.ztgglist-div ul li a { color: #282828;}
.liw50 li { width: 50%; float: left;}

.ggnews-div { width:100%; overflow:hidden; margin-top:25px;}
.ggnews-list2 { width:100%; overflow:hidden; margin-top:0px; }
.ggnews-list2 span { display:block; float: right; color: #ACAAAA; font-size: 12px; margin-top: 20px; border-bottom: 1px #BDBCBC dashed; padding-bottom: 20px;}
.ggnews-list2 span a img { display:block; float:left; width:217px; height:140px; margin-right:20px;}
.ggnews-list2 span a h1 { font-size:18px; color:#282828; font-weight:bold; margin:0px; line-height:26px;}
.ggnews-list2 span a p { font-size:14px; color:#989898; margin:10px 0px 0px 0px; line-height:24px;overflow: hidden}
.ggnews-list2 span a:hover h1 { color:#D02023}
.ggnews-list2 ul { padding:0px; margin:340px 0px 0px 0px;}
.ggnews-list2 ul li { font-size:16px; color:#282828; line-height:36px; height: 36px; overflow: hidden;background: url("ddian.jpg") no-repeat left center; text-indent: 20px;}
.ggnews-list2 ul li span.time{ float: right; margin-top: 0px;}
.ggnews-list2 ul li a { color:#282828;}
.ggnews-list2 ul li a:hover { color:#D82425;}
.ggnews-list2 span.more{ background: #E9E5E6; width: 20%; margin: auto; text-align: center; margin-top: 20px; float: left; padding-bottom: 10px; border: none}
.ggnews-list2 span.more a{color: #322C2D;}

.yanewsqhtab2{width:100%; height:45px; border-bottom:#dadada solid 1px; padding-left: 300px; margin-top: 30px;}
.yanewsqhtab2 ul {margin:0;padding:0;}
.yanewsqhtab2 li{ width:auto; height:44px; float:left; cursor:pointer; color:#CC181B; font-size:22px; text-align:center; line-height:44px; padding-left:30px; padding-right:30px; margin-right: 30px;}
.yanewsqhtab2 li.now{ background: #D42721; color:#fff; border-bottom:#e53333 solid 2px; font-weight:bold;} 
.yanewsqhtablist2{width:100%; height:auto; clear:both; overflow:hidden; display:none; margin:8px auto auto auto;} 
.block{display:block;}
.more{ background: #E9E5E6; padding: 8px 30px; width: 10%; margin: auto; text-align: center; margin-top: 30px; }
.more a{color: #322C2D;}