@charset "utf-8";
/*全局样式*/
body{padding: 0;margin: 0;font-family: Microsoft YaHei;font-size: 14px;color: #333;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0;}
ul{list-style: none;}
a{text-decoration: none;color: #333;}
i,em{font-style: normal;}
img{display: block;max-width: 100%;height: auto;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-family: Microsoft YaHei;font-size: 14px;}
input[type="submit"]{background-color: transparent;cursor: pointer;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-family: Microsoft YaHei;font-size: 14px;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;background-color: transparent;font-family: Microsoft YaHei;font-size: 14px;cursor: pointer;}
/*清除浮动*/
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zoom: 1;}
/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角*/
input[type="text"],input[type="password"],input[type="submit"],textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
/*常用盒模型*/
*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
/*常用宽度*/
.w1400{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1400px;}
.w1300{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1300px;}
.w1280{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1280px;}
.w1200{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1200px;}
.w1100{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1100px;}
.w1000{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1000px;}
/*常用过渡*/
.tran200{-webkit-transition: 0.2s;-moz-transition: 0.2s;-ms-transition: 0.2s;transition: 0.2s;}
.tran300{-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;transition: 0.3s;}
.tran400{-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;transition: 0.4s;}
.tran500{-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
/*常用缩放*/
.scale105:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.scale110:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
/*常用浮动*/
.fl{float: left;}
.fr{float: right;}
/*按钮通用样式*/
.btns-area{font-size: 0;text-align: center;}
.btns-area .btn{display: inline-block;padding: 0 2em;margin: 0 10px;background-color: #fff;border: 1px solid #ddd;border-radius: 4px;font-size: 16px;line-height: 34px;color: #000;cursor: pointer;}
.btns-area .btn img{display: inline-block;vertical-align: middle;margin: -3px 6px 0 0;}
.btns-area .btn:hover{opacity: .9;}
.hover-btn{z-index: 1;position: relative;display: inline-block;padding: 0 3em;background-color: transparent;border: 1px solid #ccc;border-radius: 0;font-size: 16px;line-height: 42px;color: #000;cursor: pointer;}
.hover-btn:after{content: "";z-index: -1;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #3da7ea;transform: scaleX(0);transition: 0.3s;}
.hover-btn:hover{color: #fff;}
.hover-btn:hover:after{transform: scaleX(1);}
/*滚动条*/
body *::-webkit-scrollbar{width: 2px;height: 2px;background: #eee;border-radius: 2px;}
body *::-webkit-scrollbar-thumb{background: #ccc;border-radius: 2px;}
/*自定义单选框input[type="radio"]样式*/
.custom-input label{display: inline-block;cursor: pointer;}
.custom-input input[type="radio"]{width: 1px;height: 1px;margin: 0;opacity: 0;}
.custom-input input[type="radio"]+em{position: relative;display: inline-block;width: 16px;height: 16px;background-color: #fff;border: 1px solid #ccc;border-radius: 50%;vertical-align: top;cursor: pointer;}
.custom-input input[type="radio"]+em:before{content: '';position: absolute;left: 50%;top: 50%;width: 8px;height: 8px;border-radius: 50%;transform: translate(-50%,-50%);}
.custom-input input[type="radio"]:checked+em{border-color: #00abdd;}
.custom-input input[type="radio"]:checked+em:before{background-color: #00abdd;}
.custom-input input[type="radio"]+em:hover{border-color: #00abdd;}
/*自定义多选框input[type="checkbox"]样式*/
.custom-input input[type="checkbox"]{width: 1px;height: 1px;margin: 0;opacity: 0;}
.custom-input input[type="checkbox"]+em{position: relative;display: inline-block;width: 16px;height: 16px;background-color: #fff;border: 1px solid #ccc;vertical-align: top;cursor: pointer;}
.custom-input input[type="checkbox"]+em:before{content: '';position: absolute;left: 50%;top: 50%;width: 8px;height: 8px;transform: translate(-50%,-50%);}
.custom-input input[type="checkbox"]:checked+em{border-color: #00abdd;}
.custom-input input[type="checkbox"]:checked+em:before{background-color: #00abdd;}
.custom-input input[type="checkbox"]+em:hover{border-color: #00abdd;}
/*自定义表单通用样式*/
.info-form{font-size: 0;}
.info-form .title{margin-bottom: 30px;font-size: 18px;line-height: 20px;}
.info-form .title span{display: inline-block;padding-left: 10px;border-left: 3px solid #ca0000;color: #ca0000;}
.info-form .row{display: inline-block;width: 100%;margin-bottom: 20px;font-size: 14px;}
.info-form .row.w50{width: 50%;}
.info-form .row.w33{width: 33%;}
.info-form .row .name{float: left;width: 5em;padding: 10px 1em 10px 0;line-height: 16px;text-align: right;}
.info-form .row .info-content{margin-left: 5em;}
.info-form input[type="text"]{width: 100%;height: 36px;padding-left: 10px;border: 1px solid #ddd;border-radius: 4px;}
.info-form input[type="text"]:focus{border-color: #0b736d;}
.info-form textarea{width: 100%;height: 200px;border: 1px solid #ddd;padding: 10px;border-radius: 4px;resize: none;}
.info-form textarea:focus{border-color: #0b736d;}
.info-form select{width: 100%;height: 36px;padding-left: 5px;border: 1px solid #ddd;outline: none;}
.info-form select:focus{border-color: #0b736d;}
.info-form .upload-avatar{position: relative;display: block;width: 80px;height: 80px;border-radius: 50%;cursor: pointer;overflow: hidden;}
.info-form .upload-avatar input[type="file"]{display: none;}
.info-form .upload-avatar .avatar{height: 100%;}
.info-form .upload-avatar .avatar img{width: 100%;height: 100%;}
.info-form .upload-avatar .tips{position: absolute;left: 50%;top: 50%;width: 4em;height: 20px;background-color: rgba(0,0,0,.3);text-align: center;line-height: 20px;color: #fff;transform: translate(-50%,-50%);}
.info-form .choice-area{padding: 10px 0;line-height: 16px;}
.info-form .choice-area label{display: inline-block;margin: 0 10px 5px 0;cursor: pointer;}
.info-form .choice-area label span{margin-left: 3px;}
.info-form .yzm-area{position: relative;width: 300px;}
.info-form .yzm-area input[type="text"]{width: 200px;}
.info-form .yzm-area .btn{position: absolute;right: 0;top: 0;width: 100px;height: 100%;}
.info-form .yzm-area .btn img{width: 100%;height: 100%;}
.info-form *::-webkit-input-placeholder{color: #aaa;}


/*header*/
body{background-color: #f6f5f3;}
.header{height: 88px;background-color: #fff;}
.header .logo{position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.header .logo img{max-height: 70px;}
/*搜索栏*/
.search-wrap{position: absolute;right: 0;top: 50%;transform: translate(0,-50%);width: 270px;height: 30px;border: 1px solid #aaa;}
.search-wrap .input-text{width: 100%;height: 100%;padding: 0 40px 0 10px;}
.search-wrap .sub-btn{position: absolute;right: 0;top: 0;width: 28px;height: 28px;background: #005752 url(../images/icon_search.png) center no-repeat;background-size: 60% 60%;}
/*移动端导航按钮*/
.header .menu-btn{display: none;}
/*导航*/
.nav-box{background-color: #005752;}
.nav-box .nav{}
.nav-box .nav > li{position: relative;float: left;line-height: 46px;}
.nav-box .nav > li .more-btn{display: none;}
.nav-box .nav > li > a{position: relative;display: block;padding: 0 22px;font-size: 16px;color: #fff;}
.nav-box .nav > li > a:before{content: "";position: absolute;left: 0;top: 50%;width: 1px;height: 16px;margin-top: -8px;background-color: #ccc;}
.nav-box .nav > li:first-child > a:before{display: none;}
.nav-box .nav > li.on > a,.nav-box .nav > li:hover > a{font-weight: bold;}
.nav-box .nav-2nd{display: none;z-index: 2;position: absolute;left: 50%;top: 46px;width: 120px;padding: 8px 0;background-color: #666;background-color: rgba(0,0,0,.5);border-radius: 5px;transform: translateX(-50%);}
.nav-box .nav-2nd > li{}
.nav-box .nav-2nd > li > a{position: relative;display: block;padding: 10px 20px;line-height: 16px;text-align: center;color: #fff;}
.nav-box .nav-2nd > li > a:before{content: "";position: absolute;left: 0;top: 50%;width: 3px;height: 0;background-color: #fff;transition: 0.3s;}
.nav-box .nav-2nd > li > a:hover{background-color: #005752;}
.nav-box .nav-2nd > li > a:hover:before{top: 0;height: 100%;}

/*banner*/
.banner{position: relative;width: 100%;margin: 20px 0;overflow: hidden;}
.banner .swiper-slide{display: block;padding-top: 25%;background-position: center;background-size: cover;background-repeat: no-repeat;}
.banner .swiper-pagination{bottom: 14px;font-size: 0;}
.banner .swiper-pagination-bullet{width: 10px;height: 10px;background-color: #fff;border-radius: 5px;box-shadow: 0 0 5px rgba(0,0,0,.5);opacity: .5;transition: 0.3s;}
.banner .swiper-pagination-bullet-active{opacity: 1;}
.banner .btn{z-index: 1;position: absolute;top: 50%;transform: translateY(-50%);width: 36px;height: 72px;background-color: rgba(255,255,255,.3);background-position: center;background-size: 18px 30px;background-repeat: no-repeat;cursor: pointer;}
.banner .prev-btn{left: 0;background-image: url(../images/icon_btnL.png);}
.banner .next-btn{right: 0;background-image: url(../images/icon_btnR.png);}
.banner .btn:hover{background-color: #fff;}

/*footer*/
.footer{padding: 20px 0;background: #005752 url(../images/footer_bg.jpg) center no-repeat;background-size: cover;}
.footer .links{}
.footer .links a{display: inline-block;padding: 0 15px;font-size: 15px;line-height: 14px;color: #ccc;transition: 0.3s;}
.footer .links a:first-child{padding-left: 0;}
.footer .links a:hover{color: #fff;transform: translateY(-0.2em);}
.footer .info{max-width: 900px;margin-top: 15px;font-size: 13px;line-height: 24px;color: #ccc;}
.footer .info a{color: #ccc;}
.footer .info a:hover{text-decoration: underline;color: #fff;}
.footer .ewm-box{position: absolute;right: 0;top: 0;}
.footer .ewm-box .item{float: right;margin-left: 15px;text-align: center;color: #fff;}
.footer .ewm-box .item img{width: 76px;height: 76px;}
.footer .ewm-box .item span{display: block;font-size: 12px;line-height: 30px;}

/******首页******/
.index-content{min-height: 700px;}
.index-content .content{padding-bottom: 40px;}
.index-content .content > .con-l{float: left;width: 73%;}
.index-content .content > .con-r{float: right;width: 24%;}

/*标题*/
.index-title{position: relative;height: 40px;padding-left: 35px;margin-bottom: 16px;background-color: #fff;border-bottom: 2px solid #005752;line-height: 38px;color: #005752;}
.index-title .icon{position: absolute;left: 0;top: 50%;width: 24px;height: 24px;margin-top: -12px;}
.index-title .name{display: inline-block;font-size: 18px;font-weight: bold;text-transform: uppercase;}
.index-title .more{float: right;font-size: 12px;font-weight: bold;color: #005752;}

/*part1*/
.part1{}
/*part2*/
.part2{overflow: hidden;}
.part2 > .con-l{float: left;width: 45%;}
.part2 > .con-r{float: right;width: 52%;}
/*part3*/
.part3{}

/*新闻区*/
.news-box{overflow: hidden;}
.news-box > .con-l{float: left;width: 42%;}
.news-box > .con-r{float: right;width: 55%;}
/*新闻图片轮播*/
.news-pics{position: relative;overflow: hidden;}
.news-pics .swiper-slide{position: relative;display: block;}
.news-pics .swiper-slide .pic{padding-top: 68%;background-position: center;background-size: cover;background-repeat: no-repeat;}
.news-pics .swiper-slide .tit{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 80px 0 1em;background-color: rgba(0,0,0,.5);line-height: 40px;color: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-pics .swiper-pagination{left: auto;right: 8px;bottom: 18px;width: auto;font-size: 0;}
.news-pics .swiper-pagination-bullet{width: 14px;height: 3px;margin: 0 2px!important;background-color: #fff;border-radius: 0;opacity: 1;transition: 0.3s;}
.news-pics .swiper-pagination-bullet-active{background-color: #ca0000;}
/*新闻信息*/
.news-infos{}
.news-infos .item{position: relative;padding: 0 0 10px 20px;margin-bottom: 10px;border-bottom: 1px solid #eee;}
.news-infos .item:first-child{padding-top: 0;}
.news-infos .item .tit{padding-right: 80px;margin-bottom: 5px;line-height: 20px;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-infos .item .tit span{color: #ca0000;}
.news-infos .item .txt{position: relative;height: 0;padding-left: 5px;font-size: 12px;line-height: 22px;overflow: hidden;color: #666;text-align: justify;overflow: hidden;transition: 0.3s;}
.news-infos .item .txt a{position: absolute;right: 0;bottom: 0;background-color: #fff;font-weight: bold;color: #ca0000;}
.news-infos .item .txt a:hover{text-decoration: underline;}
.news-infos .item .date{position: absolute;right: 0;top: 0;font-size: 12px;line-height: 20px;color: #666;}
.news-infos .item .unfold-btn{position: absolute;left: 0;top: 2px;width: 16px;height: 16px;background-color: #bbb;cursor: pointer;}
.news-infos .item .unfold-btn:before{content: "";position: absolute;left: 50%;top: 50%;width: 8px;height: 2px;background-color: #fff;transform: translate(-50%,-50%);}
.news-infos .item .unfold-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 2px;height: 8px;background-color: #fff;transform: translate(-50%,-50%);}
.news-infos .item.show .txt{height: 44px;}
.news-infos .item.show .unfold-btn{background-color: #005752;}
.news-infos .item.show .unfold-btn:after{display: none;}

/*新闻列表*/
.news-list{}
.news-list li{position: relative;height: 40px;padding-left: 20px;border-bottom: 1px solid #eee;line-height: 40px;}
.news-list li:before{content: "";position: absolute;left: 0;top: 50%;width: 6px;height: 6px;margin-top: -4px;background-color: #fff;border: 1px solid #999;border-radius: 50%;}
.news-list li a{position: relative;float: left;max-width: calc(100% - 100px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.2s;}
.news-list li em{float: right;font-size: 12px;color: #666;}
.news-list li:hover:before{background-color: #ca0000;border-color: #ca0000;}
.news-list li:hover a{text-indent: 0.2em;color: #ca0000;}
.news-list li .tag{display: inline-block;margin:auto 8px;}
.news-list2{margin-top: 10px;}
.news-list2 li{position: relative;height: 56px;margin-left: 20px;border-bottom: 1px dashed #ddd;line-height: 56px;}
.news-list2 li:before{content: "";position: absolute;left: -20px;top: 50%;width: 6px;height: 6px;margin-top: -3px;background-color: #ccc;border-radius: 50%;}
.news-list2 li a{position: relative;float: left;max-width: calc(100% - 100px);font-size: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.2s;}
.news-list2 li em{float: right;color: #999;}
.news-list2 li:hover:before{background-color: #ca0000;}
.news-list2 li:hover a{text-indent: 0.2em;color: #ca0000;}
.news-list2 li .tag{display: inline-block;}

/*选项卡*/
.tab-box{position: relative;}
.tab-box .tabs{padding: 9px 0;background-color: #fff;font-size: 0;}
.tab-box .tabs .item{display: inline-block;padding: 0 10px;border-left: 1px solid #999;font-size: 18px;line-height: 20px;font-weight: bold;color: #999;cursor: pointer;}
.tab-box .tabs .item:first-child{border-left: 0;}
.tab-box .tabs .item.on{color: #005752;}
.tab-box .tab-content{overflow: hidden;}
.part3 .tab-box .tabs{position: absolute;left: 25px;top: -56px;}

/*快速链接*/
.fast-links{}
.fast-links a{position: relative;display: block;height: 66px;margin-bottom: 16px;border: 1px solid #d2d2d2;transition: 0.3s ease-out;}
.fast-links a img{position: absolute;left: 35px;top: 50%;width: 32px;height: 32px;transform: translateY(-50%);}
.fast-links a span{position: absolute;left: 88px;top: 50%;max-width: 10em;font-size: 18px; font-weight: bold;line-height: 20px;transform: translateY(-50%);}
.fast-links a:hover{background-color: #005752;color: #fff;}
.fast-links a:hover img{filter: brightness(0) invert(1);}

/******内页******/
.inpage-content{position: relative;min-height: 600px;padding: 25px 30px 50px;margin: 35px auto;background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.inpage-content > .con-l{position: relative;float: left;width: 290px;padding-right: 30px;}
.inpage-content > .con-l:after{content: "";position: absolute;right: 0;top: 0;width: 12px;height: 400px;background-image: radial-gradient(farthest-side at 100% 50%,#ddd,transparent);}
.inpage-content > .con-r{min-height: 500px;margin-left: 325px;}
/*面包屑*/
.bread{font-size: 13px;color: #999;}
.bread a{margin-right: 5px;color: #999;}
.bread a.on,.bread a:hover{color: #005752;}
/*分页*/
.page{padding: 40px 0;font-size: 0;text-align: center;}
.page > *{display: inline-block;padding: 0 10px;margin: 0 5px;height: 30px;background-color: #fff;border: 1px solid #ddd;font-size: 14px;line-height: 28px;color: #888;}
.page > *.on,.page > *:hover{background-color: #005752;border-color: #005752;color: #fff;}
/*内页头部标题区*/
.inpage-top-title{overflow: hidden;border-bottom: 1px solid #ccc;line-height: 50px;}
.inpage-top-title .name{position: relative;float: left;font-size: 18px;}
.inpage-top-title .name:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background-color: #005752;}
.inpage-top-title .bread{float: right;}
/*内页导航-垂直*/
.nav-vertical-box{}
.nav-vertical-box .title{padding: 15px 24px;background-color: #005752;border-bottom: 2px solid #00712f;line-height: 20px;color: #fff;}
.nav-vertical-box .title .cn{display: inline-block;padding-left: .8em;border-left: 3px solid #fff;font-size: 20px;font-weight: bold;}
.nav-vertical-box .title .en{display: inline-block;margin-left: 3px;word-break: break-all;}
.nav-vertical-box .nav-1st{}
.nav-vertical-box .nav-1st > li{position: relative;padding: 7px 0;border-bottom: 1px solid #ddd;}
.nav-vertical-box .nav-1st > li > a{position: relative;display: block;padding: 10px 50px 10px 40px;font-size: 16px;line-height: 24px;transition: 0.3s;}
.nav-vertical-box .nav-1st > li > a:before{content: "";position: absolute;left: 18px;top: 50%;width: 8px;height: 8px;margin-top: -4px;background-color: #fff;border-radius: 50%;}
.nav-vertical-box .nav-1st > li > a:after{content: "";position: absolute;right: 20px;top: 50%;width: 20px;height: 12px;margin-top: -6px;background: url(../images/nav_arrowR_white.png) no-repeat;background-size: 100% 100%;}
.nav-vertical-box .nav-1st > li:hover > a{background-color: #eee;transform: translateX(0.3em);}
.nav-vertical-box .nav-1st > li.on > a{background-color: #0b736d;color: #fff;}
/*内页导航-横向*/
.nav-horizontal-box{position: relative;background-color: #f1f1f1;font-size: 0;}
.nav-horizontal-box:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 3px;background-color: rgba(0,0,0,.05);}
.nav-horizontal-box a{display: inline-block;padding: 0 20px;font-size: 14px;line-height: 50px;color: #666;}
.nav-horizontal-box a.on{background-color: #af251c;color: #fff;}

/*新闻详情*/
.news-details{position: relative;padding: 30px 20px 50px;}
.news-details .title{padding-bottom: 15px;border-bottom: 1px solid #ebe4da;font-size: 24px;line-height: 32px;text-align: center;font-weight: bold;}
.news-details .record{margin-top: 15px;text-align: center;line-height: 20px;opacity: .7;}
.news-details .record span{display: inline-block;margin: 0 10px;}
.news-details .content{margin-top: 20px;font-size: 16px;line-height: 32px;text-align: justify;}
.news-details .content img{display: inline-block;}
.news-details .content table{max-width:100%; display: block;}
.news-details .other-links{padding-top: 20px;margin-top: 40px;border-top: 2px solid #ebe3da;}
.news-details .other-links .item{margin-bottom: 5px;font-size: 16px;line-height: 24px;font-weight: bold;}
.news-details .other-links .item span{float: left;}
.news-details .other-links .item a{display: block;padding-left: 4em;color: #513313;}
.news-details .other-links .item a:hover{text-decoration: underline;color: #af251c;}

/*题目分类*/
.exam-class-box{margin-top: 20px;}
.exam-class-box .item{overflow: hidden;margin-bottom: 30px;}
.exam-class-box .item .tit{display: table-cell;width: 40px;padding: 0 12px;background-color: #0b736d;vertical-align: middle;font-size: 16px;color: #fff;}
.exam-class-box .item .tit span{}
.exam-class-box .item .info{display: table-cell;border: 1px solid #eee;}
.exam-class-box .item .info .links{padding: 10px 0;border-top: 3px solid #eee;}
.exam-class-box .item .info .links:first-child{border-top: 0;}
.exam-class-box .item .info .links a{position: relative;display: inline-block;padding-left: .6em;margin: 5px 6px;line-height: 28px;transition: 0.3s;}
.exam-class-box .item .info .links a:before{display: none;content: "";position: absolute;left: 0;top: 50%;width: 4px;height: 4px;margin-top: -2px;background-color: #ca0000;border-radius: 50%;}
.exam-class-box .item .info .links a:after{content: "";position: absolute;left: 0;bottom: 0;width: 0;height: 1px;background-color: #ca0000;transition: 0.3s;}
.exam-class-box .item .info .links a:hover{color: #ca0000;}
.exam-class-box .item .info .links a:hover:before{display: block;}
.exam-class-box .item .info .links a:hover:after{width: 100%;}

/*留言表单*/
.message-box .title{margin-bottom: 30px;font-size: 18px;line-height: 20px;}
.message-box .title span{display: inline-block;padding-left: 10px;border-left: 3px solid #ca0000;color: #ca0000;}
.message-box .info-form{position: relative;margin-top: 26px;}
.message-box .info-form .row{margin-bottom: 16px;}
.message-box .info-form .btns-area{position: absolute;right: 0;bottom: 16px;}
.message-box .info-form .btns-area .btn{margin: 0 0 0 10px;}
.message-box .info-form .btns-area .sub-btn{background-color: #005752;color: #fff;}
.message-box .info-form .btns-area .res-btn{background-color: #ddd;}
.message-box .tips-area{margin-top: 40px;}
.message-box .tips-area .title{margin-bottom: 10px;}
.message-box .tips-area .content{padding-left: 15px;line-height: 28px;color: #ca0000;}

/*留言列表*/
.message-list{margin-top: 25px;}
.message-list li{}
.message-list li .tit{position: relative;height: 56px;padding: 0 20px;line-height: 55px;cursor: pointer;}
.message-list li .tit:before{content: "";position: absolute;left: 20px;bottom: 0;width: calc(100% - 40px);height: 1px;background-color: #e5e5e5;}
.message-list li .tit:after{content: "";position: absolute;right: 20px;top: 50%;width: 0;height: 0;border: 8px solid transparent;border-top-color: #bbb;margin-top: -4px;transition: 0.3s;}
.message-list li .tit span{float: left;max-width: calc(100% - 150px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.message-list li .tit em{position: relative;float: right;padding-right: 50px;color: #999;}
.message-list li .tit em:after{content: "";position: absolute;right: 30px;top: 50%;width: 2px;height: 12px;margin-top: -6px;background-color: #bbb;}
.message-list li .info{display: none;padding: 5px 20px 10px;border: 1px solid #0b736d;}
.message-list li .info .item{padding: 20px 0;border-top: 1px solid #e5e5e5;}
.message-list li .info .item:first-child{border-top: 0;}
.message-list li .info .item .name{font-size: 16px;}
.message-list li .info .item .txt{margin: 8px 0 2px;color: #777;}
.message-list li .info .item .date{font-size: 12px;color: #777;}
.message-list li.show .tit{background-color: #0b736d;color: #fff;}
.message-list li.show .tit:before{display: none;}
.message-list li.show .tit:after{right: 20px;margin-top: -12px;border-top-color: #fff;transform: rotate(180deg);}
.message-list li.show .tit em{color: #fff;}
.message-list li.show .tit em:after{background-color: #fff;}
.message-list li.show .info{display: block;}
.message-list li .tit span:hover{text-indent: .3em;}


/*大屏PC:>1200px*/
@media screen and (min-width: 1200px){
	/*常用宽度*/
	.w1200{width: 1200px;}
}

/*小屏PC:>=1025px && <=1200px*/
@media screen and (max-width: 1200px){
	/*header*/
	.header .logo img{max-height: 60px;}
	/*导航*/
	.nav-box .nav > li > a{padding: 0 14px;font-size: 14px;}

	/*快速链接*/
	.fast-links a span{font-size: 16px;}
}

/*pad:>=768px && <=1024px*/
@media screen and (max-width: 1024px){
	/*header*/
	.header{height: 60px;}
	.header .logo img{max-height: 40px;}
	/*搜索栏*/
	.search-wrap{right: 8%;width: 200px;}
	/*移动端导航按钮*/
	.header .menu-btn{display: block;z-index: 20;position: absolute;right: 5%;top: 18px;width: 24px;height: 24px;font-size: 0;cursor: pointer;}
	.header .menu-btn span{display: inline-block;width: 100%;height: 3px;background-color: #005752;transition: 0.5s ease-out;}
	.header .menu-btn span:nth-child(2){margin: 7px 0;}
	.header .menu-btn.close{position: fixed;}
	.header .menu-btn.close span{background-color: #000;}
	.header .menu-btn.close span:nth-child(1){transform: rotate(45deg) translate3d(7px,7px,0);}
	.header .menu-btn.close span:nth-child(2){transform: scale3d(0,1,1);}
	.header .menu-btn.close span:nth-child(3){transform: rotate(-45deg) translate3d(7px,-7px,0);}
	/*导航*/
	.nav-box{display: none;z-index: 19;position: fixed;left: 0;top: 0;float: none;width: 100%;height: 100%;background-color: #fff;}
	.nav-box .nav{width: 80%;height: 80vh;margin: 60px auto 0;overflow-y: auto;overflow-x: hidden;-webkit-overflow-scrolling: touch;}
	.nav-box .nav > li{float: none;padding: 0;margin: 0;border: 0;border-bottom: 1px solid #eee;line-height: 50px;}
	.nav-box .nav > li:before{display: none;}
	.nav-box .nav > li .more-btn{display: block;position: absolute;right: 0;top: 0;width: 50px;height: 50px;font-size: 20px;text-align: center;line-height: 50px;color: #999;cursor: pointer;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
	.nav-box .nav > li > a{display: block;width: 80%;padding: 0 10px;font-size: 16px;color: #333;}
	.nav-box .nav > li > a:before{display: none;}
	.nav-box .nav > li > a:after{display: none;}
	.nav-box .nav > li:first-child > a{padding-left: 10px;}
	.nav-box .nav > li.on,.nav-box .nav > li:hover{background-color: transparent;}
	.nav-box .nav > li.on > a,.nav-box .nav > li:hover > a{font-weight: normal;color: #333;}
	.nav-box .nav > li.on .more-btn{transform: rotate(45deg);}
	.nav-box .nav-2nd{position: initial;width: 100%;padding: 0;margin-bottom: 15px;background-color: transparent;transform: translateX(0);}
	.nav-box .nav-2nd > li > a{text-align: left;color: #999;}
	.nav-box .nav-2nd > li > a:hover{background-color: transparent;}

	/*banner*/
	.banner{margin: 0 0 10px;}

	/******首页******/
	.index-content .content > .con-l{width: 67%;}
	.index-content .content > .con-r{width: 30%;}

	/*选项卡*/
	.tab-box .tab-content .swiper-slide{padding: 0 10px 0 5px;}

	/*快速链接*/
	.fast-links a img{left: 20px;}
	.fast-links a span{left: 70px;max-width: 7em;font-size: 15px;}
}

/*phone:<=767px*/
@media screen and (max-width: 767px){
	/*header*/
	.header{height: 90px;}
	.header .logo{top: 10px;transform: translate(0,0);}
	.header .logo img{max-height: 30px;}
	/*搜索栏*/
	.search-wrap{right: auto;left: 0;top: 50px;width: 200px;transform: translate(0,0);}

	/*banner*/
	.banner .swiper-slide{padding-top: 50%;}
	.banner .swiper-pagination{bottom: 10px;}
	.banner .swiper-pagination-bullet{width: 8px;height: 8px;border-radius: 4px;}
	.banner .swiper-pagination-bullet-active{width: 20px;}
	.banner .btn{width: 20px;height: 40px;background-size: 8px 14px;}

	/*footer*/
	.footer .links a{padding: 0 15px 0 0;margin-bottom: 5px;font-size: 12px;}
	.footer .info{max-width: none;margin-top: 10px;font-size: 12px;}
	.footer .ewm-box{display: none;}

	/******首页******/
	.index-content{min-height: 0;}
	.index-content .content{padding-bottom: 20px;}
	.index-content .content > .con-l{float: none;width: 100%;}
	.index-content .content > .con-r{float: none;width: 100%;margin-top: 15px;}

	/*标题*/
	.index-title{margin-bottom: 10px;}

	/*part2*/
	.part2 > .con-l{float: none;width: 100%;}
	.part2 > .con-r{float: none;width: 100%;margin-top: 10px;}

	/*新闻区*/
	.news-box > .con-l{float: none;width: 100%;}
	.news-box > .con-r{float: none;width: 100%;margin-top: 15px;}
	/*新闻图片轮播*/
	.news-pics .swiper-slide{padding: 0 3%;}
	.news-pics .swiper-slide .tit{width: 94%;margin: 0 3%;}
	.news-pics .swiper-pagination{right: 15px;}

	/*选项卡*/
	.tab-box .tab-content .swiper-slide{padding: 0;}
	.part3 .tab-box .tabs{top: -50px;}

	/*快速链接*/
	.fast-links{overflow: hidden;}
	.fast-links a{float: left;width: 48%;margin: 0 1% 10px;}
	.fast-links a img{left: 15px;}
	.fast-links a span{left: 55px;}

	/******内页******/
	.inpage-content{min-height: 500px;padding: 10px 10px 30px;margin: 20px auto;}
	.inpage-content > .con-l{display: none;}
	.inpage-content > .con-r{margin-left: 0;}
	/*面包屑*/
	.bread{display: none;}
	/*分页*/
	.page{padding: 20px 0;}
	.page > *{height: 26px;padding: 0 7px;margin: 0 2px;line-height: 24px;}

	/*新闻详情*/
	.news-details{padding: 20px 0 40px;}
	.news-details .title{font-size: 18px;line-height: 24px;}
	.news-details .record{margin-top: 5px;font-size: 12px;}

	/*题目分类*/
	.exam-class-box .item .info .links a{margin: 5px;}

	/*留言表单*/
	.message-box .info-form{padding-bottom: 50px;}
	.message-box .info-form .row.w50{width: 100%;}
	.message-box .info-form .yzm-area{width: 100%;}
	.message-box .info-form .yzm-area input[type="text"]{width: calc(100% - 100px);}
	.message-box .info-form .btns-area{right: auto;left: 70px;}
	.message-box .info-form .btns-area .btn{margin: 0 10px 0 0;}
	.message-box .tips-area{margin-top: 20px;}

	/*留言列表*/
	.message-list li .tit{padding: 0 10px;}
	.message-list li .tit:before{left: 0;width: 100%;}
	.message-list li .tit:after{right: 10px;}
	.message-list li.show .tit:after{right: 10px;}
}