@charset "utf-8";
.subbanner {
    min-height: 300px;
    background: url("subanner.png") center center no-repeat;
    padding: 40px 0px;
    background-size: cover;
}

.dqwz ,.dqwz a{
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.lmmc {
    margin: 50px 0px 0px;
    position: relative;
}

.lmmc h2 {
    font-size: 40px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
}

.lmmc::after {
    position: absolute;
    display: block;
    content: "";
    width: 35px;
    height: 3px;
    background: rgb(255, 255, 255);
    left: 0px;
    right: 0px;
    bottom: -35px;
    margin: auto;
}

.ks {
    background: url("bk.png")no-repeat center top;
    padding: 20px 0px 100px;
	background-size: cover;
}

.ks .dome {
    margin-bottom: 30px;
}

.ks .tit {
    font-size: 37px;
    color: rgb(0, 112, 56);
    font-weight: bold;
    /* background: url("kstit-bg.png") center center no-repeat; */
    text-align: center;
    line-height: 60px;
    margin: 35px 0px;
}

.ks ul li {
    float: left;
    width: 24.25%;
    margin-right: 1%;
    background: url("ks-libg.png") center center no-repeat;
    background-size: contain;
    line-height: 47px;
    margin-bottom: 20px;
    padding: 4px 3px;
    box-sizing: border-box;
}

.ks ul li:nth-child(4n) {
    margin-right: 0px;
}

.ks ul li a {
    display: block;
    padding: 0px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ks ul li:hover a {
    background: rgb(217, 170, 123);
    color: rgb(255, 255, 255);
}

.search2 {
    margin-top: 30px;
}

.search2 .text {
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    line-height: 40px;
    border-radius: 5px;
    width: 260px;
    padding: 0px 10px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 40px;
}

.search2 .submit {
    width: 90px;
    height: 42px;
    background: url("search2.png") left 15px center no-repeat rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    letter-spacing: 5px;
    text-indent: 25px;
    line-height: 42px;
}

.search2 input::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.ksjs {
    padding: 60px 0px;
    background: url("ksjs.png") center top  no-repeat;
    background-size: cover;
}

.ksjs .ksimg {
    width: 55%;
}

.ksjs .ksimg img {
    width: 100%;
    height: 410px;
    object-fit: contain;
}

.ksjs .kstxt {
    width: 42%;
    height: 410px;
    overflow: hidden;
}

.ksjs .kstxt p {
    text-indent: 2em;
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 36px;
    text-align: justify;
    padding-right: 10px;
    margin-bottom: 5px;
}

.titks {
    margin-bottom: 50px;
}

.titks h2 {
    color: rgb(37, 37, 37);
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    position: relative;
    float: left;
}

.titks h2::after {
    position: absolute;
    display: block;
    content: "";
    background: url("ksjsimg.png") center center no-repeat;
    width: 90px;
    height: 35px;
    z-index: 9;
    right: -90px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.titks h2 span {
    color: rgb(0, 112, 56);
}

.titks a.more {
    display: block;
    float: right;
    width: 82px;
    height: 30px;
    border: 1px solid rgb(214, 214, 214);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.zjtd {
    padding: 50px 0px 100px;
}

.doctor-list li h2 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    position: relative;
    line-height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 50px;
}

.doctor-list li h2::after {
    display: block;
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: rgb(0, 112, 56);
    bottom: 0px;
    z-index: 999;
}

.doctor-list li p {
    font-size: 14px;
    color: rgb(76, 76, 76);
    margin-top: 25px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 125px;
    text-align: justify;
}

.doctor-list li .xx {
    width: 80px;
    height: 30px;
    border: 1px solid rgb(0, 112, 56);
    display: block;
    text-align: center;
    font-size: 14px;
    color: rgb(71, 71, 71);
    line-height: 30px;
    margin: 20px 0px 0px;
    transition: all 0.5s ease 0s;
}

.doctor-list li:hover .xx {
    color: rgb(228, 246, 255);
    background: rgb(0, 112, 56);
}

.doctor-list li:hover .doctor-img img {
    transform: scale(1.1);
}

.doctor-list li {
    float: left;
    width: 32%;
    /* padding: 0px 10px; */
}

.doctor-list li .doctor-img {
    width: 48%;
    overflow: hidden;
    height: 256px;
}

.doctor-list li .doctor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor-list li .doctor-txt {
    width: 52%;
    padding: 0 20px;
}
.doctor-list li:nth-child(3n) .doctor-txt{
    
}


.tsyl{
	background: url(tsyl-bg.png) no-repeat center center;
	background-size: cover;
	padding: 70px 0 90px;
}
.tsyl .tsyl-title{
	width: 12%;
	background: url(tsyitit.png) no-repeat center left;
	height: 497px;
}

.tsyl .tsyl-title h2 {
    font-size: 28px;
    color: #fff;
    width: 82px;
    height: 100%;
    text-align: center;
    padding: 190px 22px;
    line-height: 32px;
}
.tsyl ul{
	width: 88%;
	float: right;
	padding: 20px 0;
}
.tsyl li{
	float: left;
	width: 49%;
	background: #fff;
	border-bottom: 5px solid #c08f50;
	margin-bottom: 20px;
}
.tsyl li:nth-child(2n){
	margin-left: 2%;
}
.tsyl li h2{
	line-height: 28px;
	font-weight:bold;
	font-size:16px;
	height: 56px;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.tsyl li a{
	display: block;
	padding: 22px 35px;
}
.tsyl li p{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 14px;
	color: #666;
}

.tsyl li:hover{
	background: #c08f50;
}
.tsyl li:hover h2{
	color: #fff;
}
.tsyl li:hover p{
	color: #e2e2e2;
}

.ksxw{
	padding: 70px 0 20px;
}

.ksxw li {
	width: 49%;
	margin: 0 auto;
	padding: 28px 0;
	height: auto;
	float: left;
}
.ksxw li:nth-child(2n) {
	margin-left:2%;
}
.ksxw li span {
    display: block;
    float: left;
    text-align: right;
    width: 10%;
    height: 55px;
    font-size: 14px;
    color: #007038;
    padding-top: 3px;
}

.ksxw li span i {
    font-size: 34px;
    display: block;
    width: 100%;
    text-align: right;
    font-style: normal;
    line-height: 30px;
    color: #007038;
}

.ksxw li a {
    display: block;
    width: 86%;
    border-left: 2px solid #007038;
    float: right;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ksxw li:hover a {
	color: #007038;
	font-weight: bold;
	text-decoration: underline;
}

.jkzd{
	padding: 50px 0 50px 0;
}
.jkzd li{
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
.jkzd li:nth-child(2n){
	margin-left: 2%;
}

.jkzd li h2{
	font-size: 16px;
	color: #2b292e;
	margin-bottom: 15px;
}
.jkzd li p{
	font-size: 14px;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 28px;
	height: 56px;
}

.jkzd li:hover h2,.jkzd li:hover p{
	color:#007038;
}


.sub-blist {
	margin-top: 75px;
	text-align: center;
	font-size: 0;
}
.sub-blist li{
	line-height: 46px;
	display: inline-block;
	border-radius: 5px;
	margin: 0 9px 10px;
	background: #23a464;
}
.sub-blist li:hover,.sub-blist li.active{
	background:#fff;
}
.sub-blist li:hover a,.sub-blist li.active a{
	color:#007038;
	font-weight:bold;
}
.sub-blist li a{
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 0 44px;
}
.list {
	padding: 15px 0;
	background: url(list-bg.png) no-repeat center top;
	background-size: cover;
	min-height: 300px;
}
.list li{
	padding: 35px 0;
	border-bottom: 1px solid #d9d9d9;
}
.list li .img{
	float: left;
	width: 16%;
	height: 130px;
}
.list li .img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.list li .text{
	float: right;
	width: 82%;
}
.list li.noimg .text{
	width:100%;
}
.list li .text h2{
	font-size: 20px;
	color: #040303;
	font-weight: normal;
	line-height: 40px;
}
.list li .text p.time{
	font-size: 14px;
	color: #23a464;
	background: url(time.png) no-repeat left center;
	text-indent: 25px;
	margin: 9px 0;
}
.list li .text p.zy{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.page-list{
	padding: 50px 0;
}

.jk_nav{
    margin: 40px auto;
}
.jk_nav a{
    display: inline-block;
    padding: 0 10px;
    background: #f7f7f7;
    margin-bottom: 5px;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    margin-right: 5px;
}
.jk_nav a:hover{
	color:#007038;
}
.jk_nav a.on{
	background:#007038;
	color:#fff;
}
.jk_nav a.one{
	color:#007038;
	font-weight:bold;
}
.w1200 h1.tit{
	line-height: 1.3;
	color: #292f37;
	font-size: 30px;
	position: relative;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
}
.w1200 .bar{
	font-size: 13px;
	margin: 15px 0;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #dedede;
}
.content .brief img{
	display: inline-block;
	margin: 20px auto;
	width: auto;
	height: auto;
	max-width: 100%;
}
.box{
	background: #fff;
	min-height: 45vh;
	padding: 45px 0;
}

.content p{
	font-size: 17px;
	line-height: 2;
	text-indent: 2em;
	color: #333;
	margin: 5px 0;
	text-align: justify;
	word-wrap: break-word;
	word-break: break-word;
}
.content p video,  .content p.vsbcontent_img img,  .content p img.img_vsb_content, .content p img, .content iframe{
    margin: 0 auto;
    display: block;
    width: 600px;
    height: auto !important;
    max-width: 80%;
    clear: both;
}
.content iframe{
	height: 1000px !important;
	width:80%;
}
.cont p video, .cont iframe{
	margin: 0 auto;
	display: block;
	width: auto;
	height: auto !important;
	max-width: 80%;
}

.list-content .list{
}

.page-list{
	text-align: center;
	padding: 30px 0 0;
}

.page p:first-child{
	border-bottom: 1px solid #dcdcdc;
}
.page{
	margin-top: 40px;
}
.page p,.page p a{
	line-height: 60px;
	margin: 0;
	text-indent: 0;
	color: #555;
	font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.page p:hover a{
	color:#184797;
}

.doc_tit {
	margin:20px auto;
}
.doc_img {
    float: left;
    width: 18%;
    height: 330px;
    position: relative;
    margin: 0 20px 20px 0;
}

.doc_img::after {
    position: absolute;
    display: block;
    content: "";
    background: url("line.png") center center no-repeat;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: auto;
    background-size: 95% 97%;
}

.doc_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.doc_yy{width:120px;text-align: center;margin: 20px;font-size: 16px;line-height: 50px;}
.doc_tit .text {
    float: right;
    width: 50%;
    margin-top: 100px;
    position: relative;
    margin-right: 5%;
}

.doc_tit h2 {
    font-size: 30px;
    color: rgb(0, 86, 43);
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.doc_tit .text .p1 {
    font-size: 17px;
    color: rgb(51, 51, 51);
    line-height: 28px;
    margin: 10px 0px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.doc_tit .text .p2 {
    font-size: 15px;
    color: rgb(102, 102, 102);
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}