* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: "microsoft yahei";
    font: normal 12px/180% \5FAE\8F6F\96C5\9ED1;
    color: #333;
    text-align: center;
    background: url(../images/bodybg.png) #fff center 40px no-repeat;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

div {
    margin: 0 auto;
    text-align: left;
    font: normal 16px/180% \5FAE\8F6F\96C5\9ED1;
}

a,
a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #cc0000;
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

em {
    font-style: normal;
}
/*clear*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}
/*other*/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left;
    font: normal 12px/200% Microsoft YaHei;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.m10 {
    margin: 10px auto;
}

.w1200 {
    width: 1200px;
}

.list_14 li {
    background: url(images/dot.gif) no-repeat 0 12px;
    padding-left: 12px;
    font-size: 14px;
}

.list_12 li {
    background: url(images/dot.gif) no-repeat 0 8px;
    padding-left: 12px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.gray,
.gray a:link,
.gray a:visited,
.gray a:hover {
    color: #666;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

img {
    border: 0;
    max-width: 100%;
}

.content {
    width: 100%;
    margin: 0 auto;
}

.m-content {
    background-color: #fff;
    width: 100%;
    margin: 0px auto 30px;
    padding: 40px;
}
/* 头部开始 */

.header {
    width: 100%;
    height: 870px;
    overflow: hidden;
}

.header-con {
    height: 490px;
    /* position: relative; */
}

.header-con .top-logo {
    margin-top: 15px;
}

.header-con .top-txt {
    margin: 100px auto 0;
}
.header-con .head-txt{margin: 110px auto 0;}
/* 头部结束 */
/* 首页开始 */

.content-new{background: #fff; padding: 30px;}
.content-new .con-hd h2{text-align: center; position: relative;}
.content-new .con-hd h2 a.a1{color: #015293; font-size: 24px; font-weight: bold;}
.content-new .con-hd h2 a.a2{ color: #565f67; font-size: 14px; position: absolute; right: 0; top: 5px;}
.content-new .con-hd h2 a.a2:hover{color: #015293;}
.xzfy-list{padding: 30px 0; overflow: hidden;}
.xzfy-list li{float: left; font-size: 16px; color: #00203b; margin-right: 60px; background: url(../images/icon_dot2.png) left 8px no-repeat; padding-left: 20px; transition: all .3s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 19%;}
.xzfy-list li:hover{background-image: url(../images/icon_dot2_hover.png);}

.m-al{background: #f3f5f9;}
.m-al .con-bd{margin-top: 30px;}
.content-new2{ padding: 30px;}
.content-new2 .con-hd h2{text-align: center;}
.content-new2 .con-hd h2 a{color: #015293; font-size: 24px; font-weight: bold;}

.dxal-dl{padding: 0 30px 0 0; width: calc(50% - 30px); float: left;}
.dxal-dl dt{min-height: 70px; font-size: 16px; color: #00203b; line-height: 32px; background: url(../images/icon_dot2.png) left 10px no-repeat; padding-left: 20px; transition: all .3s;}
.dxal-dl dd{font-size: 16px; color: #7c7c7c; line-height: 32px;padding-left: 20px; }
.dxal-dl dd a{color: #a29f9f;}
.dxal-dl dd a:hover{color:#015293;}


.content-left {
    float: left;
    width: 600px;
    margin-bottom: 40px;
}

.content-right {
    float: right;
    width: 600px;
    margin-bottom: 40px;
}

.content-left .con-hd,
.content-right .con-hd {
    position: relative;
}


.content-left .con-bd,
.content-right .con-bd {
    width: 100%;
}

.content-list .list-item {
    margin-top: 10px;
    overflow: hidden;
}

.content-list .list-info {
    padding: 8px 10px;
}

.anli {
    display: block;
    position: relative;
}

.anli span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: bolder;
    color: #fff;
}

.list-infobg {
    background-color: #f7f9fb;
}

.content-list .list-info1 {
    background: #f7f9fb;
    margin-bottom: 20px;
}

.content-list .list-info1 div a {
    width: 85%;
}

.content-list .list-info1 div span {
    width: 15%;
}

.content-list .list-info div a {
    float: left;
    width: 70%;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content-list .list-info div span {
    float: right;
    width: 30%;
    text-align: right;
    font-size: 15px;
    padding-right: 3px;
    color: #c3c3c3;
}

.content-list .list-info.active p {
    display: -webkit-box;
}

.content-list .list-info.active span {
    display: none;
}

.content-list .list-info1 div a {
    width: 85%;
}

.content-list .list-info2 div a {
    width: 100%;
    position: relative;
    padding-left: 20px;
}

.content-list .list-info2 div a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #4a7cd8;
}

.content-list .list-info1 div span {
    width: 15%;
}

.content-list .list-info div a:hover {
    color: #00203b;
    font-size: 17px;
}

.content-list .list-info p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 28px;
    color: #959da5;
    border-bottom: 1px dashed #e6e6e6;
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content-list .list-info1 p,
.content-list .list-info2 p {
    border-bottom: 0;
}

.content-list .list-info1 div span img {
    vertical-align: middle;
}

.content-list .list-info p a {
    color: #f9610e;
}

.m-list-ul{padding: 0px 35px 30px 0;}
.m-list-ul li {
    height: 65px;
    line-height: 65px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.m-list-ul li a {
    float: left;
    width: 85%;
    font-size: 22px;
    color: #282828;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 25px;
    background: url(../images/icon_dot2.png) left center no-repeat;
    transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}

.m-list-ul li:hover a {
    margin-left: 10px;
    color: #427734;
    background-image: url(../images/icon_dot2_hover.png);
}

.m-list-ul li:hover span {
    color: #006eab;
}

.m-list-ul li span {
    display: block;
    width: 100px;
    font-size: 16px;
    text-align: right;
    float: right;
    color: #999999;
}

.ztyw_pic{float: left; width: 620px; height: 460px; position: relative; overflow: hidden;}
.ztyw_bot{margin-top: 30px; margin-bottom: 30px;}
.ztyw_pic a{display: block; width: 100%; height: 100%;}
.ztyw_pic .item img{display: block; width: 100%; height: 460px;}
.ztyw_pic .item em{position: absolute; left: 0; width: 100%; bottom: 0; line-height: 60px; font-size: 18px; color: #fff; background-color: rgba(0, 0, 0, .75);}
.ztyw_pic .item em span{ display: block; padding-left: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width:73%;}
.ztyw_pic .owl-dots{position: absolute; right: 0; bottom: 12px;}
.ztyw_pic .owl-dots .owl-dot span{width: 15px; height: 15px; margin: 0; margin-right: 16px;}
.ztyw_pic .owl-dots .owl-dot.active span, .ztyw_pic .owl-dots .owl-dot:hover span{background: #cc0000;}
.ztyw_pic .owl-prev{ position: absolute; display: block; background: url(../images/ztyw_pic_prev.png) no-repeat; width: 48px; height: 86px; left: 0; top: 36%; z-index: 1;}
.ztyw_pic .owl-next{ position: absolute; display: block; background: url(../images/ztyw_pic_next.png) no-repeat; width: 48px; height: 86px; right: 0; top: 36%; z-index: 1;}
.ztyw_pic:hover .owl-prev{display: block !important;}
.ztyw_pic:hover .owl-next{display: block !important;}
.ztyw_list{float: right; width: 540px; height: 460px; background: #fff;}

.ztyw_list li{
margin-bottom: 15px;
overflow: hidden;
}
.ztyw_list li a{
float: left;
font-size: 16px;
padding-left: 22px;
position: relative;
width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #000;
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
}
.ztyw_list li a:before{
content: "";
position: absolute;
left: 0;
width: 10px;
height: 10px;
background: #ccc;
top: 8px;
}
.ztyw_list li span{
float: right;
color: #999;
}
.ztyw_list li a:hover{
margin-left: 3px;
color: #cc0000;
}
.ztyw_list li a:hover:before{
background: #cc0000;
}
.toutiao{ border-bottom: 1px solid #999; margin-bottom: 15px; padding-bottom: 15px;}
.toutiao h2{position: relative; margin-bottom: 34px; clear: both; overflow: hidden;}
.title-box{float: left;font-size: 30px;font-weight: bold;color: #333;line-height: 30px;}
.title-box em{display: block;margin-top: 10px;font-size: 14px;color: #999;font-weight: 500;line-height: 1.1;}
.more{float: right;font-size: 18px;color: #999;position: relative;margin-top: 10px;}
.more::before{content: "";position: absolute;width: 100px;height: 1px;background-color: #999;left: -110px;top: 13px;}
.more:hover{color: #cc0000;}
.more:hover::before{background-color: #cc0000;}

.title-time{
float: left;
width: 80px;
height: 80px;
margin-right: 20px;
padding: 10px;
text-align: center;
background-color: #f0f0f0;
}
.title-time span{
display: block;
font-size: 30px;
color: #cc0000;
font-weight: bold;
border-bottom: 1px solid #999;
margin-bottom: 5px;
padding-bottom: 5px;
}
.title-time em{
color: #999;
font-size: 14px;
}
.title-txt{padding-left: 100px; color: #333; font-weight: bold; font-size: 18px; line-height: 30px;}
.title-txt p{margin-top: 5px; font-size: 14px; line-height: 30px; color: #666; font-weight: normal;}
/* 
.toutiao p{font-size: 16px; line-height: 36px; color: #666;text-indent: 2em;}
.toutiao p a{color: #336633;} */

.row2{}
.row-box{width: 580px;}
.row-box .hd{clear: both; overflow: hidden; margin-bottom: 30px;}
.row-box .bd li{padding: 30px; height: 165px; border: 1px solid #ccc; box-shadow: 0 0 9px rgb(0 0 0 / 9%); margin-bottom: 30px;}

.jydt-items li{position: relative;}
.jydt-items li span{position: absolute; left: 0; top: 20px; color: #fff; font-size: 14px; line-height: 32px; padding: 0 15px; background-color: #cc0000;}
.jydt-items li h2{font-size: 18px; color: #333; font-weight: bold; padding-top: 28px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.jydt-items li p{font-size: 14px;}

.dcyj-items li .title-txt a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.dcyj-items li p{ line-height: 24px;}

.m-bulletin{margin-bottom: 30px; padding-top: 45px; padding-left: 160px; padding-right: 50px; background: url(../images/icon_Bulletin.png) left top no-repeat; height: 320px;}
.m-bulletin h2{font-size: 24px; color: #333; font-weight: bold; text-align: center; padding-bottom: 30px;}
.m-bulletin p{font-size: 16px; color: #333; line-height: 30px; text-indent: 2em;}
.m-bulletin p.time{text-align: right;}

.tips{margin-top: -10px; padding: 60px; background: url(../images/icon_box_bg.png) no-repeat; width: 100%; height: 344px;}
.tips h2{font-size: 24px; font-weight: bold; color: #333; text-align: center; line-height: 36px; margin-bottom: 20px; padding: 0 20px;}
.tips p{font-size: 16px; line-height: 36px; text-indent: 2em;}

.m-center{text-align: center;}
.btn-more{display: inline-block; margin: 0 auto; line-height: 36px; font-size: 16px; background-color: #ebebeb; border-radius: 18px; padding: 0 45px; transition: all .3s;}
.btn-more:hover{background-color: #336633; color: #fff;}

.gzjb-box{margin: 35px auto;}
.gzjb-box .hd{text-align: center; padding-bottom: 20px;}
.gzjb-box .bd{margin-bottom: 30px;}
.gzjb-item{padding-bottom: 20px;}
.gzjb-item li{position: relative; float: left; margin-right: 26px; margin-bottom: 30px; text-align: center; width: 280px; height: 180px; background: url(../images/icon_jb_bg.png) no-repeat; border: 1px solid #ddd;}
.gzjb-item li:last-child{margin-right: 0;}
.gzjb-item li:hover{box-shadow: 0 0 4px 4px rgb(153 153 153 / 30%);}
.gzjb-item li a{display: block; height: 180px;}
.gzjb-item li em{position: absolute; right: 20px; top: 20px; display: block; margin: 0 auto; text-align: center; width: 54px; height: 54px;background: url(../images/icon_jb_em.png) no-repeat; color: #fff; font-size: 14px; line-height: 54px;}
.gzjb-item li span{display: inline-block;margin-bottom: 15px; font-size: 16px; color: #427734; padding-top: 45px; text-align: center;}
.gzjb-item li b{display: inline-block; font-size: 20px; color: #427734; line-height: 30px; padding: 0 20px; font-weight: bold; text-align: center; background: url(../images/icon_jb_h3.png) center 45px no-repeat;}


#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#certify .swiper-container {
    padding-bottom: 25px;
    height: 650px;
    padding-top: 10px;
}

#certify  .swiper-slide {
    width: 560px;
    height: 564px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
    display:block;
}

#certify .swiper-pagination {
    display: none;
    width: 100%;
    bottom: -20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -60px;
    width: 40px;
    height: 80px;
    color: #ccc;
}

#certify .swiper-button-next {
    right: -60px;
    width: 40px;
    height: 80px;
    color: #ccc;
}
.sli-qybox{padding: 0px; background: #fff; box-shadow: 0 10px 20px 0 rgb(168 182 191 / 60%);}
.sli-qybox img{width: 560px; height: 480px;}
.sli-qy {
text-align: center;
line-height: 50px;
padding: 0 20px;
width: 100%;
font-size: 18px;
font-weight: bold;
color: #333;
}

.sli-qy a {
text-align: left;
color: #333;
}

.sli-qy a h2{color: #333; font-weight: 500; font-size: 18px; line-height: 50px; font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sli-qy a p{font-size: 14px;
font-weight: normal;
color: #666;
line-height: 18px;
padding-bottom: 15px;}

.message-box{text-align: right;margin-top: -75px;}
.message-box a{background-color: #a6c49e; background-position: 5px center; background-repeat: no-repeat; border-radius: 5px; padding-left: 70px; padding-right: 20px; font-size: 18px;font-weight: bold; color: #fff; line-height: 72px; display: inline-block; margin: 0 5px;}
.message-box a:hover{opacity: .7;}
.message-box a.btn01{background-image: url(../images/ico_reg.png);}
.message-box a.btn02{background-image: url(../images/ico_message.png);}
/* 首页结束 */
/* 概览开始 */

.gl_content {
    width: 100%;
    background: #ffffff;
    padding: 20px;
    margin: 0px auto 30px;
}

.panel-hd {
    height: 45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    position: relative;
}

.panel-hd a,
.panel-hd h2 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    margin-right: 36px;
    position: relative;
    z-index: 2;
}

.panel-hd .active {
    color: #015293;
    padding-bottom: 6px;
    border-bottom: 3px solid #184a8a;
}

.panel-bd {
    width: 100%;
    overflow: hidden;
}

.more-btn {
    display: block;
    margin: 35px auto;
    width: 120px;
    height: 34px;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    color: #989898;
    line-height: 34px;
    font-size: 14px;
    padding-left: 35px;
    background: url(../images/icon_gl_more.png) 73px center no-repeat;
}

.more-btn:hover {
    border-color: #5c7bc5;
    background-image: url(../images/icon_gl_more_hover.png);
}

.text-list {
    padding: 8px 0;
    padding-bottom: 0;
}

.text-list li {
    position: relative;
    padding: 6px 0px 6px 10px;
    background: url(../images/icon_dot.png) 0px center no-repeat;
    overflow: hidden;
}

.text-list li a {
    width: 70%;
    font-size: 16px;
    color: #666666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.text-list li a:hover {
    color: #ae0c0c;
}

.text-list .time {
    float: right;
    width: 30%;
    text-align: right;
    margin-top: 3px;
    color: #999;
    font-size: 15px;
}

.text-list .news {
    position: absolute;
    right: 0;
    top: 0;
}
/* 概览结束 */
/* 细览开始 */

.place {
    padding: 20px 20px 20px 40px;
    background: #fff;
    font-size: 16px;
    background-color: #f8f8f8;
    background: url(../images/icon_position.png) 10px center no-repeat;
}

.place a:hover {
    color: #015293;
}

.zw-title {
    text-align: center;
    font-size: 24px;
    color: #333;
}

.zw-info {
    padding-bottom: 18px;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    margin-top: 44px;
}

.zw-info span {
    font-size: 14px;
    color: #666;
    margin: 0 23px;
}

.zw-info span i {
    font-style: normal;
}

.fzw-text p {
    color: #333;
    margin-top: 15px !important;
    font-family: '\5b8b\4f53' !important;
    font-size: 16px !important;
    line-height: 34px !important;
}

.fzw-text p,
.fzw-text span,
.fzw-text div,
.fzw-text {
    font-size: 16px !important;
    line-height: 34px !important;
}

.fz-tools {
    height: 72px;
    background: #fafafa;
    padding: 20px 15px;
}

.fz-tools .fr {
    padding-top: 5px;
}

.fz-tools .fr span {
    margin-left: 15px;
    font-size: 14px;
}
/* 细览结束 */
/*尾部*/
.footer{
	background-color: #f2f2f2;
	border-top: 10px solid #bf0404;
	padding: 25px 0;
	text-align: center;
}
.footer p{
	text-align: center;
	color: #666;
	line-height: 30px;
}
/* 尾部结束 */

/* 翻页 */
.page-index{ margin: 20px auto; text-align: center;}

.dy_top_dyw595 {
    height:40px;
    line-height:40px;
    overflow:hidden;
    color:#333333;
    width:100%;
    background:#f3f3f3;
    margin:0 auto;
    font-family:"SimSun";
    font-size:12px;
}
.dy_top_dyw595 a {
    color:#333333;
}
.dy_top_dyw595 .top_left_dyw356 {
    float:left;
}
.dy_top_dyw595 .top_home_dyw356 {
    float:left;
    margin-left:30px;
    display:inline;
    line-height: 40px;
}
.dy_top_dyw595 .top_home_dyw356 span {
    display:inline-block;
    padding-right:10px;
}
.dy_top_dyw595 .top_home_dyw356 span.homedyw356 {
    background:url(../images/home_dyw356.png) no-repeat;
    background-position:7px 11px;
    padding-left:27px;
}
.dy_top_dyw595 .top_login_dyw356 {
    float:right;
    padding-right:20px;
}
.dy_top_dyw595 .top_login_dyw356 a {
    color:#666666;
    padding-left:10px;
}
.dy_top_dyw595 .top_right_dyw356 {
    float:right;
}
.dy_top_dyw595 .top_right_dyw356 a {
    padding-left:20px;
    color:#666666;
}
.dy_top_dyw595 .top_right_dyw356 .tg_img {
    height:40px;
    display:block;
    float:left;
    padding-left:27px;
}
.dy_top_dyw595 .top_right_dyw356 .ly_img {

    height:40px;
    display:block;
    float:left;
    padding-left:27px;
    margin-left:17px;
}
body .l, body .left {
    float: left;
    clear: none;
}
.posi{
	background: #f1f1f1;
	padding: 12px;
	font-size: 14px;
}
.dczj-box {
    margin-top: 20px;
}
.dczj1-2-t{
    border-bottom: 2px solid #c21920;
    line-height: 50px;
}
.dczj1-2-t span{
    display: inline-block;
    padding-left: 22px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #ce171c;
}
.dczj1-2-t span:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    background: #cccccc;
    left: 0;
    top: 16px;
}
.dczj1-2-lists ul{
    padding: 20px 0;
    border-bottom: 1px dashed #e8e8e8;
}
.dczj1-2-lists ul:last-child{
    border-bottom: none;
}
.list-ul li{
	line-height: 36px;
	height: 36px;
	position: relative;
	padding-left: 15px;
}
.list-ul li:before{
	position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #dcdcdc;
    left: 0;
    top: 16px;
}
.list-ul li:hover:before{
	background: #bf0404;
}
.list-ul li a{
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.list-ul li span{
	float: right;
	font-size: 14px;
	color: #666;
}
.list-ul li:hover a{
	color: #bf0404;
}
.xil-top{
    margin-top: 44px;
}
.xil-top h2{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #bf0404;
}
.xil-top h4{
    width: 45%;
    text-align: center;
    font-size: 21px;
    color: #333;
    line-height: 36px;
    margin:18px auto 28px;
}
.xil-top .xil-top1{
    padding-bottom: 24px;
    border-bottom: 1px solid #dcdcdc;
    color: #999;
	text-align: center;
	margin-top: 30px;
}
.xil-top .xil-top1 i{
    margin: 0 15px;
}
.xil-middle .img{
    text-align: center;
}
.xil-middle .text{
    margin-top: 40px;
}
.xil-middle .text p{
    text-indent: 2em;
    line-height: 36px;
}
.xil-middle .xil-f{
    margin-top: 26px;
    height: 36px;
    background: #fff8f0;
    line-height: 36px;
    padding: 0 24px;
    color: #666;
}
.xil-middle .xil-f .author{
    float: left;
    line-height: 36px;
}
.xil-middle .xil-f .print{
    float: right;
    padding-left: 23px;
    line-height: 36px;
}
.xil-middle .xil-f .share{
    float: right;
    margin-left: 20px;
    line-height: 36px;
}
.xil-middle .xil-f .share .bdsharebuttonbox{
    float: right;
    margin-top: 5px;
}
.xil-middle{
	margin-top: 40px;
}
.content-box{margin-bottom: 25px;}
@media (max-width: 960px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {}

@media (max-width:480px) {
    body{background: #fff;}
    .wrap {
        width: 95% !important;
    }
    .ztyw_pic .item img{height: 35vh;}
    .owl-nav{display: none;}
    .content-new{margin-top: 0 !important;}
    .xzfy-list li{width: 100%;}
    .dxal-dl{width: 100%; margin-bottom: 20px; padding: 0;}
    .m-list-ul li a{width: 55%;}
    .content-left .con-hd h2 a.a2, .content-right .con-hd h2 a.a2{margin-top: -120px;}


    .w1200 {
        width: 100%;
        padding: 0 10px;
    }
    .header,
    .header-con {
        height: auto;
        background: url(../images/xt_01_mb.jpg) center top no-repeat;
        background-size: cover;
    }
    .header-con .top-txt {
        margin: 20px auto;
    }
    .header-con .head-txt{margin: 20px auto;}
    .content-left,
    .content-right {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .fz-tools {
        height: auto;
        overflow: hidden;
    }
    .m-content,
    .gl_content {
        padding: 10px;
    }
    .text-list li a {
        width: 65%;
    }
    .text-list .time {
        width: 35%;
    }
    .fr span:first-child {
        margin-left: 0px;
    }

    .m-bulletin{height: auto; padding: 20px; background: none; text-align: justify;}
    .tips{background: none; padding: 20px; height: auto;}
    .tips h2{padding: 0;}
    .ztyw_pic{width: 100%; height: auto;}
.ztyw_list{width: 100%; height: auto; padding-bottom:20px ; margin-top: 20px;}

    .gzjb-item li{float: none; margin-right: 0; margin: 0 auto 20px !important;}

    .footer_top{height: auto; overflow: hidden; margin: 10px auto;}
.footer_top li.item{width: 100%; margin-right: 0; margin-bottom: 10px;}
.footer_mid{float: none; overflow: hidden; margin: 0;}
.footer_mid a{float: none; display: block; margin: 0;}
.footer_mid a img{display: block; margin: 0 auto;}
.footer_lf{float: none;}
.footer_rg{float: none;}
.footer_top li.item>a{background: url(../images/select.png) no-repeat 88px center;}

.head{ height: auto; padding-bottom: 20px;}
.head_mid{margin-left: 0;}
.head_bot{margin-top: 30px;}
.head_bot select{width: 100%; background-position-x:98%;}
.bb_bot_t{ width: 100%;}
.bb_list ul li{width: 50%;}
.bb_list ul li a{font-size: 15px;}

.row-box{width: 100%;}
.row-box .bd li{height: auto;}
.footer{width: 100%; padding: 0 10px;}
}