@charset "utf-8";

.commonTitle{box-sizing: border-box;position: relative;height: 500px;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;width: 100%;height: 100%;box-sizing: border-box;overflow: hidden;}
.commonTitle .commonContent h3{font-size: 40px;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: 20px;}
.location p{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: #00674c;border-bottom: 3px solid #00674c;}
.commonUl ul li:hover a{color: #00674c;border-bottom: 3px solid #00674c;}

/*列表页*/
.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: #00674c;}
.commonMain .commonList li:hover .tTxt h3{color: #00674c;}

/*图片*/
.common-pic{box-sizing: border-box;overflow: hidden;padding-bottom: 30px;margin-top: 50px;}
.common-pic li{width: 413px;height: auto;float: left;margin: 0 0 30px 30px;box-sizing: border-box;position: relative;background: #FFFFFF;}
.common-pic li:nth-child(3n+1){margin-left: 0;}
.common-pic li a{display: block;}
.common-pic li .pic-img{width: 100%;height: 285px;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;box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.common-pic li:hover .pic-txt h3{color: #00674c;}
.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);}

/*领导*/
.commonMain .leaderUl{box-sizing: border-box;width: 100%;}
.commonMain .leaderUl li{width: 100%;height: auto;box-sizing: border-box;position: relative;margin-bottom: 20px;border-bottom: 1px solid #e7eaed;}
.commonMain .leaderUl li:last-child{border-bottom: none;}
.commonMain .leaderUl li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding-bottom: 20px;overflow: hidden;}
.commonMain .leaderUl li .lImg{float: left;width: 240px;height: auto;overflow: hidden;}
.commonMain .leaderUl li .lImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.commonMain .leaderUl li .lImg 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 .leaderUl li .nTxt{float: right;width: 1140px;box-sizing: border-box;text-align: justify;word-break: break-all;}
.commonMain .leaderUl li .nTxt h3{font-size: 22px;color: #00674c;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.commonMain .leaderUl li .nTxt span{font-size: 20px;color: #00674c;display: block;margin-top: 20px;}
.commonMain .leaderUl li .nTxt p{font-size: 15px;color: #666666;margin-top: 15px;line-height: 30px;}
.commonMain .leaderUl 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 .common-ztzl{width: 100%;box-sizing: border-box;overflow: hidden;margin: 0 0 40px 0;}
.commonMain .common-ztzl li{width: 447px;height: auto;float: left;margin: 0 0 30px 29px;-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: 235px;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: #00674c;font-weight: 600;}

/*历史沿革*/
.commonMain .common-lsyg{box-sizing: border-box;width: 100%;margin: 30px 0 60px;border-left: 1px solid #e7eaed;}
.commonMain .common-lsyg li{width: 100%;box-sizing: border-box;padding-bottom: 20px;margin-bottom: 20px;cursor: pointer;}
.commonMain .common-lsyg li a{display: flex;align-items: center;width: 100%;height: 100%;}
.commonMain .common-lsyg li .lsyg-time{width: 15%;box-sizing: border-box;text-align: center;position: relative;}
.commonMain .common-lsyg li .lsyg-time h3{font-size: 20px;color: #333333;font-weight: bold;}
.commonMain .common-lsyg li .lsyg-time span{position: absolute;left: -8px;top: 0;bottom: 0;margin: auto;width: 16px;height: 16px;border-radius: 100%;box-sizing: border-box;border: 1px solid #00674c;background: #ffffff;}

.commonMain .common-lsyg li .lsyg-img{width: 18%;margin-right: 2%;box-sizing: border-box;text-align: center;position: relative;}
.commonMain .common-lsyg li .lsyg-img img{width: 100%;height: auto;display: block;margin: 0 auto;}

.commonMain .common-lsyg li .lsyg-txt{width: 62%;box-sizing: border-box;position: relative;text-align: justify;}
.commonMain .common-lsyg li .lsyg-txt::before{position: absolute;content: '';width: 100%;height: 1px;left: 0;bottom: -20px;background: #ebf1f1;}
.commonMain .common-lsyg li .lsyg-txt p{font-size: 17px;color: #333333;line-height: 35px;}
.commonMain .common-lsyg li .lsyg-txt i{position: absolute;left: 0;bottom: -20px;width: 0;height: 1px;background: #00674c;}
.commonMain .common-lsyg li:hover .lsyg-time h3{color: #00674c;}
.commonMain .common-lsyg li:hover .lsyg-time span{background: #00674c;}
.commonMain .common-lsyg li:hover i{width: 100%;transition: .5s;}


/*科室介绍*/
.commonMain .depart-h{font-size: 22px;color: #00674c;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: #00674c;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: 240px;height: 50px;line-height: 50px;margin: 0 0 25px 25px;box-sizing: border-box;position: relative;cursor: pointer;border: 1px solid #e2e2e2;}
.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{border-color: #00674c;}
.commonMain .depart-ul li:hover a{color: #00674c;}

.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: 671px;height: 433px;float: left;padding: 35px;box-sizing: border-box;background: #0bb0b3;}
.common-ksjs .ksjs-content .ksjs-txt p{font-size: 16px;color: #ffffff;text-indent: 2em;line-height: 35px;text-align: justify;margin-top: 30px;}
.common-ksjs .ksjs-content .title h3{font-size: 22px;color: #ffffff;}
.common-ksjs .ksjs-content .ksjs-img{float: right;width: 729px;height: 433px;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-ksjs .ksjs-content .ksjs-noImg{float: right;width: 729px;height: 433px;overflow: hidden;background: #ffffff;}
.common-ksjs .ksjs-content .ksjs-noImg a{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.common-ksjs .ksjs-content .ksjs-noImg img{max-width: 100%;max-height: 100%;display: block;margin: 0 auto;}

.common-yhtd{width: 100%;box-sizing: border-box;padding: 50px 0;overflow: hidden;background: #ffffff;}
.common-yhtd .title h3{font-size: 22px;}
.common-yhtd ul{box-sizing: border-box;overflow: hidden;margin-top: 30px;}
.common-yhtd ul li{width: 255px;height: auto;box-sizing: border-box;float: left;border: 1px solid #e2e2e2;margin-left: 31px;}
.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: 20px;position: relative;}
.common-yhtd ul li .dImg{width: 100%;height: 300px;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: #00674c;font-weight: normal;text-align: center;margin-top: 10px;}
.common-yhtd ul li .dTxt p{height: 21px;font-size: 16px;color: #00674c;margin-top: 5px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.common-yhtd ul li .dTxt span{height: 50px;font-size: 15px;color: #999999;margin-top: 12px;display: block;text-align: justify;line-height: 25px;}

.common-yhtd ul li:hover{border-color: #00674c;}
.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;}

.common-ksdt{width: 100%;box-sizing: border-box;padding: 50px 0 80px 0;overflow: hidden;background: #ffffff;}
.common-ksdt .title h3{font-size: 22px;}
.common-ksdt ul{margin-top: 45px;box-sizing: border-box;overflow: hidden;}
.common-ksdt ul li{width: 680px;float: left;box-sizing: border-box;margin: 0 0 35px 40px;padding-bottom: 40px;border-bottom: 1px dashed #b9a567;position: relative;}
.common-ksdt ul li:nth-child(2n+1){margin-left: 0;}
.common-ksdt ul li a{display: block;width: 100%;height: 100%;text-align: justify;}
.common-ksdt ul li h3{font-size: 18px;color: #333333;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.common-ksdt ul li p{font-size: 16px;color: #999999;margin-top: 15px;}
.common-ksdt ul li span{display: block;position: absolute;left: 0;bottom: -2px;width: 51px;height: 3px;background: #b9a567;}
.common-ksdt ul li:hover h3{color: #00674c;}
.common-ksdt ul li:hover p{color: #00674c;}
.common-ksdt ul li:hover span{width: 100%;transition: .5s;}


/*医生介绍*/
.zjjj-two{width: 100%;box-sizing: border-box;}
.zjjj-two .zjjj-tab{width: 100%;box-sizing: border-box;overflow: hidden;}
.zjjj-two .zjjj-tab h3{font-size: 22px;color: #555555;font-weight: 500;float: left;}
.zjjj-two .zjjj-tab a{display: block;float: left;font-size: 22px;color: #555555;font-weight: 500;margin: 0 20px;padding-bottom: 15px;box-sizing: border-box;position: relative;}
.zjjj-two .zjjj-tab a.active{color: #00674c;font-weight: bold;}
.zjjj-two .zjjj-tab a:hover{color: #00674c;font-weight: bold;}
.zjjj-two .zjjj-ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 30px;}
.zjjj-two .zjjj-ul li{float: left;width: 245px;height: 50px;line-height: 50px;text-align: center;margin: 0 0 20px 43px;border-radius: 6px;box-sizing: border-box;border: 1px dashed #dcdcdc;background: #ffffff;}
.zjjj-two .zjjj-ul li:nth-child(5n+1){margin-left: 0;}
.zjjj-two .zjjj-ul li a{display: block;font-size: 16px;color: #333333;box-sizing: border-box;padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.zjjj-two .zjjj-ul li:hover{border-color: #00674c; background: #00674c;}
.zjjj-two .zjjj-ul li:hover a{color: #ffffff;}
.zjjj-two .zjjj-ul li.active{border-color: #00674c; background: #00674c;}
.zjjj-two .zjjj-ul li.active a{color: #ffffff;}
.commonMain .zjjj-h3{font-size: 22px;color: #000000;text-align: center;font-weight: 600;margin-top: 30px;}
.commonMain .doctorUl{width: 100%;box-sizing: border-box;overflow: hidden;padding: 10px 0 50px;margin-top: 0;}
.commonMain .doctorUl li{width: 446px;height: auto;float: left;margin: 0 0 30px 30px;padding: 15px 10px;box-sizing: border-box;position: relative;border: 1px solid rgba(0, 0, 0, .1); box-shadow: 0px 0px 5px rgba(0, 0, 0, .12);overflow: hidden;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.commonMain .doctorUl li:nth-child(3n+1){margin-left: 0;}
.commonMain .doctorUl li a{width: 100%;height: 100%;box-sizing: border-box;display: block;overflow: hidden;}
.commonMain .doctorUl li .dImg{width: 170px;height: 230px;overflow: hidden;float: left;background: #f5f5f5;}
.commonMain .doctorUl li .dImg img{width: 100%;height: auto;display: block;margin: 0 auto;}
.commonMain .doctorUl li .dTxt{width: 230px;height: 230px;float: right;text-align: justify;box-sizing: border-box;}
.commonMain .doctorUl li .dTxt h3{font-size: 20px;color: #00674c;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.commonMain .doctorUl li .dTxt span{display: block;font-size: 16px;color: #00674c;margin-top: 15px;}
.commonMain .doctorUl li .dTxt p{font-size: 14px;color: #666666;line-height: 25px; margin-top: 15px;}

.commonMain .doctorUl li:hover{-webkit-transform: translate(0, -8px);-ms-transform: translate(0, -8px);-o-transform: translate(0, -8px);transform: translate(0, -8px);}
.commonMain .doctorUl li:hover .dTxt h3{color: #00674c;font-weight: bold;}

.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;background: #f5f5f5;}
.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: #00674c;font-weight: 500;text-align: center;margin-top: 15px;}
.experts-main .experts-left p{font-size: 16px;color: #555555;line-height: 35px;text-align: center;}

.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: #222222;font-weight: 600;}
.experts-main .experts-right .experts-title h3 span{font-size: 20px;color: #00674c;display: inline-block;margin-left: 10px;}
.experts-main .experts-right .experts-title h5{font-size: 20px;color: #222222;font-weight: 600;}
.experts-main .experts-right .experts-show{width: 100%;height: 350px;text-align: justify;margin-top: 20px;box-sizing: border-box;}
.experts-main .experts-right .experts-show p{font-size: 18px;color: #333333;line-height: 35px;}

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

/*预约挂号*/
.yygh-main{width: 100%;height: 100vh;display: block;box-sizing: border-box;position: relative;overflow: hidden;}
.yygh-main .yygh-top{width: 100%;height: 70px;box-sizing: border-box;padding: 0 15px;display: flex;align-items: center;justify-content: space-between;background: #00674c;}
.yygh-main .yygh-top .yygh-logo{box-sizing: border-box;}
.yygh-main .yygh-top .yygh-logo a{display: block;}
.yygh-main .yygh-top .yygh-logo a img{width: auto;height: 60px;display: block;}

.yygh-main .yygh-top .yygh-login{display: flex;align-items: center;box-sizing: border-box;}
.yygh-main .yygh-top .yygh-login h3{font-size: 18px;color: #ffffff;font-weight: 500;}
.yygh-main .yygh-top .yygh-login p{font-size: 18px;color: #ffffff;font-weight: 500;margin-left: 20px;}
.yygh-main .yygh-top .yygh-login a{display: block;font-size: 18px;color: #ffffff;font-weight: 500;margin-left: 20px;text-decoration: underline;}
.yygh-main .yygh-top .yygh-login a.yygh-ghjl img{width:25px;height: auto;margin: 0 auto;}
.yygh-main .yygh-top .yygh-login a.yygh-ghjl span{display: inline-block;margin-left: 5px;}

.yygh-main .yygh-top .yygh-return{box-sizing: border-box;}
.yygh-main .yygh-top .yygh-return a{display: block;font-size: 18px;color: #ffffff;font-weight: 500;}

.yygh-main .yygh-content{position: absolute;left: 0;top: 70px;right: 0;bottom: 0;margin: auto;background: #f5f5f5;}
.yygh-main .yygh-content .yygh-left{width: 240px;height: 100%;box-sizing: border-box; background: #ffffff;}
.yygh-main .yygh-content .yygh-title{width: 100%;height: 50px;box-sizing: border-box;background: #e5e5e5;display: flex;align-items: center;padding: 0 15px;display: flex;}
.yygh-main .yygh-content .yygh-title h3{font-size: 18px;color: #00674c;font-weight: 600;}
.yygh-main .yygh-content .yygh-choose{width: 100%;box-sizing: border-box;}
.yygh-main .yygh-content .yygh-choose li{box-sizing: border-box;height: 50px;border-bottom: 1px solid #e5e5e5;}
.yygh-main .yygh-content .yygh-choose li a{display: flex;align-items: center;width: 100%;height: 100%;box-sizing: border-box;padding: 0 15px;}
.yygh-main .yygh-content .yygh-choose li a img{width: auto;height: 18px;display: block;}
.yygh-main .yygh-content .yygh-choose li a h3{font-size: 16px;color: #333333;font-weight: 500;margin-left: 10px;}
.yygh-main .yygh-content .yygh-choose li.active{border-color: #00674c;}
.yygh-main .yygh-content .yygh-choose li.active a h3{color: #00674c;font-weight: bold;}
.yygh-main .yygh-content .yygh-choose li:hover{border-color: #00674c;}
.yygh-main .yygh-content .yygh-choose li:hover a h3{color: #00674c;font-weight: bold;}

.yygh-main .yygh-content .yygh-right{position: absolute;left: 240px;top: 0;right: 0;bottom: 0;box-sizing: border-box;padding: 15px;overflow: auto;}

.yygh-main .yygh-content .yygh-sfz{width: 100%;height: 100%;box-sizing: border-box;display: flex;align-items: center;justify-content: center;}
.yygh-main .yygh-content .yygh-sfz .login-form{width: 470px;padding: 40px 50px;box-sizing: border-box;overflow: hidden;border-radius: 5px;background: #ffffff;}
.yygh-main .yygh-content .yygh-sfz .login-form h3{font-size: 24px;color: #b9a567;font-weight: bold;text-align: center;}
.yygh-main .yygh-content .yygh-sfz .login-form ul{width: 100%;}
.yygh-main .yygh-content .yygh-sfz .login-form ul li{width: 100%;height: 55px;margin-top: 20px;box-sizing: border-box;border-bottom: 1px solid #ecebeb;overflow: hidden;}
.yygh-main .yygh-content .yygh-sfz .login-form ul li h5{float: left;line-height: 55px;font-size: 20px;color: #000003;font-weight: normal;}
.yygh-main .yygh-content .yygh-sfz .login-form ul li .login-input{float: left;width: 300px;line-height: 55px;box-sizing: border-box;background: none;border: none;}
.yygh-main .yygh-content .yygh-sfz .login-form ul li .login-yzm{float: left;width: 150px;line-height: 55px;box-sizing: border-box;background: none;border: none;}
.yygh-main .yygh-content .yygh-sfz .login-form ul li img{display: block;float: right;width: 150px;height: 50px;box-sizing: border-box;background: #f5f5f5;}
.yygh-main .yygh-content .yygh-sfz .login-form ul li input{font-size: 16px;color: #999999;padding: 0 18px;}

.yygh-main .yygh-content .yygh-sfz .login-form .login-btn{width: 100%;height: 50px;line-height: 50px;text-align: center;margin-top: 40px;box-sizing: border-box;border-radius: 5px;background: #00674c;}
.yygh-main .yygh-content .yygh-sfz .login-form .login-btn a{font-size: 18px;color: #ffffff;display: block;}


.yygh-main .yygh-content .right-title{display: flex;align-items: center;}
.yygh-main .yygh-content .right-title img{width: auto;height: 18px;display: block;}
.yygh-main .yygh-content .right-title h3{font-size: 18px;color: #00674c;font-weight: 500;margin-left: 5px;}

.yygh-main .yygh-content .yygh-xzks{width: 100%;box-sizing: border-box;padding: 15px 15px 5px;background: #ffffff;}
.yygh-main .yygh-content .yygh-xzks ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 20px;}
.yygh-main .yygh-content .yygh-xzks ul li{float: left;width: 210px;height: 45px;line-height: 45px;text-align: center;border-radius: 5px;margin: 0 0 15px 15px; box-sizing: border-box;border: 1px solid #b9a567;}
.yygh-main .yygh-content .yygh-xzks ul li:nth-child(7n+1){margin-left: 0;}
.yygh-main .yygh-content .yygh-xzks ul li a{display: block;font-size: 16px;color: #333333;box-sizing: border-box;padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.yygh-main .yygh-content .yygh-xzks ul li.active{background: #b9a567;}
.yygh-main .yygh-content .yygh-xzks ul li.active a{color: #ffffff;font-weight: bold;}
.yygh-main .yygh-content .yygh-xzks ul li:hover{background: #b9a567;}
.yygh-main .yygh-content .yygh-xzks ul li:hover a{color: #ffffff;font-weight: bold;}

.yygh-main .yygh-content .yygh-xzrq{width: 100%;box-sizing: border-box;padding: 15px;margin-top: 15px;background: #ffffff;}
.yygh-main .yygh-content .yygh-xzrq ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 20px;display: flex;align-items: center;justify-content: space-between;}
.yygh-main .yygh-content .yygh-xzrq ul li{float: left;width: 220px;height: auto;text-align: center;box-sizing: border-box;border-radius: 5px;padding: 10px 0;background: #f3f3f3;cursor: pointer;}
.yygh-main .yygh-content .yygh-xzrq ul li p{font-size: 16px;}
.yygh-main .yygh-content .yygh-xzrq ul li span{font-size: 16px;display: block;margin-top: 5px;}
.yygh-main .yygh-content .yygh-xzrq ul li.active p{color: #b9a567;font-weight: bold;}
.yygh-main .yygh-content .yygh-xzrq ul li.active span{color: #00674c;font-weight: bold;}
.yygh-main .yygh-content .yygh-xzrq ul li:hover p{color: #b9a567;font-weight: bold;}
.yygh-main .yygh-content .yygh-xzrq ul li:hover span{color: #00674c;font-weight: bold;}

.yygh-main .yygh-content .yygh-xzys{width: 100%;box-sizing: border-box;padding: 15px;margin-top: 15px;background: #ffffff;}
.yygh-main .yygh-content .yygh-xzys table{width: 100%;margin-top: 20px;border-collapse: collapse;}
.yygh-main .yygh-content .yygh-xzys table th{text-align: center;font-size: 17px;color: #333333;font-weight: 500;border: 1px solid #e0e6ed;background: #f3f3f3;}
.yygh-main .yygh-content .yygh-xzys table td{border: 1px solid #e0e6ed;font-size: 15px;color: #333333;text-align: center;box-sizing: border-box;padding: 5px 10px;background: #ffffff;}
.yygh-main .yygh-content .yygh-xzys table td span{display: inline-block;font-size: 14px;color: #ffffff;box-sizing: border-box;padding: 5px 15px;border-radius: 5px;background: #b9a567;}
.yygh-main .yygh-content .yygh-xzys table td a{display: inline-block;font-size: 14px;color: #ffffff;box-sizing: border-box;padding: 5px 15px;border-radius: 5px;background: #00674c;}

.yygh-main .yygh-content .yygh-model{ display: none;align-items: center;justify-content: center;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;background: rgba(0, 0, 0, .5);z-index: 9;}
.yygh-main .yygh-content .yygh-model .model-content{width: 220px;max-height: 290px;box-sizing: border-box;padding: 10px;background: #ffffff;border-radius: 5px;position: relative;}
.yygh-main .yygh-content .yygh-model .model-content img{width: 100%;height: auto;display: block;margin: 0 auto;}
.yygh-main .yygh-content .yygh-model .model-content h5{font-size: 16px;color: #333333;font-weight: 500;margin-top: 10px;text-align: center;}
.yygh-main .yygh-content .yygh-model .model-content h3{font-size: 20px;color: #333333;font-weight: 500;box-sizing: border-box;padding: 5px;}
.yygh-main .yygh-content .yygh-model .model-content span{cursor: pointer;display: block;position: absolute;left: 0;bottom: -40px;right: 0;margin: auto;width: 30px;height: 30px;background: url(../images/yygh-icon-4.png) center;z-index: 999;}

.yygh-main .fix-model{display: none;width: 620px;position: absolute;top: 0;right: 0;bottom: 0;margin: auto;box-sizing: border-box;padding: 15px 15px 50px;box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5); background: #ffffff;overflow: auto;}
.yygh-main .fix-model .fix-title{box-sizing: border-box;overflow: hidden;}
.yygh-main .fix-model .fix-title h3{font-size: 16px;color: #00674c;font-weight: 600;position: relative;box-sizing: border-box;padding-left: 10px;}
.yygh-main .fix-model .fix-title h3::before{content: '';width: 4px;height: 16px;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;background: #00674c;}

.yygh-main .fix-model .fix-item{width: 100%;box-sizing: border-box;padding: 15px;background: #f5f5f5;border-radius: 5px;margin-bottom: 15px;}
.yygh-main .fix-model .fix-body{width: 100%;box-sizing: border-box;text-align: justify;margin-top: 15px;}
.yygh-main .fix-model .fix-body h5{font-size: 16px;color: #00674c;font-weight: 500;}
.yygh-main .fix-model .fix-body h5 span{color: #555555;}
.yygh-main .fix-model .fix-body p{font-size: 16px;color: #00674c;font-weight: 500;margin-top: 8px;line-height: 25px;}
.yygh-main .fix-model .fix-body p span{color: #555555;}

.yygh-main .fix-model .fix-table{width: 100%;box-sizing: border-box;border: 1px solid #e5e5e5;border-left: none;margin-top: 20px;display: flex;align-items: center;justify-content: space-between;}
.yygh-main .fix-model .fix-table .table-title{text-align: center;box-sizing: border-box;border-left: 1px solid #e5e5e5;}
.yygh-main .fix-model .fix-table .table-title h3{font-size: 16px;color: #333333;font-weight: 500;box-sizing: border-box;padding: 12px 0;}
.yygh-main .fix-model .fix-list{width: 100%;box-sizing: border-box;border: 1px solid #e5e5e5;border-top: none;}
.yygh-main .fix-model .fix-list li{box-sizing: border-box;border-top: 1px solid #e5e5e5;display: flex;align-items: center;justify-content: space-between;}
.yygh-main .fix-model .fix-list li:first-child{border-top: 0;}
.yygh-main .fix-model .fix-list li h5{font-size: 16px;color: #333333;font-weight: 600;box-sizing: border-box;padding: 10px 0;text-align: center;}
.yygh-main .fix-model .fix-list li p{font-size: 16px;color: #f56c6c;font-weight: 500;box-sizing: border-box;padding: 10px 0;text-align: center;}
.yygh-main .fix-model .fix-list li span{font-size: 16px;color: #333333;font-weight: 500;box-sizing: border-box;padding: 10px 0;text-align: center;}
.yygh-main .fix-model .fix-list li a{display: block;box-sizing: border-box;text-align: center;}
.yygh-main .fix-model .fix-list li a i{font-style: normal;font-size: 14px;color: #ffffff;box-sizing: border-box;padding: 5px 15px;border-radius: 5px;background: #00674c;}

.yygh-main .fix-model .fix-btn{width: 100%;box-sizing: border-box;display: flex;align-items: center;justify-content: center;margin: 30px 0 0;}
.yygh-main .fix-model .fix-btn a{display: block;margin: 0 15px;font-size: 16px;color: #ffffff;padding: 10px 25px;box-sizing: border-box;border-radius: 5px;}
.yygh-main .fix-model .fix-btn a.m-sumbit{background: #00674c;}
.yygh-main .fix-model .fix-btn a.m-return{background: #b9a567;}

.yygh-main  .fix-success{display: none;width: 385px;height: auto;position: absolute;left: -10%;top: 10%;right: 0;bottom: 10%;margin: auto;border-radius: 5px;box-sizing: border-box;z-index: 10;padding: 15px;box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5); background: #ffffff;overflow: auto;}
.yygh-main  .fix-success .success-top{width: 100%;box-sizing: border-box;overflow: hidden;text-align: center;}
.yygh-main  .fix-success .success-top img{width: auto;height: 50px;display: block;margin: 0 auto;}
.yygh-main  .fix-success .success-top h3{font-size: 18px;color: #00674c;font-weight: bold;margin-top: 5px;}

.yygh-main .fix-success .success-title{box-sizing: border-box;overflow: hidden;}
.yygh-main .fix-success .success-title h3{font-size: 16px;color: #00674c;font-weight: 500;position: relative;box-sizing: border-box;padding-left: 10px;}
.yygh-main .fix-success .success-title h3::before{content: '';width: 4px;height: 16px;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;background: #00674c;}
.yygh-main .fix-success .success-title h3.s-red{color: #d81e06;}
.yygh-main .fix-success .success-title h3.s-red::before{background: #d81e06;}

.yygh-main .fix-success .success-item{width: 100%;box-sizing: border-box;padding: 15px;background: #f5f5f5;border-radius: 5px;margin-top: 15px;}
.yygh-main .fix-success .success-item .success-center{width: 100%;box-sizing: border-box;}
.yygh-main .fix-success .success-item .success-center li{margin-top: 12px;display: flex;align-items: center;justify-content: space-between;}
.yygh-main .fix-success .success-item .success-center li span{font-size: 15px;color: #666666;}
.yygh-main .fix-success .success-item .success-center li h5{font-size: 15px;color: #111111;font-weight: 500;}

.yygh-main .fix-success .success-item .success-content{width: 100%;box-sizing: border-box;text-align: justify;margin-top: 10px;}
.yygh-main .fix-success .success-item .success-content p{font-size: 15px;color: #d81e06;line-height: 25px;}

.yygh-main .fix-success .success-btn{width: 100%;box-sizing: border-box;display: flex;align-items: center;justify-content: center;margin: 20px 0 0;}
.yygh-main .fix-success .success-btn a{display: block;margin: 0 15px;font-size: 16px;color: #ffffff;padding: 8px 25px;box-sizing: border-box;border-radius: 5px;}
.yygh-main .fix-success .success-btn a.m-sumbit{background: #00674c;}
.yygh-main .fix-success .success-btn a.m-return{background: #b9a567;}

.yygh-main  .fix-ghjl{display: none;width: 385px;height: auto;position: absolute;left: -10%;top: 10%;right: 0;bottom: 10%;margin: auto;border-radius: 5px;box-sizing: border-box;padding: 15px 15px 70px;box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5); background: #ffffff;overflow: auto;z-index: 10;}

.yygh-main .fix-ghjl .ghjl-title{box-sizing: border-box;overflow: hidden;}
.yygh-main .fix-ghjl .ghjl-title h3{font-size: 18px;color: #00674c;font-weight: 600;position: relative;box-sizing: border-box;padding-left: 10px;}
.yygh-main .fix-ghjl .ghjl-title h3::before{content: '';width: 4px;height: 16px;position: absolute;left: 0;top: 2px;bottom: 0;margin: auto;background: #00674c;}

.yygh-main  .fix-ghjl .ghjl-content{width: 100%;box-sizing: border-box;}
.yygh-main  .fix-ghjl .ghjl-content .ghjl-item{width: 100%;display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;padding: 15px;overflow: hidden;background: #f5f5f5;border-radius: 5px;margin-top: 15px;}
.yygh-main  .fix-ghjl .ghjl-content .ghjl-item .ghjl-txt{width: 80%;box-sizing: border-box;}
.yygh-main  .fix-ghjl .ghjl-content .ghjl-item .ghjl-txt h3{font-size: 16px;color: #00674c;font-weight: 500;}
.yygh-main  .fix-ghjl .ghjl-content .ghjl-item .ghjl-txt h5{font-size: 15px;color: #333333;font-weight: 500;line-height: 28px;}
.yygh-main  .fix-ghjl .ghjl-content .ghjl-item .ghjl-txt h5 i{display: inline-block;font-style: normal;font-size: 14px;margin-left: 10px;color: #555555;}
.yygh-main  .fix-ghjl .ghjl-content .ghjl-item .ghjl-txt p{font-size: 14px;color: #555555;}

.yygh-main  .fix-ghjl .ghjl-content .ghjl-item .ghjl-right{width: 20%;box-sizing: border-box;text-align: center;}
.yygh-main  .fix-ghjl .ghjl-content .ghjl-item .ghjl-right span{display: block;font-size: 12px;padding: 4px 8px;box-sizing: border-box;border-radius: 3px;}
.yygh-main  .fix-ghjl .ghjl-content .ghjl-item .ghjl-right span.g-yes{color: #ffffff;background: #00674c;}
.yygh-main  .fix-ghjl .ghjl-content .ghjl-item .ghjl-right span.g-no{color: #ffffff;background: #999999;}
.yygh-main  .fix-ghjl .ghjl-content .ghjl-item .ghjl-right a{display: block;font-size: 12px;color: #ffffff;padding: 4px 8px;margin-top: 15px;box-sizing: border-box;border-radius: 3px;background: #b9a567;}

.yygh-main .fix-ghjl .ghjl-btn{width: 100%;box-sizing: border-box;display: flex;align-items: center;justify-content: center;position: absolute;left: 0;bottom: 20px;right: 0;margin: auto;}
.yygh-main .fix-ghjl .ghjl-btn a{display: block;margin: 0 15px;font-size: 16px;color: #ffffff;padding: 8px 25px;box-sizing: border-box;border-radius: 5px;letter-spacing: 3px;}
.yygh-main .fix-ghjl .ghjl-btn a.m-sumbit{background: #00674c;}
.yygh-main .fix-ghjl .ghjl-btn a.m-return{background: #b9a567;}

.fix-mask{display: none;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;box-sizing: border-box;background: rgba(0, 0, 0, .5);z-index: 9;}

.yygh-main .fix-jyxz{display: none;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;background: rgba(0, 0, 0, .5);z-index: 9;}
.yygh-main .fix-jyxz .jyxz-content{width: 415px;box-sizing: border-box;padding: 10px;background: #ffffff;border-radius: 5px;position: absolute;left: 0;top: 10%;right: 0;bottom: 10%;margin: auto;}
.yygh-main .fix-jyxz .jyxz-title{box-sizing: border-box;overflow: hidden;text-align: center;}
.yygh-main .fix-jyxz .jyxz-title h3{font-size: 20px;color: #d81e06;font-weight: 600;}
.yygh-main .fix-jyxz .jyxz-body{width: 100%;height: 550px;box-sizing: border-box;padding: 0 10px;text-align: justify;margin-top: 15px;overflow: auto;}
.yygh-main .fix-jyxz .jyxz-body p{font-size: 18px;color: #d81e06;line-height: 30px;}

.yygh-main .fix-jyxz .jyxz-btn{width: 100%;box-sizing: border-box;display: flex;align-items: center;justify-content: center;margin: 20px 0 0;}
.yygh-main .fix-jyxz .jyxz-btn a{display: block;margin: 0 15px;font-size: 16px;color: #ffffff;padding: 8px 25px;box-sizing: border-box;border-radius: 5px;background: #b9a567;}


/*搜索页*/
.noSearch{font-size: 16px;color: #333333;margin-top:30px;text-align: center;}
.scontainer{width: 1300px;margin: 0 auto;}
.sHeader{width: 100%;height: 360px;box-sizing: border-box;overflow: hidden;background: url(../images/common-bg.jpg) center no-repeat;background-size: cover;}
.sHeader .s-main{width: 100%;height: 100%;padding: 30px 0 80px 0;box-sizing: border-box;}
.sHeader .sHeader-top{width: 100%;box-sizing: border-box;overflow: hidden;display: flex;align-items: center;justify-content: space-between;}
.sHeader .sLogo{width: auto;box-sizing: border-box;overflow: hidden;}
.sHeader .sLogo a{display: block;box-sizing: border-box;}
.sHeader .sLogo img{width: auto;height: auto;display: block;margin: 0 auto;}
.sHeader .sReturn{box-sizing: border-box;overflow: hidden;}
.sHeader .sReturn a{width: 120px;height: 45px;line-height: 45px;display: block;font-size: 16px;color: #00674c;border-radius: 5px;text-align: center;float: left;background: #f5f5f5;}


.sHeader .sSearch{width: 100%;box-sizing: border-box;margin: 80px 0 10px 0; position: relative;overflow: hidden;text-align: center;}
.sHeader .sSearch input{border: none;box-sizing: border-box;padding: 0 20px;display: inline-block;margin: 0 10px;border-radius: 2px;background: #ffffff;}
.sHeader .sSearch .searchTxt{width: 480px;height: 50px;font-size: 16px;color: #333333;}
.sHeader .sSearch input[type='submit']{width: 130px;height: 50px;font-size: 18px;color: #00674c;background: #ffffff;cursor: pointer;}

.sContent{width: 100%;box-sizing: border-box;padding: 40px 0 80px 0;overflow: hidden;}
.hidden{display: none!important;}
.sContent .sTitle{width: 100%;padding: 15px 20px; box-sizing: border-box;background: #4f7ec9;overflow: hidden;}
.sContent .sTitle a{display: block;font-size: 18px;float: left;color: #ffffff;}
.sContent .sTitle a i{font-style: normal;display: inline-block;margin: 0 5px;}
.sContent .newsUl{box-sizing: border-box;width: 100%;padding: 10px 0 35px 0;margin-top: 30px;}
.sContent .newsUl li{width: 100%;height: auto;box-sizing: border-box;padding-bottom: 20px;margin-bottom: 20px;overflow: hidden;border-bottom: 1px dashed #dedede;}
.sContent .newsUl li .tTxt{float: right;width: 100%;box-sizing: border-box;text-align: justify;word-break: break-all;}
.sContent .newsUl li .tTxt h3{font-size: 22px;color: #333333;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sContent .newsUl li .tTxt h3 a{color: #333333;}
.sContent .newsUl li .tTxt p{font-size: 16px;color: #666666;margin-top: 15px;line-height: 30px;}
.sContent .newsUl li .tTxt h3 span{display: inline-block;font-size: 22px;}
.sContent .newsUl li .tTxt p span{display: inline-block;font-size: 16px;}
.sContent .newsUl li .nSpan{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 10px;}
.sContent .newsUl li .nSpan summary{display: block;float: left;font-size: 14px;color: #999999;margin-right: 20px;}
.sContent .newsUl li .nSpan summary span{display: inline-block;}
.sContent .newsUl li .nLocation{width: 100%;box-sizing: border-box;margin-top: 15px;}
.sContent .newsUl li .nLocation summary{display: block;font-size: 14px;color: #999999;}
.sContent .newsUl li .nLocation summary a{color: #00674c;}
.sContent .newsUl li .nLocation summary a span{display: inline-block;}
.sContent .newsUl li .nLocation i{font-family: '宋体';font-style: normal;display: inline-block;margin: 0 5px;}
.sContent .newsUl 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);}
.sContent .newsUl li:hover .nTxt h3 a{color: #00674c;}
.sContent .newsUl li:hover .tTxt h3 a{color: #00674c;}

.sFooter{width: 100%;height: auto;padding: 40px 0; box-sizing: border-box;overflow: hidden;background: #00674c;}
.sFooter p{font-size: 14px;color: #ffffff;text-align: center;}


/*详情页*/
.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;}
.showTitle h5{font-size: 16px;color: #666666;font-weight: 500;margin-top: 15px;}
.showTitle .showInfo{box-sizing: border-box;height: 31px;margin-top: 30px;}
.showTitle .showInfo p{display: block;float: left;line-height: 24px;font-size: 14px;color: #999999;}
.showTitle .showInfo p b{display: inline-block;color: #666666;margin-right: 25px;font-weight: normal;}
.showTitle .showInfo p .showInfoBM { color:#666666;}
.showTitle .showInfo .showShare{float: right;box-sizing: border-box;}
.showTitle .showInfo .showShare span{float: left; display: block;font-size: 14px;line-height: 24px;color: #999999;box-sizing: border-box;}
.showTitle .showInfo .showShare .share{float: left;box-sizing: border-box;}
.showTitle .showInfo .showShare .share a{display: inline-block;width: 24px;font-size: 14px;color: #666666;height: 24px;line-height: 24px;margin: 0 0 6px; box-sizing: border-box;padding-left: 30px;}
.showTitle .showInfo .showShare .share .help{text-align: center;box-sizing: border-box;overflow: hidden;padding: 0 10px;}
.showTitle .showInfo .showShare .share a:before{content: '';}
.showTitle .showInfo .showShare .share a p{font-size: 12px;}
.showTitle .showInfo .showShare .share a.share-wx{background: url(../images/shareWechat.png) left no-repeat;}
.showTitle .showInfo .showShare .share a.share-tsina{background: url(../images/shareWeibo.png) left no-repeat;}
.showTitle .showInfo .showShare .share a.share-qzone{background: url(../images/shareQzone.png) left no-repeat;}

.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: #00674c;}
.newsPage .newsPageContent a.current{color: #FFFFFF;background: #00674c;}
.newsPage .newsPageContent a:hover{color: #FFFFFF;background: #00674c;}
.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;}