@charset "utf-8";
*{margin:0;padding:0;word-break: break-all;}
html,body{font-size: 16px;font-family: '微软雅黑';}
input, button, textarea, select { font: inherit; outline: 0; border: 0; background: none; color: inherit;}
input:focus, textarea:focus { color: inherit;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;}
ol, ul, li { list-style: none;}
input, select { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand {display: none;}
textarea { overflow: auto; resize: none;}
table { border-collapse: collapse; border: 0;}
img { border: 0; outline: 0; vertical-align: middle;}
a{text-decoration: none;cursor: pointer;}
a:focus { outline: 0;}
input[type=date]{ background-color:transparent; border: 0; filter: alpha(opacity=0);}
.fl{float: left;}
.fr{float: right;}
.container{width: 1410px;margin: 0 auto;}

/*头部header*/
.header{width: 100%;box-sizing: border-box;}
.header-top{width: 100%;height: 186px;box-sizing: border-box;overflow: hidden;background: url(../images/header-bg.jpg) center;background-size: cover;}
.header-top .header-logo{width: 611px;float: left;margin-top: 59px;}
.header-top .header-logo a{display: block;}
.header-top .header-logo img{width: 611px;height: auto;display: block;margin: 0 auto;}

.header-nav{width: 100%;height: 60px;box-sizing: border-box;background: #2175cf;overflow: hidden;}
.header-nav ul{box-sizing: border-box;height: 60px;float: left;}
.header-nav ul li{float: left;box-sizing: border-box;background: url(../images/icon-x.png) left no-repeat;}
.header-nav ul li:first-child{background: none;}
.header-nav ul li a{display: block;line-height: 60px;font-size: 20px;color: #ffffff;box-sizing: border-box;padding: 0 29px;}

.header-search{height: 36px;float: right;position: relative;margin-top: 12px;}
.header-search a{width: 36px;height: 36px;display: block;background: url(../images/header-search.jpg) center;background-size: 100% 100%;}
.header-search .header-input{display: none;width: 320px;position: absolute;left: -320px;height: 36px;top: 0;z-index: 999;background: #F5F5F5;border-radius: 2px;}
.header-search .header-input input{border: none;box-sizing: border-box;padding: 0 15px;display: block;}
.header-search .header-input .h-input{width: 100%;height: 36px;font-size: 14px;color: #333333;line-height: 36px;border: none;}
.header-search:hover .header-input{display: block;}

.main{width: 100%;box-sizing: border-box;padding: 40px 0;overflow: hidden;}

.m-title{width: 100%;box-sizing: border-box;overflow: hidden;}
.m-title a{display: block;overflow: hidden;}
.m-title a h3{float: left;font-size: 24px;color: #0856ab;font-weight: bold;box-sizing: border-box;}
.m-title a span{display: block;float: right;font-size: 14px;color: #0856ab;line-height: 30px;}

.m-news{width: 100%;box-sizing: border-box;overflow: hidden;}
.m-news .m-news-xwdt{width: 1035px;float: left;box-sizing: border-box;overflow: hidden;}
.m-news .m-news-xwdt .m-title{float: left;}
.m-news .m-news-xwdt .m-title a h3{padding-left: 16px;background: url(../images/m-title-1.png) left no-repeat;}

.m-news .m-news-xwdt .news-banner{width: 492px;height: 322px;float: left;margin-top: 15px;box-sizing: border-box;position: relative;overflow: hidden;}
.m-news .m-news-xwdt .news-banner .bd{width: 100%;}
.m-news .m-news-xwdt .news-banner .bd ul{box-sizing: border-box;overflow: hidden;}
.m-news .m-news-xwdt .news-banner .bd ul li{float: left;width: 100%;height: 322px;overflow: hidden;}
.m-news .m-news-xwdt .news-banner .bd ul li a{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;}
.m-news .m-news-xwdt .news-banner .bd ul li img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.m-news .m-news-xwdt .news-banner .bd ul li img{-moz-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; -o-transition:all 0.4s ease-in-out 0s; -webkit-transition:all 0.4s ease-in-out 0s; transition:all 0.4s ease-in-out 0s;}
.m-news .m-news-xwdt .news-banner .bd ul li:hover img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}
.m-news .m-news-xwdt .news-banner .bd ul li .nTxt{width: 100%;height: 50px;line-height: 50px;padding: 0 120px 0 20px;box-sizing: border-box;position: absolute;left: 0;bottom: 0;}
.m-news .m-news-xwdt .news-banner .bd ul li .nTxt h3{font-size: 15px;color: #ffffff;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.m-news .m-news-xwdt .news-banner .hd{ overflow:hidden;position: absolute;width: 120px;bottom: 15px;right: 0;z-index:10;}
.m-news .m-news-xwdt .news-banner .hd ul{margin:0;box-sizing: border-box;text-align: right;padding-right: 10px;}
.m-news .m-news-xwdt .news-banner .hd ul li{display:inline-block;cursor: pointer;width:10px;height:10px;border-radius: 100%;overflow:hidden;margin: 0 3px;background: #80A6CD;font-size: 0;}
.m-news .m-news-xwdt .news-banner .hd ul li.on{background: #FF7D0A;} 
.m-news .m-news-xwdt .new-list{width: 515px;float: right;box-sizing: border-box;margin-top: 15px;}
.m-news .m-news-xwdt .new-list .news-top{width: 100%;text-align: justify;box-sizing: border-box;padding-bottom: 12px; border-bottom: 1px dashed #E8E8E8;}
.m-news .m-news-xwdt .new-list .news-top a{display: block;}
.m-news .m-news-xwdt .new-list .news-top h3{font-size: 18px;color: #0856ab;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.m-news .m-news-xwdt .new-list .news-top p{height: 40px;font-size: 14px;color: #999999;text-indent: 2em;margin-top: 15px;line-height: 20px;}
.m-news .m-news-xwdt .new-list .news-top span{display: block;font-size: 14px;color: #999999;margin-top: 10px;}
.m-news .m-news-xwdt .new-list .news-top a:hover h3{text-decoration: underline;}
.m-news .m-news-xwdt .new-list ul{width: 100%;box-sizing: border-box;}
.m-news .m-news-xwdt .new-list ul li{box-sizing: border-box;overflow: hidden;margin-top: 18px;}
.m-news .m-news-xwdt .new-list ul li:first-child{display: none;}
.m-news .m-news-xwdt .new-list ul li a{display: block;width: 80%;float: left;font-size: 15px;color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.m-news .m-news-xwdt .new-list ul li span{display: block;float: right;font-size: 13px;color: #999999;}
.m-news .m-news-xwdt .new-list ul li:hover a{color: #0856ab;}

.m-news .m-news-tzgg{width: 345px;float: right;box-sizing: border-box;}
.m-news .m-news-tzgg .m-title{width: 100%;height: 56px;box-sizing: border-box;background: url(../images/m-title-bg-1.jpg) center;background-size: 100% 100%;}
.m-news .m-news-tzgg .m-title a{box-sizing: border-box;line-height: 56px;padding: 0 20px;}
.m-news .m-news-tzgg .m-title a h3{color: #ffffff;font-size: 20px;}
.m-news .m-news-tzgg .m-title a span{color: #ffffff;line-height: 56px;}
.m-news .m-news-tzgg ul{width: 100%;height: 312px;background: #EEF3F9;box-sizing: border-box;padding: 0 20px;}
.m-news .m-news-tzgg ul li{box-sizing: border-box;margin-top: 16px;width: 100%;float: left;}
.m-news .m-news-tzgg ul li a{display: block;overflow: hidden;}
.m-news .m-news-tzgg ul li a .m-time{float: left;width: 58px;height: 56px;line-height: 28px;box-sizing: border-box;border-radius: 5px;overflow: hidden;text-align: center;}
.m-news .m-news-tzgg ul li a .m-time span{display: block;width: 100%;height: 28px;font-size: 15px;color: #ffffff;font-weight: bold;background: #2074ce;}
.m-news .m-news-tzgg ul li a .m-time p{width: 100%;height: 28px;font-size: 12px;color: #555555;background: #dcdcdc;}
.m-news .m-news-tzgg ul li a h3{float: right;width: 230px;font-size: 15px;color: #333333;font-weight: 500;line-height: 25px;text-align: justify;}
.m-news .m-news-tzgg ul li:hover h3{color: #0856ab;}

.m-item{width: 100%;box-sizing: border-box;overflow: hidden;padding-top: 50px;}
.m-item a{display: block;width: 218px;height: 82px;float: left;box-sizing: border-box;padding: 12px 15px 0;margin: 0 0 0 20px;background: #1aa7ec;border-radius: 5px;overflow: hidden;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.m-item a:first-child{margin-left: 0;}
.m-item a img{width: auto;height: 25px;display: block;margin: 0 auto;}
.m-item a h3{font-size: 19px;color: #ffffff;font-weight: 500;text-align: center;margin-top: 8px;}
.m-item a:hover{-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}

.m-bottom{width: 100%;box-sizing: border-box;overflow: hidden;padding-top: 60px;}
.m-bottom .m-common{width: 450px;float: left;box-sizing: border-box;margin-left: 30px;}
.m-bottom .m-common .m-title{border-bottom: 1px solid #dddddd;}
.m-bottom .m-common .m-title h3{padding-left: 42px;border-bottom: 3px solid #0856ab;padding-bottom: 8px;}
.m-bottom .m-cgxx .m-title h3{background: url(../images/m-title-bg-2.jpg) left 0 no-repeat;}
.m-bottom .m-zcglxx .m-title h3{background: url(../images/m-title-bg-3.jpg) left 0 no-repeat;}
.m-bottom .m-fwzn .m-title h3{background: url(../images/m-title-bg-4.jpg) left 0 no-repeat;}
.m-bottom .m-common:first-child{margin-left: 0;}

.m-bottom .m-common ul{width: 100%;box-sizing: border-box;padding-top: 10px;}
.m-bottom .m-common ul li{box-sizing: border-box;overflow: hidden;margin-top: 18px;}
.m-bottom .m-common ul li a{display: block;width: 80%;float: left;font-size: 15px;color: #333333;box-sizing: border-box;padding-left: 15px;background: url(../images/m-d-1.jpg) left no-repeat; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.m-bottom .m-common ul li span{display: block;float: right;font-size: 13px;color: #999999;}
.m-bottom .m-common ul li:hover a{color: #0856ab;}

.m-links{width: 100%;box-sizing: border-box;overflow: hidden;padding-top: 50px;}
.m-links .m-title{border-bottom: 1px solid #dddddd;}
.m-links .m-title h3{padding-left: 42px;border-bottom: 3px solid #0856ab;padding-bottom: 8px;background: url(../images/m-title-bg-5.jpg) left 0 no-repeat;}
.m-links .m-links-a{width: 100%;box-sizing: border-box;margin-top: 30px;overflow: hidden;}
.m-links .m-links-a a{float: left;display: block;font-size: 14px;color: #68727b;box-sizing: border-box;padding: 5px 10px;margin-left: 10px;border: 1px solid #86a9cf;}
.m-links .m-links-a a:first-child{margin-left: 0;}
.m-links .m-links-a a:hover{color: #0856ab;border-color: #0856ab;}

.location{width: 100%;}
.location p{box-sizing: border-box;font-size: 14px;color: #131212;}
.location p a{color: #131212;display: inline-block;margin: 0 5px;}

/*列表页*/
.main-list{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 40px;}
.main-list .list-left{width: 290px;float: left;box-sizing: border-box;}
.main-list .list-left .list-title{width: 100%;height: 90px;display: flex;align-items: center;justify-content: center;background: #0b6db8;}
.main-list .list-left .list-title h3{font-size: 30px;color: #ffffff;font-weight: bold;}
.main-list .list-left ul{width: 100%;box-sizing: border-box;padding: 30px 0 75px 30px;border-left: 5px solid #0b6db8;}
.main-list .list-left ul li{box-sizing: border-box;border-bottom: 1px solid #e3e3e3;margin-bottom: 15px;}
.main-list .list-left ul li a{display: block;font-size: 18px;color: #666666;overflow: hidden;box-sizing: border-box;padding-bottom: 15px;}
.main-list .list-left ul li a i{font-style: normal;font-family: "宋体";font-size: 18px;float: right;}
.main-list .list-left ul li:hover{border-color: #09589d;}
.main-list .list-left ul li:hover a{color: #09589d;}

.main-list .list-right{width: 1065px;float: right;box-sizing: border-box;padding-bottom: 50px;}
.main-list .list-right .list-h5{box-sizing: border-box;border-bottom: 1px solid #e3e3e3;}
.main-list .list-right .list-h5 h5{font-size: 30px;color: #333333;font-weight: 500;display: inline-block;box-sizing: border-box;padding-bottom: 15px;border-bottom: 2px solid #0856ab;}

.main-list .list-right ul{width: 100%;box-sizing: border-box;margin-top: 30px;}
.main-list .list-right ul li{box-sizing: border-box;width: 100%;height: 70px;background: #f8f8f8;}
.main-list .list-right ul li:nth-child(2n){background: #ffffff;}
.main-list .list-right ul li a{display: flex;overflow: hidden;align-items: center;width: 100%;height: 100%;}
.main-list .list-right ul li a .list-time{float: left;width: 105px;box-sizing: border-box;overflow: hidden;text-align: center;}
.main-list .list-right ul li a .list-time span{display: block;width: 100%;font-size: 24px;color: #0856ab;font-weight: 500;}
.main-list .list-right ul li a .list-time p{width: 100%;font-size: 13px;color: #999999;}
.main-list .list-right ul li a h3{float: right;width: 960px;font-size: 18px;color: #333333;font-weight: 500;line-height: 33px;padding-left: 30px;text-align: justify;box-sizing: border-box;border-left: 1px solid #dcdcdc;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.main-list .list-right ul li:hover h3{color: #0856ab;}

/*搜索页*/
.main-list .search-right{width: 1065px;float: right;box-sizing: border-box;padding-bottom: 50px;}
.main-list .search-right .search-h5{box-sizing: border-box;border-bottom: 1px solid #e3e3e3;}
.main-list .search-right .search-h5 h5{font-size: 30px;color: #ff7d0a;font-weight: 500;display: inline-block;box-sizing: border-box;padding-bottom: 15px;border-bottom: 1px solid #0856ab;}
.main-list .search-right .search-h5 p{display: inline-block;margin-left: 20px;font-size: 18px;color: #999999;}
.main-list .search-right .search-h5 p span{color: #0b6db8;}

.main-list .search-right ul{width: 100%;box-sizing: border-box;margin-top: 30px;}
.main-list .search-right ul li{box-sizing: border-box;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #eeeeee;}
.main-list .search-right ul li a{display: block;}
.main-list .search-right ul li h3{font-size: 17px;color: #333333;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.main-list .search-right ul li p{font-size: 14px;color: #666666;margin-top: 10px;}
.main-list .search-right ul li:hover h3{color: #0856ab;}

/*详情页*/
.main-show{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 40px;}
.main-show-1{width: 100%;height: 40px;background: url(../images/show-bg-1.jpg) center;background-size: 100% 100%;}
.main-show-2{width: 100%;height: auto;box-sizing: border-box;overflow: hidden;background: url(../images/show-bg-2.jpg) center;background-size: 100% auto;}
.main-show-3{width: 100%;height: 53px;background: url(../images/show-bg-3.jpg) center;background-size: 100% 100%;}

.main-show .show-left{width: 1020px;float: left;box-sizing: border-box;padding: 0 60px;}
.main-show .show-left .show-top{width: 100%;box-sizing: border-box;padding-bottom: 15px;text-align: justify;border-bottom: 1px solid #ebebeb;}
.main-show .show-left .show-top h3{font-size: 30px;color: #404040;font-weight: bold;}
.main-show .show-left .show-top p{display: block;font-size: 15px;color: #999999;margin-top: 25px;}
.main-show .show-left .show-top p span{display: inline-block;margin-right: 25px;}
.main-show .show-left .show-top p span b{font-weight: normal;color: #666666;}

.main-show .show-left .show-content{width: 100%;line-height: 2em;font-family: "仿宋_GB2312, FangSong";box-sizing: border-box;font-size: 20px;margin-top: 30px;text-align: justify;overflow: hidden;}
.main-show .show-left .show-content p{color: #333333;line-height: 35px;}
.main-show .show-left .show-content img{max-width: 100%;}

.main-show .show-left .show-file{width: 100%;box-sizing: border-box;margin-top: 70px;}
.main-show .show-left .show-file h5{font-size: 20px;color: #333333;font-weight: 600;}
.main-show .show-left .show-file .file-list{width: 100%;box-sizing: border-box;padding-top: 10px;}
.main-show .show-left .show-file .file-list a{display: block;font-size: 17px;color: #555555;text-decoration: underline;margin-top: 15px;}

.main-show .show-left .show-qrcode{width: 100%;box-sizing: border-box;margin-top: 100px;text-align: center;}
.main-show .show-left .show-qrcode p{font-size: 18px;color: #999999;}
.main-show .show-left .show-qrcode #s-qrcode{box-sizing: border-box;margin: 15px auto;}

.main-show .show-right{width: 390px;float: right;box-sizing: border-box;padding: 0 35px;}
.main-show .show-right .show-title{width: 100%;}
.main-show .show-right .show-title h3{display: inline-block;font-size: 14px;color: #ffffff;font-weight: 500;box-sizing: border-box;padding: 4px 10px;border-radius: 20px;background: #2175cf;}

.main-show .show-right .show-banner{width: 100%;margin-top: 20px;box-sizing: border-box;position: relative;overflow: hidden;}
.main-show .show-right .show-banner .bd{width: 100%;}
.main-show .show-right .show-banner .bd ul{box-sizing: border-box;overflow: hidden;}
.main-show .show-right .show-banner .bd ul li{width: 100%;overflow: hidden;}
.main-show .show-right .show-banner .bd ul li a{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;}
.main-show .show-right .show-banner .bd ul li .s-img{width: 100%;height: 178px;overflow: hidden;}
.main-show .show-right .show-banner .bd ul li .s-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.main-show .show-right .show-banner .bd ul li .s-img img{-moz-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; -o-transition:all 0.4s ease-in-out 0s; -webkit-transition:all 0.4s ease-in-out 0s; transition:all 0.4s ease-in-out 0s;}
.main-show .show-right .show-banner .bd ul li:hover .s-img img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}
.main-show .show-right .show-banner .bd ul li h3{font-size: 16px;color: #333333;font-weight: 500;box-sizing: border-box;margin-top: 20px;}
.main-show .show-right .show-banner .hd{overflow:hidden;width: 100%;margin-top: 20px;}
.main-show .show-right .show-banner .hd ul{box-sizing: border-box;text-align: center;}
.main-show .show-right .show-banner .hd ul li{display:inline-block;cursor: pointer;width:10px;height:10px;border-radius: 100%;overflow:hidden;margin: 0 5px;background: #d2d2d2;font-size: 0;}
.main-show .show-right .show-banner .hd ul li.on{background: #2175cf;} 

.main-show .show-right .show-news{width: 100%;box-sizing: border-box;padding-left: 20px;border-left: 1px solid #ebebeb;margin-top: 60px;}
.main-show .show-right .show-news .show-title-2{width: 100%;box-sizing: border-box;position: relative;border-bottom: 1px solid #e3e3e3;}
.main-show .show-right .show-news .show-title-2 h3{font-size: 20px;color: #0856ab;font-weight: 500;display: inline-block;box-sizing: border-box;padding-bottom: 12px;border-bottom: 1px solid #0b6db8;}
.main-show .show-right .show-news .show-title-2 span{display: block;position: absolute;width: 7px;height: 7px;top: 10px;left: -24px;border-radius: 100%;background: #2175cf;}
.main-show .show-right .show-news ul{width: 100%;}
.main-show .show-right .show-news ul li{box-sizing: border-box;margin-top: 30px;position: relative;}
.main-show .show-right .show-news ul li span{display: block;position: absolute;width: 7px;height: 7px;top: 5px;left: -24px;border-radius: 100%;box-sizing: border-box;border: 1px solid #9b9b9b;}
.main-show .show-right .show-news ul li a{display: block;text-align: justify;}
.main-show .show-right .show-news ul li p{font-size: 13px;color: #8baacf;}
.main-show .show-right .show-news ul li h3{font-size: 16px;color: #333333;font-weight: 500;margin-top: 6px;}
.main-show .show-right .show-news ul li:hover span{border-color: #2175cf;background: #2175cf;}
.main-show .show-right .show-news ul li:hover h3{color: #0856ab;}


/*分页*/
.newsPage{width: 100%; box-sizing: border-box;text-align: center;padding-top: 50px;}
.newsPage .newsPageContent p{display: inline-block;font-size: 14px;color: #666666;box-sizing: border-box;border-radius: 3px;cursor: pointer; padding: 8px 15px;border: 1px solid #e2e2e2;}
.newsPage .newsPageContent a{font-size: 14px;color: #666666;box-sizing: border-box;cursor: pointer; border-radius: 3px;display: inline-block;padding: 8px 17px;border: 1px solid #e2e2e2;margin:0 2px;}
.newsPage .newsPageContent a:hover{color: #FFFFFF;background: #0856ab;}


/*悬浮层*/
.iFix{position: fixed;width: auto;height: auto;box-sizing: border-box;right: 0;bottom: 35%;z-index: 999;}

.iFix .ReturnTop{display: none;width: 52px;height: 52px;float: right;box-sizing: border-box;cursor: pointer;background: #FFFFFF;margin-top: 10px;position: relative;border-radius: 5px;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);}
.iFix .ReturnTop img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}

.footer{width: 100%;box-sizing: border-box;overflow: hidden;}
.footer-top{width: 100%;height: 180px;background: url(../images/footer-bg.jpg) center;background-size: cover;}
.footer-top .f-item{float: left;margin: 50px 0 0 75px;}
.footer-top .f-item:first-child{margin-left: 0;}
.footer-top .f-item p{font-size: 14px;color: #cbe7ff;font-weight: 500;margin-top: 8px;}



.footer-bottom{width: 100%;height: 46px;line-height: 46px;text-align: center;background: #0853a6;}
.footer-bottom p{font-size: 14px;color: #90bcef;font-weight: 500;}
.footer-bottom p a{color: #90bcef;}

@media (min-width: 1200px) and (max-width: 1409px)  {
	.container{width: 1200px;overflow: hidden;}

	.header-top .header-logo{width: 511px;}
	.header-top .header-logo img{width: 511px;}

	.header-nav{width: 100%;height: 50px;}
	.header-nav ul{height: 50px;}
	.header-nav ul li a{line-height: 50px;font-size: 18px;padding: 0 24px;}

	.header-search{margin-top: 7px;}

	.m-title a h3{font-size: 20px;}

	.m-news{width: 100%;box-sizing: border-box;overflow: hidden;}
	.m-news .m-news-xwdt{width: 860px;float: left;box-sizing: border-box;overflow: hidden;}
	.m-news .m-news-xwdt .m-title{float: left;}
	.m-news .m-news-xwdt .m-title a h3{padding-left: 16px;background: url(../images/m-title-1.png) left no-repeat;}

	.m-news .m-news-xwdt .news-banner{width: 420px;}

	.m-news .m-news-xwdt .new-list{width: 425px;}
	.m-news .m-news-xwdt .new-list .news-top p{overflow: hidden;}

	.m-news .m-news-tzgg{width: 305px;}
	.m-news .m-news-tzgg .m-title a{padding: 0 15px;}
	.m-news .m-news-tzgg .m-title a h3{font-size: 18px;}
	.m-news .m-news-tzgg ul{padding: 0 15px;}
	.m-news .m-news-tzgg ul li a h3{width: 205px;font-size: 15px;}

	.m-item a{display: block;width: 187px;margin: 0 0 0 15px;}
	.m-item a h3{font-size: 17px;}
	.m-bottom .m-common{width: 380px;}
	.m-bottom .m-common ul li a{width: 75%;}

	.main-list .list-left .list-title h3{font-size: 24px;}
	.main-list .list-right{width: 865px;}
	.main-list .search-right{width: 865px;}


	.main-show .show-left{width: 867px;padding: 0 40px;}
	.main-show .show-right{width: 333px;padding: 0 20px;}
	

}
@media (max-width: 1199px) {
	html{font-size:20px;}
	.container{width: 100%;}
	
	.header-top{width: 100%;height: 4.6rem;box-sizing: border-box;overflow: hidden;}
	.header-top .header-logo{width: 100%;height: 4.6rem;float: left;margin: 0;box-sizing: border-box;padding: 0 0.3rem; display: flex;align-items: center;justify-content: center;}
	.header-top .header-logo a{display: block;}
	.header-top .header-logo img{width: 100%;height: auto;display: block;margin: 0 auto;}
	
	.header-nav{width: 100%;height: 2.3rem;}
	.header-nav ul{box-sizing: border-box;height: 2.3rem;float: none;overflow-y: hidden;overflow-x: auto;white-space: nowrap;}
	.header-nav ul li{float: none;box-sizing: border-box;display: inline-block;background: none;}
	.header-nav ul li a{display: block;line-height: 2.3rem;font-size: 0.8rem;font-weight: bold;padding: 0 1.2rem;}

	.header-search{display: none;}


	.main{width: 100%;box-sizing: border-box;padding: 1.5rem 0;overflow: hidden;}

	.m-title{width: 100%;box-sizing: border-box;overflow: hidden;}
	.m-title a{display: block;overflow: hidden;}
	.m-title a h3{float: left;font-size: 0.9rem;}
	.m-title a span{display: block;float: right;font-size: 0.6rem;line-height: 1.2rem;}

	.m-news{width: 100%;box-sizing: border-box;overflow: hidden;}
	.m-news .m-news-xwdt{width: 100%;float: left;box-sizing: border-box;overflow: hidden;padding: 0 0.3rem;}
	.m-news .m-news-xwdt .m-title{float: left;}
	.m-news .m-news-xwdt .m-title a h3{padding-left: 0.8rem;}
	.m-news .m-news-xwdt .news-banner{width: 100%;height: auto;margin-top: 1rem;}
	.m-news .m-news-xwdt .news-banner .bd{width: 100%;}
	.m-news .m-news-xwdt .news-banner .bd ul{box-sizing: border-box;overflow: hidden;}
	.m-news .m-news-xwdt .news-banner .bd ul li{float: left;width: 100%;height: 12rem;overflow: hidden;}
	.m-news .m-news-xwdt .news-banner .bd ul li .nTxt{width: 100%;height: 2rem;line-height: 2rem;padding: 0 1rem;}
	.m-news .m-news-xwdt .news-banner .bd ul li .nTxt h3{font-size: 0.75rem;}
	.m-news .m-news-xwdt .news-banner .hd{ overflow:hidden;position: absolute;width: 100%;bottom: 2rem;right: 0;z-index:10;}
	.m-news .m-news-xwdt .news-banner .hd ul{margin:0;box-sizing: border-box;text-align: center;padding-right: 0;}
	.m-news .m-news-xwdt .news-banner .hd ul li{width:0.4rem;height:0.4rem;margin: 0 0.2rem;background: #ffffff;}
	.m-news .m-news-xwdt .new-list{width: 100%;float: right;box-sizing: border-box;margin-top: 0.8rem;}
	.m-news .m-news-xwdt .new-list .news-top{width: 100%;text-align: justify;box-sizing: border-box;padding-bottom: 0.6rem;}
	.m-news .m-news-xwdt .new-list .news-top h3{font-size: 0.8rem;font-weight: 500;white-space: normal;}
	.m-news .m-news-xwdt .new-list .news-top p{display: none;}
	.m-news .m-news-xwdt .new-list .news-top span{display: block;font-size: 0.65rem;margin-top: 0.5rem;}
	.m-news .m-news-xwdt .new-list ul{width: 100%;box-sizing: border-box;}
	.m-news .m-news-xwdt .new-list ul li{margin-top: 0.8rem;}
	.m-news .m-news-xwdt .new-list ul li a{width: 75%;float: left;font-size: 0.75rem;}
	.m-news .m-news-xwdt .new-list ul li span{font-size: 0.65rem;}

	.m-news .m-news-tzgg{width: 100%;float: right;box-sizing: border-box;margin-top: 1rem;}
	.m-news .m-news-tzgg .m-title{width: 100%;height: 2.5rem;box-sizing: border-box;background: url(../images/m-title-bg-1.jpg) center;background-size: 100% 100%;}
	.m-news .m-news-tzgg .m-title a{box-sizing: border-box;line-height: 2.5rem;padding: 0 0.35rem;}
	.m-news .m-news-tzgg .m-title a h3{color: #ffffff;font-size: 0.9rem;}
	.m-news .m-news-tzgg .m-title a span{color: #ffffff;line-height: 2.5rem;}

	.m-news .m-news-tzgg ul{width: 100%;height: auto;background: #EEF3F9;box-sizing: border-box;padding: 0 0.3rem;}
	.m-news .m-news-tzgg ul li{box-sizing: border-box;margin-top: 0.8rem;width: 100%;float: left;}
	.m-news .m-news-tzgg ul li a{display: block;overflow: hidden;}
	.m-news .m-news-tzgg ul li a .m-time{float: left;width: 18%;height: 2.8rem;line-height: 1.4rem;border-radius: 0.2rem;}
	.m-news .m-news-tzgg ul li a .m-time span{display: block;width: 100%;height: 1.4rem;font-size: 0.7rem;}
	.m-news .m-news-tzgg ul li a .m-time p{width: 100%;height: 1.4rem;font-size: 0.7rem;}
	.m-news .m-news-tzgg ul li a h3{float: right;width: 78%;font-size: 0.75rem;line-height: 1.4rem;}

	.m-item{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1.5rem 0.3rem 0.5rem;}
	.m-item a{display: block;width: 49%;height: auto;padding: 0.8rem 0.3rem;margin: 0 0 2% 2%;border-radius: 0.2rem;}
	.m-item a:first-child{margin-left: 0;}
	.m-item a:nth-child(2n+1){margin-left: 0;}
	.m-item a img{width: auto;height: 1.5rem;display: block;margin: 0 auto;}
	.m-item a h3{font-size: 0.75rem;margin-top: 0.5rem;}

	.m-bottom{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0.3rem 0;}
	.m-bottom .m-common{width: 100%;float: left;box-sizing: border-box;margin-left: 0;margin-bottom: 1rem;}
	.m-bottom .m-common .m-title h3{padding-left: 2rem;border-bottom: 3px solid #0856ab;padding-bottom: 0.5rem;}
	.m-bottom .m-cgxx .m-title h3{background-size: auto 1.2rem;}
	.m-bottom .m-zcglxx .m-title h3{background-size: auto 1.2rem;}
	.m-bottom .m-fwzn .m-title h3{background-size: auto 1.2rem;}
	.m-bottom .m-common ul{width: 100%;box-sizing: border-box;padding-top: 0.4rem;}
	.m-bottom .m-common ul li{box-sizing: border-box;overflow: hidden;margin-top: 0.8rem;}
	.m-bottom .m-common ul li a{display: block;width: 75%;float: left;font-size: 0.75rem;color: #333333;box-sizing: border-box;padding-left: 0;background: none;}
	.m-bottom .m-common ul li span{display: block;float: right;font-size: 0.65rem;color: #999999;}

	.m-links{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0.3rem 0;}
	.m-links .m-title{border-bottom: 1px solid #dddddd;}
	.m-links .m-title h3{padding-left: 2rem;border-bottom: 3px solid #0856ab;padding-bottom: 0.5rem;background-size: auto 1.2rem;}
	.m-links .m-links-a{width: 100%;box-sizing: border-box;margin-top: 1rem;overflow: hidden;}
	.m-links .m-links-a a{font-size: 0.7rem;padding: 0.2rem 0.4rem;margin: 0 0.5rem 0.5rem 0;}



	.location{width: 100%;box-sizing: border-box;padding: 0 0.3rem;}
	.location p{font-size: 0.6rem;}
	.location p a{margin: 0 0.2rem;}

	/*列表页*/
	.main-list{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 1rem;}
	.main-list .list-left{width: 100%;float: left;box-sizing: border-box;}
	.main-list .list-left .list-title{width: 100%;box-sizing: border-box;padding: 0 0.3rem;height: auto;margin-bottom: 0.5rem;display: block;background: none;}
	.main-list .list-left .list-title h3{font-size: 0.9rem;color: #0b6db8;font-weight: bold;}
	.main-list .list-left ul{width: 100%;height: 2.3rem;box-sizing: border-box;padding: 0;border-left: none;overflow-y: hidden;overflow-x: auto;white-space: nowrap;background: #f5f5f5;}
	.main-list .list-left ul li{display: inline-block;box-sizing: border-box;border-bottom: none;margin-bottom: 0;}
	.main-list .list-left ul li a{font-size: 0.8rem;line-height: 2.3rem;padding: 0 1rem;font-weight: bold;}
	.main-list .list-left ul li a i{display: none;}
	.main-list .list-left ul li:hover{border-color: #09589d;}
	.main-list .list-left ul li:hover a{color: #09589d;}

	.main-list .list-right{width: 100%;float: right;box-sizing: border-box;padding: 1rem 0.3rem;}
	.main-list .list-right .list-h5 h5{font-size: 0.8rem;font-weight: bold;padding-bottom: 0.3rem;border-bottom: 1px solid #0856ab;}

	.main-list .list-right ul{width: 100%;box-sizing: border-box;margin: 1rem 0;}
	.main-list .list-right ul li{box-sizing: border-box;width: 100%;height: auto;background: #f8f8f8;}
	.main-list .list-right ul li:nth-child(2n){background: #ffffff;}
	.main-list .list-right ul li a{display: block;width: 100%;height: 100%;padding: 0.5rem 0.3rem;overflow: hidden;box-sizing: border-box;}
	.main-list .list-right ul li a .list-time{float: left;width: 18%;text-align: center;}
	.main-list .list-right ul li a .list-time span{display: block;width: 100%;font-size: 0.7rem;}
	.main-list .list-right ul li a .list-time p{width: 100%;font-size: 0.7rem;margin-top: 0.3rem;}
	.main-list .list-right ul li a h3{float: right;width: 80%;font-size: 0.75rem;line-height: 1.2rem;padding-left: 0.5rem;white-space: normal;}
	.main-list .list-right ul li:hover h3{color: #0856ab;}


	/*搜索页*/
	.main-list .search-right{width: 100%;float: right;box-sizing: border-box;padding: 1rem 0.3rem;}
	.main-list .search-right .search-h5 h5{font-size: 0.8rem;padding-bottom: 0.3rem;border-bottom: 1px solid #0856ab;}
	.main-list .search-right .search-h5 p{display: inline-block;margin-left: 1rem;font-size: 0.7rem;color: #999999;}

	.main-list .search-right ul{width: 100%;box-sizing: border-box;margin-top: 30px;}
	.main-list .search-right ul li{box-sizing: border-box;padding-bottom: 0.8rem;margin-bottom: 0.8rem;border-bottom: 1px solid #eeeeee;}
	.main-list .search-right ul li h3{font-size: 0.7rem;}
	.main-list .search-right ul li p{font-size: 0.6rem;color: #666666;margin-top: 0.5rem;}
	.main-list .search-right ul li:hover h3{color: #0856ab;}

	/*详情页*/
	.main-show{width: 100%;box-sizing: border-box;overflow: hidden;margin: 1rem 0;}
	.main-show-1{display: none;}
	.main-show-2{width: 100%;height: auto;box-sizing: border-box;overflow: hidden;background: #ffffff;}
	.main-show-3{display: none;}

	.main-show .show-left{width: 100%;float: left;box-sizing: border-box;padding: 0 0.3rem;}
	.main-show .show-left .show-top{width: 100%;box-sizing: border-box;padding-bottom: 15px; border-bottom: 1px solid #ebebeb;}
	.main-show .show-left .show-top h3{font-size: 0.9rem;color: #404040;font-weight: bold;}
	.main-show .show-left .show-top p{display: block;font-size: 0.65rem;color: #999999;margin-top: 0.5rem;overflow: hidden;}
	.main-show .show-left .show-top p span{display: block;color: #666666;float: left;width: 50%;margin: 0.3rem 0 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

	.main-show .show-left .show-content{width: 100%;line-height: 1.5rem;box-sizing: border-box;font-size: 0.8rem;margin-top: 1rem;text-align: justify;overflow: hidden;}
	.main-show .show-left .show-content p{color: #333333;line-height: 1.5rem;}
	.main-show .show-left .show-content img{max-width: 100%;}

	.main-show .show-left .show-file{margin-top: 1.5rem;}
	.main-show .show-left .show-file h5{font-size: 0.8rem;}
	.main-show .show-left .show-file .file-list{padding-top: 0.5rem;}
	.main-show .show-left .show-file .file-list a{display: block;font-size: 0.7rem;margin-top: 0.6rem;}


	.main-show .show-left .show-qrcode{display: none;}

	.main-show .show-right{display: none;}


	/*悬浮层*/
	.iFix{position: fixed;width: 1.7rem;height: auto;box-sizing: border-box;right: 0;top: 60%;z-index: 999;}
	.iFix ul{display: none;}
	.iFix .ReturnTop{width: 1.7rem;height: 1.7rem;display: none;margin-top: 0.5rem;position: relative;border-radius: 0.25rem;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);}
	.iFix .ReturnTop span{display: none;}
	.iFix .ReturnTop:hover span{display: none;}

	.footer{width: 100%;box-sizing: border-box;overflow: hidden;}
	.footer-top{width: 100%;height: auto;overflow: hidden;box-sizing: border-box;padding: 1rem 0.3rem;}
	.footer-top .f-item{width: 100%;float: left;margin: 0 0 0.5rem 0;}
	.footer-top .f-item:first-child{margin-left: 0;}
	.footer-top .f-item p{font-size: 0.7rem;margin-top: 0.4rem;}

	.footer-bottom{width: 100%;height: 2rem;line-height: 2rem;}
	.footer-bottom p{font-size: 0.7rem;}
	


	/*分页*/
	.newsPage{margin-top: 0.5rem;padding: 0.5rem 0;}
	.newsPage .newsPageContent a{font-size: 0.6rem;padding: 0.2rem 0.4rem;background: #eeeeee;margin:0 0.1rem;}
	.newsPage .newsPageContent p{display: none;}
	
}
/*iphone 6*/
@media screen and (min-width:375px){ 
html{ font-size: 20px;}  
}
@media screen and (min-width:384px){ 
html{ font-size: 20.48px;}  
}
@media screen and (min-width:412px){ 
html{ font-size: 21.973px;}  
}
/*iphone 6 plus*/
@media screen and (min-width:414px){ 
html{ font-size: 22.08px;}  
}
@media screen and (min-width:424px){ 
html{ font-size: 22.613px;}  
}
@media screen and (min-width:480px){ 
html{ font-size:25.6px;}  
}
@media screen and (min-width:540px){ 
html{ font-size:28.8px;}  
}
@media screen and (min-width:600px){ 
html{ font-size: 32px;}  
}
@media screen and (min-width:800px){ 
html{ font-size:42.667px;}  
}
