
html{ font:normal 62.5%/2.3em Arial}
body{ font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,Arial,"宋体";margin:0px; padding:0px; margin:0px auto; font-size:1.2em; color:#333333; width:100%;width:expression((documentElement.clientWidth < 1004) ? "1004px" : "100%" ); zoom:1;}
ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;}
ul,ul li{ list-style:none;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333333;}
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ border:none; border:0; max-width:100%; vertical-align:top;}
a{ color:#414446; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#e23c3c;}
.fl{float: left;}
.fr{float: right;}
.clear{ clear:both;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

.Contain{width:1300px;margin:auto;}
@media(max-width:1300px){
    .Contain{width:95%;}
}
.Contain_1{width:1100px;margin:auto;}
@media(max-width:1100px){
    .Contain_1{width:95%;}
}



/* header */
.Top .top-ban{background:url(../jpg/nc9s1l.jpg) no-repeat;background-size: 100% 100%;padding:3% 0;position: relative;overflow:hidden;}

.Top .MainNav{background:#3686d9;line-height: 60px;}
.Top .MainNav ul{width:70%;}
.Top .MainNav ul li{display: inline-block;padding:0 5.5% 0 0;}
.Top .MainNav ul li a{font-size: 20px;font-weight: bold;color:#fff;display: block;position: relative;}
.Top .MainNav ul li a::after{content:'';display: block;width:1px;height:18px;background:#79afe8;position: absolute;top:22px;right:-30px;}
.Top .MainNav ul li#nav7 a::after{display: none;}
.Top .MainNav ul li.active a{color:#ffce27;}
.Top .MainNav ul li a::before{content:'';display: block;height:3px;width:100%;background:#ffce27;position: absolute;left:0;bottom:-3px;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);transition: all .5s;-webkit-transition: all .5s;}
.Top .MainNav ul li.active a::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Top .MainNav ul li:hover a{color:#ffce27;}
.Top .MainNav ul li:hover a::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Top .MainNav .search{height:45px;width:28%;margin-top:10px;}
.Top .MainNav .search input{width:70%;height:45px;border:1px solid #79afe8;border-radius: 5px;padding:0 10px;color:#fff;box-sizing: border-box;}
.Top .MainNav .search button{width:28%;height:45px;background:#4d98e4;border:none;border-radius: 5px;color:#fff;font-size: 15px;}
.Top .MainNav .search button img{position: relative;top:3px;}

.Top .MainNav .search input::-webkit-input-placeholder {color: #fff;font-size:14px;opacity: 0.3;}
.Top .MainNav .search input::-moz-placeholder {color: #fff;font-size:14px;opacity: 0.3;}
.Top .MainNav .search input:-ms-input-placeholder {color: #fff;font-size:14px;opacity: 0.3;}

.Top .m-btn{display: none;position: absolute;cursor: pointer;right:20px;top:20px;float:right;padding:15px 5px;border:2px solid #ea0e12;border-radius: 5px;z-index:999;}
.Top .m-btn span{display: block;width:23px;height:2px;background:#ea0e12;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span::before, .m-btn span::after{content:'';display: block;height:2px;width:23px;background:#ea0e12;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;}
.Top .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.Top .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}

@media(max-width:1200px){
    .Top .MainNav ul li{padding:0 2%;}
    .Top .MainNav ul li a{font-size: 18px;}
    .Top .MainNav ul li a::after{right:-20px;}
}

@media(max-width:992px){
    .Top .top-ban .logo{width:70%;}
    .Top .MainNav ul{position: absolute;background:#3686d9;top:74px;right:0;display: none;z-index:999;padding:10px 0 30px 0;}
    .Top .MainNav ul li{display: block;text-align: center;line-height:40px;}
    .Top .MainNav ul li a{font-size: 16px;}
    .Top .m-btn{display: block;}
    .Top .MainNav ul li.active a{color:#ffce27;}
    .Top .MainNav ul li a::after{display: none;}
    .Top .MainNav ul li a::before{content:'';display: block;height:3px;width:100%;background:#ffce27;position: absolute;left:0;bottom:-3px;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);transition: all .5s;-webkit-transition: all .5s;}
    .Top .MainNav ul li.active a::before{transform: rotateY(90deg);-webkit-transform: rotateY(90deg);}
    .Top .MainNav .search{width:100%;}
    .Top .MainNav .search input{height:35px;}
    .Top .MainNav .search button{height:35px;}
}

/* bottom */
.Bottom{background:url(../jpg/mcxjey.jpg) no-repeat;background-size: cover;border-top:5px solid #266fba;padding:0 0 10px 0;}
.Bottom .foot-part1 {width:42%;}
.Bottom .foot-part1 h1{font-size: 18px;color:#3686d9;padding:10px 0;border-bottom:1px solid #dfdfdf;}
.Bottom .foot-part1 h1 span{display: inline-block;width:20px;height:20px;font-size: 14px;font-weight: 100;color:#c5c5c5;border:1px solid #c5c5c5;border-radius: 50%;text-align: center;line-height: 20px;margin-left:10px;}
.Bottom .foot-part1 p{color:#262626;font-size: 14px;margin:2px 0 0 0;}
.Bottom .foot-part1 p strong{font-size: 16px;}
.Bottom .foot-part2{width:20%;text-align: center;margin-top:50px;}
.Bottom .foot-part2 img{height:80px;}
.Bottom .foot-part3{width:38%;margin-top:30px;}
.Bottom .foot-part3 .er-img{text-align: center;margin-left:22px;}
.Bottom .foot-part3 p{font-size: 15px;margin:5px 0;}

@media(max-width:992px){
    .Bottom .foot-part1{width:100%;}
    .Bottom .foot-part2{display: none;}
    .Bottom .foot-part3{display: none;}
}

/* banner */
.top-ban{position: relative;}
.top-ban .ban{width:100%;position: absolute;right:0;top:0;}
.ban .ban-list{position: relative;}
.ban .ban-list .ban-txt{position: absolute;right:20%;top:43%;min-width:300px;}
.ban-list .ban-txt .tt{margin-top:10px;}
.owl-carousel .owl-item img{display: inline-block;width:auto;}
.ban-list .ban-txt img{margin-left:-10px;}
.ban-list .ban-txt.txt1{right:23%;top:20%;}
.ban-list .ban-txt.txt1 .tt{margin-top:15px;}
.ban-list .ban-txt .t2{margin-left:30px;}
.ban-list .ban-txt .t3{margin-left:60px;}

.ban .ban-list .ban-txt.b1{top:30%;}
.ban .ban-list .ban-txt.b2{}
.ban .ban-list .ban-txt.b3{top:45%}
.ban .ban-list .ban-txt.b4{right:15%;}
.ban .ban-list .ban-txt.b5{}
.ban .ban-list .ban-txt.b6{right:16%;}
.ban .ban-list .ban-txt.b7{}

.m-ban{display: none;}

@media(max-width:992px){
    .Top .top-ban{background:#fff;}
    .top-ban .ban{display: none;}
    .m-ban{display: block;background:url(../jpg/ruuvb0.jpg) no-repeat;background-size: 100% 100%;position: relative;}
    .m-ban .ban-list .ban-txt img{width:20px;margin-left:-5px;}
    .m-ban  .ban .ban-list .ban-txt{min-width:150px;}
    .m-ban .ban-list .ban-txt .tt{margin-top:0;}
}

.common{margin-top:15px;}

/* 省局动态 */
.i-news .i-news-left{width:45%;overflow:hidden;}
.i-news .i-news-left .i-news-left-list{position: relative;}
.i-news .i-news-left .i-news-left-list .i-news-img{height:370px;overflow: hidden;}
.i-news .i-news-left .i-news-left-list .i-news-img img{height:370px !important;}
.i-news .i-news-left .i-news-left-list .i-news-tit{position: absolute;line-height: 45px;background:rgba(0,0,0,0.5);color:#fff;left:0;bottom:0;z-index:999;width:100%;}
.i-news .i-news-left .i-news-left-list p{margin:0;font-size: 16px;padding:0 10px;width:70%;}
.i-news .i-news-right{width:53%;}

.i-news .i-news-left  .owl-nav{display: none;}
.i-news .i-news-left  .owl-dots{width:20%;position: absolute;bottom:10px;right:10px;text-align: right;}
.i-news .i-news-left  .owl-dot{width:10px;height:10px;border-radius: 50%;margin:0 5px;border:1px solid #fff;box-sizing: border-box;}
.i-news .i-news-left  .owl-dot.active{background:#266fba;border:1px solid transparent;}

.i-news .i-news-right{position: relative;}
.i-news .i-news-right .i-nav{background:#f6f6f6;line-height: 50px;}
.i-news .i-news-right .i-nav ul li{display: inline-block;padding:0 10px;font-size: 20px;margin-right:10px;}
.i-news .i-news-right .i-nav ul li.on{border-bottom:2px solid #3686d9;}
.i-news .i-news-right .i-nav ul li.on a{color:#3686d9;font-weight: bold;}
.i-news .i-news-right .more{font-size: 17px;color:#999999;margin-right:15px;position: absolute;right:10px;top:15px;}
.i-news .i-news-right .more a{display: block;}
.i-news .i-news-right .more span{padding:1px 4px;background:#949699;color:#fff;}
.i-news .i-news-right .first{padding-bottom:10px;border-bottom:1px solid #f2f2f2;margin-bottom:10px;}
.i-news .i-news-right .first p{font-size: 16px;font-weight: bold;margin:19px 0 0px 0;position: relative;}
.i-news .i-news-right .first p .date{position: absolute;right: 0px;top:0px;font-style: normal;color:#414446;font-weight: 400}
.i-news .i-news-right .first span{color:#7e7c7c;font-size: 14px;display:block;line-height:30px;}
.i-news .i-news-right .i-news-list{line-height:40px;font-size: 16px;}
/* .i-news .i-news-right .i-news-list:last-child{padding:6px 0 0 0;} */
.i-news .i-news-right .i-news-list .news-tit {width:80%;position: relative;padding-left:15px;}
.i-news .i-news-right .i-news-list .news-tit::before{content:'';display: block;width:5px;height:5px;background:#266fba;position: absolute;top:16px;left:0;}
.i-news .i-news-right .i-news-list .news-time{width:15%;text-align: right;}

.i-part-box.part_1{position:relative;}
.i-part-box.part_1 .more{font-size: 17px;color:#999999;margin-right:15px;position: absolute;right:10px;top:29px;}
.i-part-box.part_1 .more a{display: block;}
.i-part-box.part_1 .more span{padding:1px 4px;background:#949699;color:#fff;}

.i-part-box.part_2{position:relative;}
.i-part-box.part_2 .more{font-size: 17px;color:#999999;margin-right:15px;position: absolute;right:10px;top:29px;}
.i-part-box.part_2 .more a{display: block;}
.i-part-box.part_2 .more span{padding:1px 4px;background:#949699;color:#fff;}

.i-part-box.part_3{position:relative;}
.i-part-box.part_3 .more{font-size: 17px;color:#999999;margin-right:15px;position: absolute;right:10px;top:29px;}
.i-part-box.part_3 .more a{display: block;}
.i-part-box.part_3 .more span{padding:1px 4px;background:#949699;color:#fff;}

.i-part-box.part_4{position:relative;}
.i-part-box.part_4 .more{font-size: 17px;color:#999999;margin-right:15px;position: absolute;right:10px;top:29px;}
.i-part-box.part_4 .more a{display: block;}
.i-part-box.part_4 .more span{padding:1px 4px;background:#949699;color:#fff;}

@media(max-width:1300px){
    .i-news .i-news-right .first{margin-bottom:0;}
    .i-news .i-news-right .i-news-list{line-height: 30px;}
    .i-news .i-news-right .i-news-list .news-tit{font-size: 15px;}
}
@media(max-width:1250px){
    .i-news .i-news-right .i-news-list{line-height: 29px;}
    .i-news .i-news-right .i-news-list .news-tit{font-size: 14px;}
}
@media(max-width:1200px){
    .i-news .i-news-right .i-news-list .news-tit {width:75%;}
    .i-news .i-news-right .i-news-list .news-time{width:20%;}
}

@media(max-width:992px){
    .i-news .i-news-right .i-news-list .news-tit {width:70%;}
    .i-news .i-news-right .i-news-list .news-time{width:25%;}
}

@media(max-width:640px){
    .i-news .i-news-left .i-news-left-list .i-news-img img{height:225px !important;}
}

/* 横幅 */


/* 离退休干部党建 */
/* 服务管理 */
.i-part .i-part-box{width:49%;}
.i-part .home-tit .home-tit-box{display: inline-block;padding:20px 25px;font-size: 20px;font-weight: bold;color:#fff;cursor: pointer;}
.i-part .home-tit .home-tit-box a{color:#fff;}
.i-part .home-tit .home-tit-box img{height:21px;transition: all .5s; -webkit-transition: all .5s;}
.i-part .home-tit .home-tit-box:hover img{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);}
.i-part .i-first {padding:0 10px;margin-bottom:15px;}
.i-part .i-first .i-first-tit {font-size: 20px;font-weight: bold;line-height: 50px;color:#333;transition: all .5s;-webkit-transition: all .5s;}
.i-part .i-first .i-first-more{display: inline-block;width:45px;height:20px;line-height: 20px;text-align: center;border-radius: 20px;color:#fff;font-size: 12px;margin-top:13px;}
.i-part .i-list_1{font-size: 16px;line-height: 30px;padding:0 10px;}
.i-part .i-list_1 .i-list-tit{padding-left:15px;position: relative;width:75%;}
.i-part .i-list_1 .i-list-tit::before{content:'';display: block;width:4px;height:4px;background:#266fba;position: absolute;top:18px;left:0;}
.i-part .i-list_1 .i-list-time{font-size: 14px;color:#b2b2b2;}

.part_1 .i-list_1:hover a{color:#db1b19;}
.part_1 .i-list_1:hover .i-list-time{color:#db1b19;}
.part_2 .i-list_1:hover a{color:#625cb3;}
.part_2 .i-list_1:hover .i-list-time{color:#625cb3;}
.part_3 .i-list_1:hover a{color:#3d85d1;}
.part_3 .i-list_1:hover .i-list-time{color:#3d85d1;}
.part_4 .i-list_1:hover a{color:#e8902a;}
.part_4 .i-list_1:hover .i-list-time{color:#e8902a;}

.part_1 .home-tit{border-bottom:1px solid #da4948;}
.part_1 .home-tit .home-tit-box{
    background: -moz-linear-gradient(top, #d81b19 0%, #f97833 100%);
    background: -webkit-linear-gradient(top, #d81b19 0%,#f97833 100%);
    background: -o-linear-gradient(top, #d81b19 0%,#f97833 100%);
    background: -ms-linear-gradient(top, #d81b19 0%,#f97833 100%);
    background: linear-gradient(top, #d81b19 0%,#f97833 100%);
}
.part_2 .home-tit{border-bottom:1px solid #847ddf;}
.part_2 .home-tit .home-tit-box{
    background: -moz-linear-gradient(top, #6c63d7 0%, #a4cafa 100%);
    background: -webkit-linear-gradient(top, #6c63d7 0%,#a4cafa 100%);
    background: -o-linear-gradient(top, #6c63d7 0%,#a4cafa 100%);
    background: -ms-linear-gradient(top, #6c63d7 0%,#a4cafa 100%);
    background: linear-gradient(top, #6c63d7 0%,#a4cafa 100%);
}
.part_3 .home-tit{border-bottom:1px solid #3d85d1;}
.part_3 .home-tit .home-tit-box{
    background: -moz-linear-gradient(top, #2c71b9 0%, #8ecaed 100%);
    background: -webkit-linear-gradient(top, #2c71b9 0%,#8ecaed 100%);
    background: -o-linear-gradient(top, #2c71b9 0%,#8ecaed 100%);
    background: -ms-linear-gradient(top, #2c71b9 0%,#8ecaed 100%);
    background: linear-gradient(top, #2c71b9 0%,#8ecaed 100%);
}
.part_4 .home-tit{border-bottom:1px solid #ea9c42;}
.part_4 .home-tit .home-tit-box{
    background: -moz-linear-gradient(top, #ea9c42 0%, #f0cf5e 100%);
    background: -webkit-linear-gradient(top, #ea9c42 0%,#f0cf5e 100%);
    background: -o-linear-gradient(top, #ea9c42 0%,#f0cf5e 100%);
    background: -ms-linear-gradient(top, #ea9c42 0%,#f0cf5e 100%);
    background: linear-gradient(top, #ea9c42 0%,#f0cf5e 100%);
}

.part_1 .i-first .i-first-more{background:#db1b19;}
.part_2 .i-first .i-first-more{background:#625cb3;}
.part_3 .i-first .i-first-more{background:#3d85d1;}
.part_4 .i-first .i-first-more{background:#e8902a;}

.part_1 .i-first:hover .i-first-tit{color:#db1b19;transform: scale(1.1);-webkit-transform: scale(1.1);}
.part_2 .i-first:hover .i-first-tit{color:#625cb3;transform: scale(1.1);-webkit-transform: scale(1.1);}
.part_3 .i-first:hover .i-first-tit{color:#3d85d1;transform: scale(1.1);-webkit-transform: scale(1.1);}
.part_4 .i-first:hover .i-first-tit{color:#e8902a;transform: scale(1.1);-webkit-transform: scale(1.1);}

.part_1 .i-first{
    background: -moz-linear-gradient(top, #f9dada 0%, #fef7f7 100%);
    background: -webkit-linear-gradient(top, #f9dada 0%,#fef7f7 100%);
    background: -o-linear-gradient(top, #f9dada 0%,#fef7f7 100%);
    background: -ms-linear-gradient(top, #f9dada 0%,#fef7f7 100%);
    background: linear-gradient(top, #f9dada 0%,#fef7f7 100%);
}
.part_2 .i-first{
    background: -moz-linear-gradient(top, #e5e4f2 0%, #f8f7fb 100%);
    background: -webkit-linear-gradient(top, #e5e4f2 0%,#f8f7fb 100%);
    background: -o-linear-gradient(top, #e5e4f2 0%,#f8f7fb 100%);
    background: -ms-linear-gradient(top, #e5e4f2 0%,#f8f7fb 100%);
    background: linear-gradient(top, #e5e4f2 0%,#f8f7fb 100%);
}
.part_3 .i-first{
    background: -moz-linear-gradient(top, #dbe6f2 0%, #f4f7fb 100%);
    background: -webkit-linear-gradient(top, #dbe6f2 0%,#f4f7fb 100%);
    background: -o-linear-gradient(top, #dbe6f2 0%,#f4f7fb 100%);
    background: -ms-linear-gradient(top, #dbe6f2 0%,#f4f7fb 100%);
    background: linear-gradient(top, #dbe6f2 0%,#f4f7fb 100%);
}
.part_4 .i-first{
    background: -moz-linear-gradient(top, #fbeddd 0%, #fefbf7 100%);
    background: -webkit-linear-gradient(top, #fbeddd 0%,#fefbf7 100%);
    background: -o-linear-gradient(top, #fbeddd 0%,#fefbf7 100%);
    background: -ms-linear-gradient(top, #fbeddd 0%,#fefbf7 100%);
    background: linear-gradient(top, #fbeddd 0%,#fefbf7 100%);
}


/* 信息公开 */
.xxgk-tit{line-height: 40px;background:#c4e1ff;}
.xxgk-tit .xxgk-tit-box{width:118px;height:100%;background:url(../png/fu3g7q.png) no-repeat;background-size: 100% 100%;font-size: 16px;font-weight: bold;color:#fff;line-height: 40px;padding-left:20px;}

.xxgk-content{margin-top:5px;}
.xxgk-content ul{margin-left:-1%;}
.xxgk-content ul li{width:32%;float:left;background:#f2f2f2;border:1px solid #eaeaea;margin-top:10px;text-align: center;font-size: 16px;margin-left:1%;height:77px;line-height: 77px;}
.xxgk-content ul li a{display: block;}
.xxgk-content ul li.active{background:url(../png/x8azun.png) no-repeat;background-size: 100% 100%;border:1px solid transparent;}
.xxgk-content ul li.active a{color:#fff;}
.xxgk-content ul li:hover{background:url(../png/x8azun.png) no-repeat;background-size: 100% 100%;border:1px solid transparent;}
.xxgk-content ul li:hover a{color:#fff;}
.xxgk-content ul li:hover .img1{display: none;}
.xxgk-content ul li:hover  .img2{display: inline-block;}
.xxgk-content ul li img{display: inline-block;margin:0 3px;vertical-align: middle;}
.xxgk-content ul li .img2{display: none;}


/* 快捷入口 */
.i-menu ul{margin-left:-1%;margin-top:-6px;}
.i-menu ul li{width:32%;margin-left:1%;margin-top:6px;float:left;height:108px;line-height:108px;text-align: center;transition: all .5s;-webkit-transition: all .5s;}
.i-menu ul li a{font-size: 20px;font-weight: bold;color:#fff;display: block;}
.i-menu ul li.li_1{background:url(../jpg/455alu.jpg) no-repeat center center;background-size: 100% 100%;}
.i-menu ul li.li_2{background:url(../jpg/tnent4.jpg) no-repeat center center;background-size: 100% 100%;}
.i-menu ul li.li_3{background:url(../jpg/e9o3bb.jpg) no-repeat center center;background-size: 100% 100%;}
.i-menu ul li.li_4{background:url(../jpg/dumde6.jpg) no-repeat center center;background-size: 100% 100%;}
.i-menu ul li.li_5{background:url(../jpg/5en7ft.jpg) no-repeat center center;background-size: 100% 100%;}
.i-menu ul li.li_6{background:url(../jpg/ebfhux.jpg) no-repeat center center;background-size: 100% 100%;}

.i-menu ul li:hover{background-size: 150% 150%;transform: translateY(-5px);}
.i-menu ul li:hover a{font-size: 24px}
/* 友情链接 */
.links{margin-bottom:20px;}
.link-top{line-height: 40px;background:#f3f3f3;}
.link-top .link-tit{padding:0 20px;font-size: 16px;font-weight: bold;color:#2975c3;position: relative;}
.link-top .link-tit::after{content:'';display: block;width:100%;height:2px;background:#2975c3;position: absolute;left:0;bottom:-1px;}
.link-top ul{margin-left:50px;}
.link-top ul li{float:left;font-size: 15px;padding:0 20px;}
.link-top ul li.on{background:#fff;border-top:2px solid #2975c3;box-sizing: border-box;}
.link-top ul li.on a{color:#2975c3;}
.link-top ul li a{color:#767676;}
.link-content{margin-top:10px;}
.link-content .link-list ul{width:95%;height:34px;overflow: hidden;line-height:34px;}
.link-content .link-list ul p{margin:0;}
.link-content .link-list ul *{font-size:16px !important;}
.link-content .link-list ul li{float:left;padding:5px 10px;}
.link-content .link-list ul::after{content:'';display:block;clear:both;}
.link-content .link-list ul li a{font-size: 14px;color:#585858;}
.link-content .link-list .link-more{padding:5px 0;}
.link-content .link-list .link-more a{color:#266fba;font-size: 14px;}
.link-content .link-list .link-more a img{position: relative;top:4px;}
.link-content .link-list ul.on{height:auto !important;min-height:68px;}

@media(max-width:1288px){
    .xxgk-content ul li{width:31.93%;}
}

@media(max-width:1062px){
    .xxgk-content ul li{width:31.83%;}
    .i-part .i-list_1 .i-list-tit{width:70%;}
}

@media(max-width:992px){
    .ad{font-size: 15px;}
    .i-news .i-news-left{width:100%;}
    .i-news .i-news-right .i-nav ul li{font-size: 16px;padding:0;}
    .i-news .i-news-right{width:100%;margin-top:10px;}
    .i-part .i-part-box{width:100%;margin-bottom:10px;}
    .i-part .home-tit .home-tit-box{padding:10px 15px;font-size: 16px;}
    .xxgk-content ul li{width:48%;}
    .i-menu ul li{width:48%;line-height: 85px;}
    .link-content .link-list ul{width:85%;}
    .link-top ul{margin:10px 10px 10px 10px;}
    .link-top ul li{width:50%;padding:0;text-align: center;}
    .link-top ul li.on{border-top:none;}
    .link-top .link-tit::after{display: none;}
    .link-content .link-list ul{width:100%;}
    .link-content .link-list .link-more{float: none;text-align: center;}
}


/* 通知公告 */
.n-tit{
    padding:15px 0; 
    background: -moz-linear-gradient(top, #f7fafc 0%, #dce7f2 100%);
    background: -webkit-linear-gradient(top, #f7fafc 0%,#dce7f2 100%);
    background: -o-linear-gradient(top, #f7fafc 0%,#dce7f2 100%);
    background: -ms-linear-gradient(top, #f7fafc 0%,#dce7f2 100%);
    background: linear-gradient(to bottom, #f7fafc 0%,#dce7f2 100%);
    border-bottom:1px solid #cce1f0;
}
.n-tit h1{margin:0;font-size: 16px;font-weight: bold;color:#3686d9;max-width:75%;}
.n-tit .current{color:#7a7a7a;font-size: 15px;}
.n-tit .current img{vertical-align: middle;position: relative;top:-2px;}
.n-tit .current a{color:#7a7a7a;}
.n-tit .current a:last-child{color:#3686d9;}

.w-1000{width:1000px;margin:0 auto;}
.w-1100{width:1100px;margin:0 auto;}

@media(max-width:1200px){
    .w-1000{width:100%;}
    .w-1100{width:100%;}
}

@media(max-width:992px){
    .n-tit h1{width:100%;max-width:100%;}
}

.n-main{padding:25px 0 25px 0;}


.list_1{line-height: 40px;border-bottom:1px dotted #bababa;}
.list_1 .list_1-tit{font-size: 16px;padding-left:15px;position: relative;}
.list_1 .list_1-tit::before{content:'';display: block;width:4px;height:4px;background:#999;position: absolute;top:26px;left:0;}
.list_1 .list_1-time{font-size: 14px;color:#bababa;}
.list_1:hover a{color:#3686d9;}
.list_1:hover .list_1-tit::before{background:#3686d9;}
.list_1:hover .list_1-time{color:#3686d9;}

/* page */
.Pages{text-align: center;margin-top:25px;font-size: 14px;position:relative;}
.Pages span{display: inline-block;margin:0 5px;}
.Pages .p_page>a{display: inline-block;height:30px;line-height: 30px;padding:0 5px;border:1px solid #e2e2e2;margin:5px 3px;}
.Pages .num{font-style: normal;}
.Pages .num a{display:inline-block;width:25px;height:30px;border:1px solid #e2e2e2;line-height: 30px;text-align: center;margin:5px 3px;}
.Pages .p_page a:hover{color:#fff;background:#3686d9;border:1px solid transparent;}
.Pages .p_page a.a_cur{color:#fff;background:#3686d9;border:1px solid transparent;}

@media(max-width:992px){
    .list_1 .list_1-tit{width:70%;font-style: 14px;}
}

/* 省局动态 */
.n-list .n-first .n-left{width:50%;}
.n-list .n-first .n-left .n-left-list{position: relative;}
.n-list .n-first .n-left .n-left-list .n-left-tit{position: absolute;line-height: 45px;background:rgba(0,0,0,0.5);color:#fff;left:0;bottom:0;z-index:999;width:100%;}
.n-list .n-first .n-left .n-left-list p{margin:0;font-size: 16px;padding:0 10px;width:70%;}
.n-list .n-first .n-right{width:47%;}

.n-list .n-first .n-left  .owl-nav{display: none;}
.n-list .n-first .n-left  .owl-dots{width:20%;position: absolute;bottom:10px;right:10px;text-align: right;}
.n-list .n-first .n-left  .owl-dot{width:10px;height:10px;border-radius: 50%;margin:0 5px;border:1px solid #fff;box-sizing: border-box;}
.n-list .n-first .n-left  .owl-dot.active{background:#266fba;border:1px solid transparent;}

.n-list .n-first .n-right .n-right-tit{width:70%;}
.n-list .n-first .n-right .n-right-tit p{font-size: 18px;font-weight: bold;margin:15px 0 5px 0;}
.n-list .n-first .n-right .n-right-tit span{font-size: 16px;color:#a3a3a3;}
.n-list .n-first .n-right .n-right-list{margin-bottom:13px;padding-bottom:13px;border-bottom:1px solid #efefef;}
.n-list .n-first .n-right .n-right-list:last-child{margin-bottom:0;border-bottom:none;}
.n-list .n-time{width:80px;background:#f0f0f0;color:#a7a7a7;text-align: center;padding:10px 0;}
.n-list .n-time p{font-size: 30px;font-weight: bold;margin:5px 0 3px 0;}
.n-list .n-time span{font-size: 14px;}

.n-list .n-first .n-right .n-right-list:hover .n-time{background:#2c78c7;color:#fff;}
.n-list .n-first .n-right .n-right-list:hover .n-right-tit p{color:#2c78c7;}

.n-list .n-list_1{margin-top:20px;padding-bottom:20px;border-bottom:1px solid #efefef;}
.n-list .n-list_1 .n1_img{width:20%;margin-right:3%;}
.n-list .n-list_1 .n1_img img{width:100%;}
.n-list .n-list_1 .n1_tit{width:60%;}
.n-list .n-list_1 .n1_tit p{font-size: 18px;font-weight: bold;margin:15px 0 10px 0;}
.n-list .n-list_1 .n1_tit span{font-size: 16px;color:#a3a3a3;}
.n-list .n-list_1 .n-time{margin-top:15px;}

.n-list .n-list_1:hover .n1_tit p{color:#2c78c7;}
.n-list .n-list_1:hover .n-time{background:#2c78c7;color:#fff;}

@media(max-width:992px){
    .n-list .n-first .n-left{width:100%;}
    .n-list .n-first .n-right{width:100%;margin-top:20px;}
    .n-list .n-list_1 .n1_img{width:100%;}
    .n-list .n-list_1 .n1_tit{width:70%;}
}

/* 新闻详情 */
.info-tit{text-align: center;border-bottom:1px dotted #e3e3e3;margin-bottom:30px;}
.info-tit h1{color:#2c78c7;font-size: 25px;font-weight: bold;line-height: 40px;}
.info-tit p{font-size: 14px;color:#999;}

.info-content{font-size: 16px;color:#666666;}
.info-content img{max-width:720px;}
.info-content p img{text-align: center !important;display: block;margin:0 auto;}

.news-other{margin-top:40px;}
.news-other .news-btn{width:48%;line-height: 50px;background:#f7f7f7;text-align: center;font-size: 15px;}
.news-other .news-btn:hover{background:#3686d9;color:#fff;}
.news-other .news-btn:hover a{color:#fff;}

@media(max-width:992px){
    .info-tit h1{font-size: 18px;}
    .info-content{font-size: 14px;}
    .info-content img{max-width:100%;width:100%;}
    .news-other .news-btn{width:100%;margin-bottom:10px;}
}

/* 学习活动阵地 */
.xxhdzd{background:url(../png/6vpfak.png);position: relative;}
.xxhdzd::before{content:'';display: block;width:100%;height:100%;position: absolute;bottom:0;left:0;background:url(../png/rjbqbh.png) no-repeat bottom center;z-index:0;}
.xxhdzd .list_1 .list_1-tit{padding-left:20px;}
.xxhdzd .list_1 .list_1-tit::before{content:'';display: block;width:11px;height:10px;background:url(../png/s7ydar.png) no-repeat;background-size: 100% 100%;top:23px;}
.xxhdzd .list_1:hover .list_1-tit::before{background:url(../png/4yoo68.png) no-repeat;}

/* 信息公开 */
.w-1100-left{width:20%;max-width:205px;}
.w-1100-right{width:77%;}

.w-1100-left ul li{width:100%;background:#f2f2f2;border:1px solid #eaeaea;padding:26px 0;margin-bottom:10px;text-align: center;font-size: 16px;}
.w-1100-left ul li.active{background:url(../png/x8azun.png) no-repeat;background-size: 100% 100%;border:1px solid transparent;}
.w-1100-left ul li.active a{color:#fff;}
.w-1100-left ul li.active .img1{display: none;}
.w-1100-left ul li.active .img2{display: inline-block;}
.w-1100-left ul li:hover{background:url(../png/x8azun.png) no-repeat;background-size: 100% 100%;border:1px solid transparent;}
.w-1100-left ul li:hover a{color:#fff;}
.w-1100-left ul li:hover .img1{display: none;}
.w-1100-left ul li:hover  .img2{display: inline-block;}
.w-1100-left ul li img{display: inline-block;margin:0 3px;}
.w-1100-left ul li .img2{display: none;}

@media(max-width:992px){
    .w-1100-left{width:100%;max-width:100%;}
    .w-1100-right{width:100%;}
}




    /*Sidebar*/
.Menu{ width:87%;}
.MenuTitle{ width:100%; /*background:url(../images/bgmenu.jpg) repeat-x left bottom;*/background:#ffffff;border-bottom:3px solid #dcdcdc;border-top:5px solid #a70304;}
.MenuTitle span{display:block; font-size:19px; line-height:26px; padding:15px; text-align:center; color:#a70303;}
.MenuCont{ width:100%; background:#fff; padding-bottom:17px;}
.MenuCont ul li{ line-height:49px; /*height:49px;*/ border-bottom:1px solid #dcdcdc; background:url(../jpg/b4vkiq.jpg) no-repeat 202px 16px; font-size:15px;}
.MenuCont ul li a{ display:block; color:#686868; padding-left:26px;}
.MenuCont ul li.onmenu a,.MenuCont ul li a:hover{ color:#a70303;}

.MenuCont ul li.onmenu dt a{ color:#222222;}
.MenuCont ul li .submenu{ display:none;}
.MenuCont ul li .submenu dt a{ display:block; line-height:30px;}
.MenuCont ul li .submenu dt.onsubmenu a{ color:#a70303;}
.MenuCont ul li .submenu dt a:hover{ color:#fff;}


.LeftContact{ width:100%;}
.LeftContact ul li{ padding-bottom:9px;}
.LeftContact ul li.Link1{ background:url(../jpg/gateo2.jpg) no-repeat -20px top; width:100%; height:69px; line-height:20px; font-size:16px;}
.LeftContact ul li.Link1 a{ display:block; color:#fff; padding-left:77px; text-align:center; padding-top:15px; height:56px;}
.LeftContact ul li.Link2{ background:url(../jpg/6sbvfu.jpg) no-repeat left top; width:100%; height:69px; line-height:69px; font-size:16px;}
.LeftContact ul li.Link2 a{ display:block; color:#fff; padding-left:77px;}
/*Sidebar*/


    .BG_Contain{ width:100%;}
.BG_Cont{ width:100%;}
.Silderbar{ width:25%; float:left;}
.MainContent{ width:75%; float:right;}
.MainContentBox{padding:7px 20px; background:#fff; background: #fff; padding-bottom: 60px;}
.Content{}
.SinglePage{ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden;}
#transmark{display:none;}

/*content*/
.ContInfor p{ line-height:21px; font-size:13px; color:#787878; margin:0;}
.ContInfor p.pTitle{ font-size:16px; line-height:22px; color:#3f3d3d; padding-top:10px;}

/*login*/
.ContLogin{ height:505px; padding-top:0;}
.Login{ width:510px;  margin:125px auto 0;}
.loginTitle{ font-size:17px; color:#8f3030; width:100%; height:64px; background:url(../jpg/m018fh.jpg) no-repeat left top; border-bottom:1px solid #999;}
.login_table{ width:100%; padding-bottom:6px; background:url(../jpg/gviujr.jpg) no-repeat center bottom;}
.LoginTable{ width:100%; background:url(../jpg/z6o12h.jpg) repeat-x center bottom; padding:35px 0 20px;}
.LoginTable tr td{ padding:7px 5px; font-size:14px; color:#464646;}
.LoginTable tr td #slUnit{width: 274px;}
.LoginTable tr td .text{ width:260px; padding:8px 5px; border: 1px solid #DCDCDC;background:none; float:left; }

.LoginTable tr td .btn{ background:url(../jpg/p2m67d.jpg) no-repeat center; color:#fff; font-size:14px; width:94px; height:36px; border:0; margin-left:70px; cursor:pointer;}
.LoginTable .code{ display:block; float:left; margin-left:5px; margin-top:-2px;}
.LoginTable tr td #btnSendCode{ padding:8px 5px;}
.LoginTable tr td.logininput1{ background:url(../jpg/n0zvaw.jpg) no-repeat left center;}
.LoginTable tr td.logininput2{ background:url(../jpg/ss6u53.jpg) no-repeat left center;}
.LoginTable tr td.logininput2 input{ width:90px;}


.login_table2{ width:100%; padding-bottom:6px; background:url(../jpg/gviujr.jpg) no-repeat center bottom;}
.LoginTable2{ width:100%; background:url(../jpg/z6o12h.jpg) repeat-x center bottom; padding:35px 0 20px;}
.LoginTable2 tr td{ padding:7px 5px; font-size:14px; color:#464646;}
.LoginTable2 tr td .text{ width:260px; padding:8px 5px; border:0; background:none; float:left; border:1px solid #DCDCDC;}
.LoginTable2 tr td .btn{ background:url(../jpg/p2m67d.jpg) no-repeat center; color:#fff; font-size:14px; width:94px; height:36px; border:0; cursor:pointer;}
.LoginTable2 .code{ display:block; float:left; margin-left:5px; margin-top:-2px;}
.LoginTable2 tr td #btnSendCode{ padding:8px 5px;}
.LoginTable2 tr td.logininput1{ background:url(../jpg/n0zvaw.jpg) no-repeat left center;}
.LoginTable2 tr td.logininput2{ background:url(../jpg/ss6u53.jpg) no-repeat left center;}
.LoginTable2 tr td.logininput2 input{ width:90px;}


/*login*/
/*member*/

/*member*/


/*letter*/
.AddL{ background:url(../jpg/6cyoew.jpg) repeat-x left top; width:75px; height:27px; border:1px solid #d1d1d1; display:inline-block; text-align:center; color:#333; line-height:27px; margin-right:15px;}
.AddA{ background:url(../jpg/hv1bpr.jpg) repeat-x left top; color:#fff; border:none; height:26px;}
.AddA:hover{ color:#fff;}
.List_table tr td.Td3{ text-align:left; padding-left:7px;}

/*letter*/

/*member*/
.MenuMenber{ width:100%;}
.MenuContMenber{ width:100%; background:#fff; padding-bottom:17px;}
.MenuContMenber ul li{ line-height:49px; height:auto; border-bottom:1px solid #dcdcdc; font-size:15px; background:none;}
.MenuContMenber ul li a{ display:block; color:#222222; padding-left:26px;}
.MenuContMenber ul li.onmember a,.MenuCont ul li a:hover,.MenuContMenber ul li.onmember1 a{ color:#fff; background:#8f3030;}
.MenuContMenber ul li.onmember dl dt a,.MenuContMenber ul li.onmember1 dl dt a{ background:#fff; color:#686868;}
.MenuContMenber ul li.onmember1 dl{ display:block;}
/*.MenuContMenber ul li dl{ padding:10px 0 10px; display:none;}*/
.MenuContMenber ul li dl{ padding:10px 0 10px;}
.MenuContMenber ul li dl dt{ line-height:26px; font-size:13px;}
.MenuContMenber ul li.onmember dl dt.onmember a,.MenuContMenber ul li dl dt a:hover,.MenuContMenber ul li.onmember1 dl dt a:hover{ color:#8f3030; background:none;}

.CurrentTitle{ width:815px;padding-top:25px;}
.CurrentTitle span{ font-size:17px; color:#8f3030;}
#RecordList1_ddltype{display:block; width:120px; height:27px; line-height:27px; margin-left:-10px; border:0;}
#bingTime{display:block; width:114px; height:21px; line-height:21px; margin-left:-10px;border:0; }
#endTime{display:block; width:154px; height:21px; line-height:21px; margin-left:-10px; border:0;}


.MSearch{ padding-top:25px; padding-bottom:16px; width:100%;}
.Add{ background:url(../jpg/hv1bpr.jpg) repeat-x left top; width:77px; height:31px; display:block; line-height:31px; text-align:center; color:#fff; font-family:"宋体"; float:left;}
.Add:hover{ color:#fff;}

.SearvhM{ width:250px; float:left; /*padding-left:13px;*/}
.SearvhM #memberlist1_btnSearch{background:url(../jpg/hv1bpr.jpg) repeat-x left top; border:0; width:77px; height:29px; color:#fff; font-size:14px; margin-left:10px;}
.searchA{ width:145px; padding:6px 5px; border:1px solid #bebebe; float:left; margin:0;}
.SearchMA{ width:64px; height:27px; background:url(../jpg/6cyoew.jpg) repeat-x left top; border:1px solid #bebebe; display:block; float:left; color:#c21414; text-align:center; margin-left:10px; margin-top:2px;}
.divmsg{ } 
.List_table{width:100%; /*border-top:3px solid #a70303; padding: 20px 0 80px 0;*/}
.List_table tr th{ background:url(../jpg/nf03gm.jpg) repeat-x left top; height:32px; font-size:14px; color:#2b2b2b; font-weight:normal;}
.List_table tr td{padding: 7px 5px;font-size: 14px;color: #464646;text-align: center;vertical-align:top;}
.List_table tr td.Td2{ color:#7f1919;}
#memberlist1_txtTitle,#memberlist1_txtMember,#memberlist1_txtMemberPhone,#memberlist1_txtPhoneContent {padding: 8px 5px;border: 0;background: none;border: 1px solid #DCDCDC;display:block; width:440px; }
/*
#memberlist1_btnback{margin: 0 250px 0 0;}
#memberlist1_btnPhoneBack{margin: 0 250px 0 0;}*/
.List_table tr td.BtnA{ text-align:left;}
.TBtn{ height:27px; background:url(../jpg/6cyoew.jpg) repeat-x left top; border:1px solid #bebebe; color:#383838; width:82px; margin-right:10px; display:block;
  text-align:center; height:27px; line-height:27px; float:left;}
 .TBtn:hover{ background:url(../jpg/hv1bpr.jpg) repeat-x; color:#fff;}
/*member*/

/*AddMember*/
.AddMember{ padding-bottom:100px;}
.AddMember table{ width:100%;}
.AddMember tr td{ padding:10px 5px; color:#464646; font-size:14px;}
.AddMember tr td .text{ padding:7px 5px; width:205px; border:1px solid #d8d8d8;}
.AddMember tr td .text1{ width:461px;}
.AddMember tr td .text2{ width:470px;}
.AddMember tr td .btn{ background:url(../jpg/iq3xvo.jpg) repeat-x left top; height:31px; border:0; width:77px; color:#fff; font-size:14px;}

.Submit{ padding-bottom:100px;}
.Submit table{ width:100%; margin-top:20px;}
.Submit tr td{ padding:10px 5px; color:#464646; font-size:14px;}
/*.Submit tr td .text{ padding:7px 5px; width:607px; border:1px solid #d8d8d8;}*//*信息提交栏目，左侧的字体放不下了*/
.Submit tr td .text{ padding:7px 5px; /*width:607px;*/ height:16px;border:1px solid #d8d8d8;}
.Submit tr td .text2{ width:470px;}
.Submit tr td .btn{ background:url(../jpg/hv1bpr.jpg) repeat-x left top; height:31px; border:0; width:77px; color:#fff; font-size:14px;cursor:pointer;}
.Submit tr td .btnpreview{ background:url(../jpg/hv1bpr.jpg) repeat-x left top; height:31px; border:0; width:125px; color:#fff; font-size:14px;cursor:pointer;}
.Submit tr td .btnGOpreview{
    background: url(../jpg/hv1bpr.jpg) repeat-x left top;
    height: 31px;
    border: 0;
    width: 100px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
}
.Submit tr td input{width:200px;height:20px;border:1px solid #d8d8d8;padding-top:1px;padding-left:10px;margin-right: 50px}
.Submit tr td select{height:28px;border:1px solid #d8d8d8;}
.Submit tr td textarea{ padding:7px 5px; width:550px; height:300px; border:1px solid #d8d8d8;}
.Submit .prompt{font-size: 14px;color: #a10000;padding-top: 10px;margin-left:22px}
.Submit p{ width:110px; margin:0; float:left;}

/*AddMember*/

/*wjss*/
.wjss{ width:100%; height:37px;}
.wjss .text{ font-size:14px; width:142px; height:34px; line-height:34px; border:1px solid #DDDDDD; padding-left:23px; float:left;}
.wjss a{ display:block; width:56px; height:37px; line-height:37px; text-align:center; float:right; background:#AC0202; color:#fff; font-size:16px; font-family:"微软雅黑";} 

.Box_tz{ width:275px; float:right; background:#fff; overflow:hidden; padding-bottom:20px;}

.H_ad715x105{ padding-top:10px;}
.H_ad715x105 img{ width:715px; height:105px;}

#_ideConac{ display:block; text-align:center;}


.JZFeedback{}
.JZFeedback .txtCon{ padding:30px 10px;}
.MainContent .warn{font-size: 16px;margin-bottom:0;}
.JZFeedback table{ width:100%;}
.JZFeedback td{ font-size:14px;  padding:3px 0;}
.JZFeedback .text{ width:350px; padding:0 5px; height:32px; line-height:32px; border:1px solid #eaeaea ; background:#eaeaea ;font-size: 18px;font-family: Microsoft YaHei;line-height: 2;}
.JZFeedback .text.yzm{width:120px;}
.JZFeedback .text_ly{ width:500px;  padding:0 5px; height:32px; line-height:32px; border:1px solid #eaeaea ; background:#eaeaea ; height:170px; resize:none;font-size: 18px;font-family: Microsoft YaHei;line-height: 2;}
.JZFeedback .btn{ display:inline-block; background:#3686d9; width:125px; height:43px; color:#ffffff;  font-weight:bold; text-align:center; margin-right:10px; margin-top:10px; border:0 none; font-size:14px;}
.JZFeedback .form_err{ color:red;}

@media(max-width:992px){
    .MainContent{width:100%;}
}

@media(max-width:640px){
    .MainContentBox{padding:7px 0;}
    .JZFeedback .text{width:70%;}
    .JZFeedback .text_ly{width:90%;}
    .JZFeedback .text.yzm{width:70px;}
    .JZFeedback .btn{width:100px;height:35px;}
}

.xxxz{margin:36px auto;}
.xxxz h1{font-size: 20px;color:#266fba;font-weight: bold;margin:0 0 10px 0;}
.xxxz .xxxz-box{margin-top:20px;}
.xxxz .xxxz-box p{font-size: 16px;}
.xxxz .xxxz-box .jzxx-btn{height:45px;width:150px;background:#3686d9;line-height: 45px;text-align: center;margin:30px auto 0;}
.xxxz .xxxz-box .jzxx-btn a{font-size: 16px;color:#fff;}
.xxxz .xxxz-box .jzxx-btn a img{display: inline-block;position: relative;top:12px;width:21px;}

@media(max-width:992px){
    .xxxz h1{font-size: 18px;}
    .xxxz .xxxz-box p{font-size: 14px;}
}

.ContInfor{      
        width: 74%;
        word-break: break-all;
        padding: 10px 0px;
        font-size: 14px;
    }
.CurrentCont .ColumnName{
    color: #a70303;
        font-size: 20px;
        padding: 10px 0px;
        display: block;
    }
 .Current{text-align: right;}
 .ContTitle{  
       font-size: 20px;
        color: #333;
        padding: 10px 0px;
    }
    .ContInfor a{float: right;}
    .NewsInfor{padding-left: 30px}