@charset "utf-8";

.commonTitle{box-sizing: border-box;position: relative;height: 320px;width: 100%;background: url(../images/common-bg.jpg) center no-repeat;background-size: cover;}
.commonTitle .container{height: 100%;}
.commonTitle .commonContent{display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;box-sizing: border-box;overflow: hidden;}
.commonTitle .commonContent h3{font-size: 34px;color: #ffffff;font-weight: bold;letter-spacing: 2px;text-shadow: 5px 5px 2px rgba(0, 0, 0, .2);}
.location{width: 100%;position: absolute;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, .3);}
.location p{line-height: 45px;font-size: 16px;color: #ffffff;box-sizing: border-box;overflow: hidden;}
.location p a{color: #ffffff;display: inline-block;margin: 0 5px;}


.commonUl{box-sizing: border-box;width: 100%;height: 65px;border-bottom: 1px solid #d9dfe9;}
.commonUl ul{box-sizing: border-box;overflow: hidden;height: 65px;}
.commonUl ul li{float: left;height: 65px;box-sizing: border-box;}
.commonUl ul li a{display: block;font-size: 20px;color: #000000;font-weight: bold;height: 65px;line-height: 65px;margin: 0 25px;box-sizing: border-box}
.commonUl ul li:first-child a{margin-left: 0;}
.commonUl ul li.active a{color: #015128;border-bottom: 3px solid #015128;}
.commonUl ul li:hover a{color: #015128;border-bottom: 3px solid #015128;}

/*列表页*/
.commonMain{width: 100%;box-sizing: border-box;padding: 50px 0 80px 0;overflow: hidden;background: #ffffff;}

.commonMain .commonList{box-sizing: border-box;width: 100%;margin: 0 0 40px 0;overflow: auto;}
.commonMain .commonList li{width: 100%;height: auto;box-sizing: border-box;position: relative;padding-bottom: 25px;margin-bottom: 20px;border-bottom: 1px dashed #dadada;}
.commonMain .commonList li a{display: block;width: 100%;height: 100%;overflow: hidden; box-sizing: border-box;}
.commonMain .commonList li .nImg{float: left;width: 320px;height: 180px;overflow: hidden;}
.commonMain .commonList li .nImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.commonMain .commonList li .nImg 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;}
.commonMain .commonList li .nTxt{float: right;width: 1060px;box-sizing: border-box;text-align: justify;word-break: break-all;}
.commonMain .commonList li .nTxt h3{font-size: 18px;color: #333333;font-weight: 600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.commonMain .commonList li .nTxt h3 span{font-size: 18px;display: inline-block;margin-top: 0;}
.commonMain .commonList li .nTxt p{font-size: 15px;color: #666666;margin-top: 15px;line-height: 30px;}
.commonMain .commonList li .nTxt p span{font-size: 15px;display: inline-block;margin-top: 0;}
.commonMain .commonList li .nTxt span{font-size: 14px;color: #999999;display: block;margin-top: 25px;}
.commonMain .commonList li .tTxt{float: right;width: 100%;box-sizing: border-box;text-align: justify;word-break: break-all;}
.commonMain .commonList li .tTxt h3{font-size: 18px;color: #333333;font-weight: 600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.commonMain .commonList li .tTxt p{font-size: 15px;color: #666666;margin-top: 15px;line-height: 30px;}
.commonMain .commonList li .tTxt span{font-size: 15px;color: #999999;display: block;margin-top: 25px;}
.commonMain .commonList li .tTxt h3 span{display: inline-block;font-size: 18px;margin-top: 0;}
.commonMain .commonList li .tTxt p span{display: inline-block;font-size: 15px;margin-top: 0;}
.commonMain .commonList 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);}
.commonMain .commonList li:hover .nTxt h3{color: #015128;}
.commonMain .commonList li:hover .tTxt h3{color: #015128;}

/*图片*/
.common-pic{box-sizing: border-box;overflow: hidden;padding-bottom: 50px;}
.common-pic li{width: 335px;height: auto;float: left;margin: 0 0 20px 20px;box-sizing: border-box;position: relative;background: #FFFFFF;}
.common-pic li:nth-child(4n+1){margin-left: 0;}
.common-pic li a{display: block;}
.common-pic li .pic-img{width: 100%;height: 255px;margin: 0 auto; box-sizing: border-box;overflow: hidden;background: #f5f5f5;}
.common-pic li .pic-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.common-pic li .pic-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;}
.common-pic li .pic-txt{box-sizing: border-box;width: 100%;height: 60px;display: flex;align-items: center;justify-content: center;}
.common-pic li .pic-txt h3{font-size: 18px;color: #333333;font-weight: 500;box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.common-pic li:hover .pic-txt h3{color: #015128;}
.common-pic li:hover .pic-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);}

/*领导*/
.common-leader{box-sizing: border-box;overflow: hidden;padding-bottom: 50px;margin-top: 0;}
.common-leader li{box-sizing: border-box;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px dashed #e8e8e8;}
.common-leader li:last-child{border-bottom: none;}
.common-leader li a{display: block;width: 100%;height: 100%;}
.common-leader li h3{font-size: 18px;color: #015128;font-weight: bold;}
.common-leader li p{font-size: 16px;color: #555555;margin-top: 15px;line-height: 30px;}

/*专题专栏*/
.commonMain .common-ztzl{width: 100%;box-sizing: border-box;overflow: hidden;margin: 0 0 40px 0;}
.commonMain .common-ztzl li{width: 446px;height: auto;float: left;margin: 0 0 35px 30px;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.commonMain .common-ztzl li:nth-child(3n+1){margin-left: 0;}
.commonMain .common-ztzl li a{display: block;width: 100%;height: 100%;text-align: justify;}
.commonMain .common-ztzl li .f-img{width: 100%;height: 265px;overflow: hidden;}
.commonMain .common-ztzl li .f-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.commonMain .common-ztzl li .f-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;}
.commonMain .common-ztzl li:hover .f-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);}
.commonMain .common-ztzl li h3{font-size: 18px;color: #333333;font-weight: 500;margin-top: 15px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.commonMain .common-ztzl li:hover h3{color: #015128;font-weight: 600;}



/*科室介绍*/
.commonMain .depart-h{font-size: 22px;color: #015128;font-weight: bold;box-sizing: border-box;margin-bottom: 35px;padding: 0 0 15px 15px;border-bottom: 1px solid #e2e2e2;position: relative;}
.commonMain .depart-h::after{position: absolute;content: '';width: 4px;height: 20px;background: #015128;left: 0;top: 6px;}
.commonMain .depart-ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-bottom: 20px;}
.commonMain .depart-ul li{float: left;width: 260px;height: 50px;line-height: 50px;margin: 0 0 25px 25px;text-align: center; box-sizing: border-box;position: relative;cursor: pointer;background: url(../images/depart-bg-1.png) center;background-size: 100% 100%;}
.commonMain .depart-ul li:nth-child(5n+1){margin-left: 0;}
.commonMain .depart-ul li a{display: block;font-size: 17px;color: #333333;box-sizing: border-box;padding: 0 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.commonMain .depart-ul li:hover{text-align: center;background: url(../images/depart-bg-2.png) center;background-size: 100% 100%;}
.commonMain .depart-ul li:hover a{color: #ffffff;font-weight: bold;}

.common-ksjs{width: 100%;box-sizing: border-box;padding: 50px 0 70px 0;overflow: hidden;background: #f5f5f5;}
.common-ksjs .ksjs-content{width: 100%;box-sizing: border-box;overflow: hidden;}
.common-ksjs .ksjs-content .ksjs-txt{width: 680px;height: 463px;float: left;padding: 35px;box-sizing: border-box;background: #009b4c;}
.common-ksjs .ksjs-content .ksjs-txt p{font-size: 18px;color: #ffffff;text-indent: 2em;line-height: 35px;text-align: justify;margin-top: 30px;}
.common-ksjs .ksjs-content .ksjs-txt a{color: #ffffff;font-size: 32px;font-weight: 500;display: block;}
.common-ksjs .ksjs-content .ksjs-img{float: right;width: 720px;height: 463px;overflow: hidden;background: #ffffff;}
.common-ksjs .ksjs-content .ksjs-img a{display: block;width: 100%;height: 100%;}
.common-ksjs .ksjs-content .ksjs-img img{width: 100%;height: auto;display: block;margin: 0 auto;}

.common-yhtd{width: 100%;box-sizing: border-box;padding: 50px 0 80px 0;overflow: hidden;background: #ffffff;}
.common-yhtd ul{width: 100%;float: left;box-sizing: border-box;overflow: hidden;margin-top: 30px;}
.common-yhtd ul li{width: 256px;height: 416px;margin: 0 0 0 30px;box-sizing: border-box;float: left;border: 1px solid #e2e2e2;}
.common-yhtd ul li:first-child{margin-left: 0;}
.common-yhtd ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 15px;position: relative;}
.common-yhtd ul li .dImg{width: 100%;height: 302px;overflow: hidden;}
.common-yhtd ul li .dImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.common-yhtd ul li .dImg 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;}
.common-yhtd ul li .dTxt{width: 100%;word-break:break-all;box-sizing: border-box;}
.common-yhtd ul li .dTxt h3{font-size: 20px;color: #015128;font-weight: normal;text-align: center;margin-top: 10px;}
.common-yhtd ul li .dTxt p{font-size: 14px;color: #009b4c;margin-top: 5px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.common-yhtd ul li:hover{border-color: #007d75;}
.common-yhtd 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);}
.common-yhtd ul li:hover .dTxt h3{font-weight: bold;}


/*医生介绍*/
.zjjj-search{width: 100%;height: 50px;margin: 0 0 50px;box-sizing: border-box;overflow: hidden;}
.zjjj-search .zjjj-input{width: auto;height: 50px;float: left;display: flex;align-items: center;}
.zjjj-search .zjjj-input span{display: block;font-size: 20px;color: #333333;}
.zjjj-search input{border: none;display: block;background: #f5f8fb;box-sizing: border-box;padding: 0 25px;}
.zjjj-search input.searchTxt{width: 300px;height: 50px;font-size: 17px;color: #333333;line-height: 50px;margin-left: 30px;}
.zjjj-search input.searchBtn{width: 180px;height: 50px;border-radius: 6px;float: right;overflow: hidden;}
.zjjj-search input[type='submit']{background: #852d30;cursor: pointer;font-size: 18px;color: #ffffff;letter-spacing: 2px;}
.commonMain .hidden{display: none;}

.commonMain .zjjs-ul{width: 100%;box-sizing: border-box;overflow: hidden;margin: 30px 0 50px 0;}
.commonMain .zjjs-ul li{width: 256px;height: 400px;margin: 0 0 30px 30px;box-sizing: border-box;float: left;border: 1px solid #e2e2e2;}
.commonMain .zjjs-ul li:nth-child(5n+1){margin-left: 0;}
.commonMain .zjjs-ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 15px;position: relative;}
.commonMain .zjjs-ul li .dImg{width: 100%;height: 302px;overflow: hidden;background: #f5f5f5;}
.commonMain .zjjs-ul li .dImg img{width: 100%;height: auto;display: block;margin: 0 auto;}
.commonMain .zjjs-ul li .dImg 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;}
.commonMain .zjjs-ul li .dTxt{width: 100%;word-break:break-all;box-sizing: border-box;}
.commonMain .zjjs-ul li .dTxt h3{font-size: 20px;color: #015128;font-weight: normal;text-align: center;margin-top: 10px;}
.commonMain .zjjs-ul li .dTxt p{font-size: 14px;color: #009b4c;margin-top: 5px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.commonMain .zjjs-ul li .dTxt p i{font-style: normal;}

.commonMain .zjjs-ul li:hover{border-color: #007d75;}
.commonMain .zjjs-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);}
.commonMain .zjjs-ul li:hover .dTxt h3{font-weight: bold;}

.commonMain .doctorUl{width: 100%;box-sizing: border-box;overflow: hidden;padding: 10px 0 50px;}
.commonMain .doctorUl li{float: left;width: 450px;height: 282px;margin: 0 0 25px 25px;box-sizing: border-box;position: relative;background: url(../images/zjjs-bg-1.jpg) center;background-size: 100% 100%;}
.commonMain .doctorUl li:nth-child(3n+1){margin-left: 0;}
.commonMain .doctorUl li a{display: block;width: 100%;height: 100%;text-align: justify;box-sizing: border-box;padding: 20px;}
.commonMain .doctorUl li a .z-img{float: left;width: 175px;height: 236px;overflow: hidden;}
.commonMain .doctorUl li a .z-img img{width: 100%;height: auto;display: block;margin: 0 auto;}
.commonMain .doctorUl li a .z-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;}
.commonMain .doctorUl li:hover .z-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);}
.commonMain .doctorUl li a .z-txt{float: right;width: 210px;box-sizing: border-box;text-align: justify;}
.commonMain .doctorUl li a .z-txt h3{font-size: 24px;color: #015128;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.commonMain .doctorUl li a .z-txt .z-i{width: 100%;box-sizing: border-box;margin-top: 8px;font-size: 14px;color: #27754d;}
.commonMain .doctorUl li a .z-txt .z-i i{font-style: normal;font-size: 14px;color: #27754d;display: block;line-height: 22px;box-sizing: border-box;padding-left: 20px;background: url(../images/zjjs-bg-5.png) left no-repeat;}
.commonMain .doctorUl li a .z-txt p{font-size: 14px;color: #666666;line-height: 21px;margin-top: 8px;}
.commonMain .doctorUl li a .z-txt span{display: block;font-size: 12px;color: #009b4c;width: 70px;line-height: 25px;text-align: center;margin-top: 10px;background: url(../images/zjjs-bg-3.png) center;background-size: 100% 100%;}
.commonMain .doctorUl li:hover{background: url(../images/zjjs-bg-2.jpg) center;}
.commonMain .doctorUl li:hover a .z-txt span{color: #ffffff;background: url(../images/zjjs-bg-4.png) center;}

.commonMain .search-zjjs{width: 100%;box-sizing: border-box;overflow: hidden;padding: 10px 0 50px;}
.commonMain .search-zjjs li{float: left;width: 338px;height: 215px;margin: 0 0 15px 15px;padding: 15px;box-sizing: border-box;position: relative;background: url(../images/zjjs-bg-1.jpg) center;background-size: 100% 100%;}
.commonMain .search-zjjs li:nth-child(4n+1){margin-left: 0;}
.commonMain .search-zjjs li .zjjs-title{width: 100%;box-sizing: border-box;overflow: hidden;}
.commonMain .search-zjjs li .zjjs-title a{display: flex;width: 100%;align-items: center;justify-content: space-between;padding-bottom: 10px;box-sizing: border-box;border-bottom: 1px solid #edf5f1;}
.commonMain .search-zjjs li .zjjs-title a h3{font-size: 18px;color: #015128;font-weight: 600;}
.commonMain .search-zjjs li .zjjs-title a span{display: block;font-size: 14px;color: #015128;box-sizing: border-box;padding-left: 30px;background: url(../images/more-1.png) left no-repeat;}

.commonMain .search-zjjs li .zjjs-txt{width: 100%;height: 126px; box-sizing: border-box;overflow: hidden;text-align: center;margin-top: 10px;}
.commonMain .search-zjjs li .zjjs-txt a{display: block;float: left;width: 33.33%;font-size: 17px;color: #333333;margin: 20px 0 0;}
.commonMain .search-zjjs li .zjjs-txt a:hover{color: #27754d;}
.commonMain .search-zjjs li:hover{background: url(../images/zjjs-bg-2.jpg) center;background-size: 100% 100%;}

.experts-main{box-sizing: border-box;overflow: hidden;padding: 50px 0 80px 0;background: #ffffff;}
.experts-main .experts-left{width: 300px;height: 593px;float: left;box-sizing: border-box;padding: 25px;box-shadow: 0 0 8px 3px rgba(0, 0, 0, .08);}
.experts-main .experts-left .experts-img{width: 100%;height: 365px;margin: 0 auto;overflow: hidden;}
.experts-main .experts-left .experts-img img{width: 100%;height: auto;display: block;margin: 0 auto;}
.experts-main .experts-left h3{font-size: 24px;color: #015128;font-weight: 500;text-align: center;margin-top: 15px;}
.experts-main .experts-left p{text-align: center;margin-top: 10px;}
.experts-main .experts-left p i{font-style: normal;font-size: 14px;color: #27754d;display: inline-block;line-height: 22px;box-sizing: border-box;padding-left: 20px;background: url(../images/zjjs-bg-5.png) left no-repeat;}

.experts-main .experts-right{width: 1060px;height: 593px;float: right;box-sizing: border-box;padding: 25px;box-shadow: 0 0 8px 3px rgba(0, 0, 0, .08);}
.experts-main .experts-right .experts-title{width: 100%;box-sizing: border-box;overflow: hidden;}
.experts-main .experts-right .experts-title h3{font-size: 24px;color: #015128;font-weight: 600;}
.experts-main .experts-right .experts-title h3 span{font-size: 20px;color: #015128;display: inline-block;margin-left: 10px;}
.experts-main .experts-right .experts-title h5{font-size: 20px;color: #015128;font-weight: 600;}
.experts-main .experts-right .experts-show{width: 100%;height: 312px;text-align: justify;margin-top: 20px;box-sizing: border-box;padding-right: 15px;overflow: auto;margin-bottom: 45px;}
.experts-main .experts-right .experts-show p{font-size: 17px;color: #333333;line-height: 30px;}

.experts-main .experts-right .experts-p{width: 100%;text-align: justify;margin-top: 10px;box-sizing: border-box;padding-right: 15px;}
.experts-main .experts-right .experts-p p{font-size: 17px;color: #333333;line-height: 30px;text-indent: 2em;}




/*搜索页*/
.noSearch{font-size: 16px;color: #333333;margin-top:15px;}
.sTitle{width: 100%;padding: 10px 20px;margin-bottom: 50px;box-sizing: border-box;background: #f5f5f5;overflow: hidden;}
.sTitle h3{font-size: 18px;font-weight: 500;color: #333333;}
.sTitle h3 span{display: inline-block;font-weight: 600;margin: 0 5px;color: #015128;}
.sTitle h3 i{font-style: normal;display: inline-block;margin: 0 5px;color: #015128;}

/*详情页*/
.showMain{width: 100%;box-sizing: border-box;padding: 50px 0 80px 0;background: #ffffff;}
.showWhite{width: 100%;box-sizing: border-box;background: #ffffff;}
.showTitle{box-sizing: border-box;border-bottom: 1px solid #e2e2e2;}
.showTitle h3{font-size: 24px;color: #333333;text-align: center;}
.showTitle h5{font-size: 16px;color: #666666;font-weight: 500;margin-top: 15px;text-align: center;}
.showTitle .showInfo{box-sizing: border-box;height: 35px;margin-top: 30px;text-align: center;}
.showTitle .showInfo p{display: block;line-height: 24px;font-size: 14px;color: #999999;}
.showTitle .showInfo p b{display: inline-block;color: #666666;margin-right: 25px;font-weight: normal;}

.showContent{box-sizing: border-box;font-size: 18px;text-align: justify;padding: 35px 0;overflow: hidden;width: 100%; word-break:break-all}
.showContent p{font-size: 16px;color: #333333;line-height: 35px;}
.showContent img{max-width: 100%;height: auto!important;margin: 10px auto;}
.showDepartment{box-sizing: border-box;font-size: 20px;text-align: justify;padding: 35px 0;overflow: hidden;width: 100%; word-break:break-all}
.showDepartment p{font-size: 16px!important;color: #333333;line-height: 35px!important;}
.showDepartment img{width: auto;max-width: 100%;height: auto;margin: 10px auto;}
.showContent section:first-child{text-align: center;width: 677px;margin: 0 auto!important;}
.showContent section{text-align: center;}
.showContent section img{display: block;margin: 0 auto !important;}
.showContent table{margin: 0 auto!important;width: 800px!important;}
.showContent table tr td{border: 1px solid #d7dde4!important;box-sizing: border-box;padding: 8px;font-size: 16px;}
.showContent .mejs__container {margin: 0 auto;}

.showVideo{width: 100%;height: 751px; box-sizing: border-box;text-align: justify; margin-top: 30px;}
.showVideo video{width: 100%;height: 100%;background: #f3f2ff;}
.showVideo video::-internal-media-controls-download-button{display:none;}
.showVideo video::-webkit-media-controls-enclosure{overflow:hidden;}
.showVideo video::-webkit-media-controls-panel{width: calc(100% + 30px);}

/*医院交通*/
.map-img{width: 100%;height: 600px;box-sizing: border-box;overflow: hidden;}
.map-img a{display: block;}
.map-img a img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}


/*分页*/
.newsPage{width: 100%; box-sizing: border-box;text-align: center;padding: 25px 0;}
.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 span{font-size: 14px;color: #666666;box-sizing: border-box;border-radius: 3px;display: inline-block;cursor: pointer; padding: 8px 15px;border: 1px solid #e2e2e2;}
.newsPage .newsPageContent a.active{color: #FFFFFF;background: #015128;}
.newsPage .newsPageContent a.current{color: #FFFFFF;background: #015128;}
.newsPage .newsPageContent a:hover{color: #FFFFFF;background: #015128;}
.newsPage .newsPageContent select{font-size: 14px;color: #666666;box-sizing: border-box;border-radius: 3px;display: inline-block;border: 1px solid #e2e2e2; cursor: pointer; padding: 8px 15px;background: #ffffff;}


