﻿* { box-sizing: border-box; }
body { margin: 0; padding: 0; background-color: #FFFFFF; }
a { text-decoration: none; }

.top_logo { width: 1200px; margin: 0 auto; height: 120px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
.top_logo .rtp { display: flex; flex-direction: row; align-items: center; }
.top_logo .rtp a:link, .top_logo .rtp a:active, .top_logo .rtp a:after, .top_logo .rtp a:visited { color: #282828; font-size: 18px; line-height: 30px; }
.top_logo .rtp a:hover { color: #000000; }
.top_logo .rtp .spc { display: block; padding: 0 15px; }

.top_logo .rtp .sch { height: 40px; background-color: #eeeeee; border-radius: 20px; margin-left: 40px; width: 300px; display: flex; flex-direction: row; align-items: center; padding: 0 10px; }
.top_logo .rtp .sch .ico { border-right: solid 1px #aaaaaa; padding-right: 11px; }
#sch_text { border: none; height: 30px; width: 220px; margin-left: 10px; padding: 0; display: flex; flex-direction: row; align-items: center; background-color: transparent; color: #222222; font-size: 18px; line-height: 24px; }
#sch_text:active, #sch_text:focus { border: none; outline: none; }

#sch_text::placeholder { color: #aaaaaa; font-size: 18px; line-height: 24px; }

.top_nav { display: flex; flex-direction: row; align-items: stretch; height: 60px; justify-content: center; background-color: #046835; width: 100%; }
.top_nav .nav_ul { width: 1200px; display: flex; flex-direction: row; align-items: center; }
.top_nav .nav_ul a:link, .top_nav .nav_ul a:active, .top_nav .nav_ul a:visited { color: #FFFFFF; font-size: 18px; }
.top_nav .nav_ul .li { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 30px; color: #FFFFFF; font-size: 18px; line-height: 24px; flex: 1; height: 100%; position: relative; }
.top_nav .nav_ul .li:hover { background-color: #0f7943; }
.top_nav .nav_ul .li:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.top_nav .nav_ul .li .dropdown-menu { position: absolute; top: 45px; left: 0; min-width: 100%; background-color: #0f7943; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; z-index: 1; list-style: none; padding: 0; }
.top_nav .nav_ul .li .dropdown-menu .dropdown-item { padding: 0; margin: 0; list-style: none; }
.top_nav .nav_ul .li .dropdown-menu .dropdown-item .dropdown-link { display: block; padding: 12px 24px; color: #FFFFFF; font-size: 15px; transition: background-color 0.2s ease; text-align: center; }
.top_nav .nav_ul .li .dropdown-menu .dropdown-item:hover .dropdown-link { background-color: #1e8a53; width: 100%; }


.banner { height: 680px; min-width: 1200px; background-image: url(/Content/tjxd/img/banner.jpg); background-repeat: no-repeat; background-position: center center; }

.foot_pan { display: flex; flex-direction: column; align-content: center; align-items: center; background-color: #3b3b3b; color: #b2b2b2; height: 260px; font-size: 14px; }
.foot_pan .links { border-bottom: solid 1px #6b6b6b; height: 60px; width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: center; width: 1200px; }
.foot_pan .links .body { width: 1200px; }
.foot_pan a:link, .foot_pan a:active, .foot_pan a:visited { color: #b2b2b2; font-size: 14px; }
.foot_pan .copy { display: flex; flex-direction: row; align-items: center; justify-content: space-between; flex: 1; width: 1200px; font-size: 14px; line-height: 25px; }
.foot_pan .line { height: 100px; border-right: solid 1px #6b6b6b; }
.foot_pan .qrcode_li { display: flex; flex-direction: row; align-items: center; }
.foot_pan .qrcode_li .qrcode + .qrcode { margin-left: 27px; }

.service_pan { width: 1200px; height: 100px; margin: 0 auto; display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: relative; }
.service_pan .lfp { width: 810px; height: 200px; display: flex; flex-direction: row; align-items: stretch; background-color: #FFFFFF; border-radius: 8px; box-shadow: 0px 0px 5px #dddddd; position: absolute; top: -100px; left: 0; }
.service_pan .lfp .li { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 30px; flex: 1; }
.service_pan .lfp .li .tt1 { font-size: 20px; color: #282828; line-height: 30px; }
.service_pan .lfp .li .tt2 { font-size: 14px; color: #aaaaaa; line-height: 20px; }
.service_pan .lfp .li + .li { border-left: solid 1px #eeeeee; }
.service_pan .rtp { width: 360px; height: 200px; display: flex; flex-direction: row; align-items: end; background-color: #037e3f; border-radius: 8px; box-shadow: 0px 0px 5px #dddddd; position: absolute; top: -100px; right: 0; }
.service_pan .rtp .pan1 { display: flex; flex-direction: column; align-items: start; padding: 40px 20px 40px 40px; flex: 1; height: 100%; }
.service_pan .rtp .pan1 .mtt { color: #FFFFFF; font-size: 20px; line-height: 40px; }
.service_pan .rtp .pan1 .tt2 { color: #81dfaf; font-size: 16px; line-height: 20px; flex: 1; }
.service_pan .rtp .pan1 .tt3 { color: #FFFFFF; font-size: 16px; line-height: 20px; }
.service_pan .rtp .ico { width: 102px; height: 108px; margin: 0 20px 20px 0; }

.ind_pan1 { display: flex; flex-direction: column; align-items: center; width: 1200px; margin: 30px auto 0 auto; }
.ind_pan1 .tt1 { font-size: 20px; color: #282828; line-height: 40px; }
.ind_pan1 .tt2 { font-size: 16px; color: #555555; line-height: 24px; text-align: center; }

.new_pan { display: flex; flex-direction: row; align-items: stretch; width: 1200px; height: 500px; margin: 30px auto; }
.new_pan .pics { width: 800px; height: 500px; overflow: hidden; }
.new_pan .pics .pic { width: 100%; height: 100%; }
.new_pan .list { display: flex; flex-direction: column; align-items: stretch; background-color: #046835; }
.new_pan .list .li { flex: 1; align-items: stretch; display: flex; flex-direction: row; }
.new_pan .list .li + .li { border-top: solid 1px #81b39a; }
.new_pan .list .li .tt { border-left: solid 5px #046835; flex: 1; padding: 10px 30px; color: #FFFFFF; font-size: 16px; line-height: 24px; align-items: center; justify-content: left; display: flex; flex-direction: row; cursor: pointer; }
.new_pan .list .li .tt.on { border-left: solid 5px #03522a; }
.new_pan .list .li .tt:hover { border-left: solid 5px #03522a; }

.news_pan2 { display: flex; flex-direction: row; align-items: start; width: 1200px; margin: 15px auto; justify-content: space-between; }
.news_pan2 .body { display: flex; flex-direction: column; width: 380px; overflow: hidden; height: 420px; position: relative; }
.news_pan2 .body .ico { width: 380px; height: 260px; }
.news_pan2 .body .info { background-color: #FFFFFF; box-shadow: 0px 0px 5px #dddddd; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; width: 360px; padding: 0 20px; position: absolute; top: 230px; left: 10px; }
.news_pan2 .body .info .tt { border-bottom: solid 1px #eeeeee; height: 60px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
.news_pan2 .body .info .tt .t1 { color: #242625; font-size: 24px; line-height: 30px; }
.news_pan2 .body .info .tt .mr { color: #999999; font-size: 16px; line-height: 30px; }
.news_pan2 .body .info .lk { font-size: 16px; line-height: 40px; color: #282828; height: 40px; display: flex; flex-direction: row; align-items: center; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

.sub_tt { display: flex; flex-direction: row; align-items: center; width: 1200px; margin: 30px auto; justify-content: space-between; border-bottom: solid 1px #eeeeee; }
.sub_tt .tt { font-size: 28px; color: #242625; line-height: 50px; }
.sub_tt .mr { font-size: 14px; color: #bbbbbb; line-height: 20px; width: 74px; height: 26px; border: solid 1px #999999; display: flex; flex-direction: row; align-items: center; justify-content: center; border-radius: 5px; }

.msg_pan { display: flex; flex-direction: row; align-items: center; width: 1200px; height: 500px; margin: 30px auto; background-image: url(/Content/tjxd/img/bg_msg.png); }
.msg_pan .sp1 { display: flex; flex-direction: column; margin: 0 40px; }
.msg_pan .sp1 .bd { background-color: #FFFFFF; width: 422px; height: 260px; display: flex; flex-direction: column; align-items: start; padding: 20px; }
.msg_pan .sp1 .bd .ul { display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; width: 100%; font-size: 16px; line-height: 30px; color: #333333; }
.msg_pan .sp1 .bd .ul .spc { padding: 0 10px; }
.msg_pan .sp1 .bd .ul .li { }
.msg_pan .sp1 .btp { display: flex; flex-direction: row; align-items: center; justify-content: space-around; margin-top: 50px; }
.msg_pan .sp1 .btp .bt1 { width: 160px; height: 50px; background-color: #FFFFFF; border-radius: 25px; color: #282828; font-size: 20px; display: flex; flex-direction: row; align-items: center; justify-content: center; cursor: pointer; }
.msg_pan .sp1 .btp .bt2 { width: 160px; height: 50px; border: solid 1px #FFFFFF; border-radius: 25px; color: #FFFFFF; font-size: 20px; display: flex; flex-direction: row; align-items: center; justify-content: center; cursor: pointer; }

.msg_pan .sp2 { display: flex; flex-direction: column; align-items: center; justify-content: space-around; height: 360px; }
.msg_pan .sp2 .li { display: flex; flex-direction: row; align-items: center; width: 200px; height: 80px; border-radius: 10px; background-color: #FFFFFF; cursor: pointer; }
.msg_pan .sp2 .li .ico { margin: 0 10px; }
.msg_pan .sp2 .li .tt { font-size: 26px; color: #282828; line-height: 30px; }


.keshi_pan { display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 1200px; margin: 30px auto; }

.zhuanjia_pan { display: flex; flex-direction: row; align-items: start; width: 1200px; margin: 15px auto; justify-content: space-between; }
.zhuanjia_pan .body { display: flex; flex-direction: column; align-items: center; width: 380px; overflow: hidden; height: 670px; box-shadow: 0px 0px 5px #dddddd; background-color: #FFFFFF; border-radius: 8px; }
.zhuanjia_pan .body .ico { width: 380px; height: 400px; }
.zhuanjia_pan .body .info { width: 340px; display: flex; flex-direction: column; align-items: start; padding: 10px 0 0 0; flex: 1; border-bottom: solid 5px #FFFFFF; }
.zhuanjia_pan .body .info .t1 { color: #282828; font-size: 26px; line-height: 40px; }
.zhuanjia_pan .body .info .t2 { color: #046835; font-size: 20px; line-height: 50px; }
.zhuanjia_pan .body .info .t3 { color: #555555; font-size: 16px; line-height: 24px; height: 100px; overflow: hidden; }
.zhuanjia_pan .body .info .lk { font-size: 16px; color: #FFFFFF; height: 46px; width: 160px; display: flex; flex-direction: row; align-items: center; justify-content: center; background-color: #046835; border-radius: 23px; margin: 0 auto; }
.zhuanjia_pan .body .info:hover { border-bottom: solid 5px #046835; }

.jkkp_hzxs { display: flex; flex-direction: row; width: 1200px; margin: 30px auto 15px auto; justify-content: space-between; }
.jkkp_hzxs .jkkp_pan { width: 790px; display: flex; flex-direction: column; }
.jkkp_hzxs .jkkp_pan .sub2_tt { display: flex; flex-direction: row; align-items: center; width: 100%; justify-content: space-between; border-bottom: solid 1px #eeeeee; }
.jkkp_hzxs .jkkp_pan .sub2_tt .tt { font-size: 28px; color: #242625; line-height: 50px; }
.jkkp_hzxs .jkkp_pan .sub2_tt .mr { font-size: 14px; color: #bbbbbb; line-height: 20px; width: 74px; height: 26px; border: solid 1px #999999; display: flex; flex-direction: row; align-items: center; justify-content: center; border-radius: 5px; }
.jkkp_hzxs .jkkp_pan .mbd { display: flex; flex-direction: row; align-items: start; justify-content: space-between; padding-top: 30px; }
.jkkp_hzxs .jkkp_pan .mbd .lfp { display: flex; flex-direction: column; width: 400px; }
.jkkp_hzxs .jkkp_pan .mbd .lfp .t1 { font-size: 20px; line-height: 26px; color: #282828; margin: 13px 0; }
.jkkp_hzxs .jkkp_pan .mbd .lfp .t2 { font-size: 16px; line-height: 24px; color: #555555; }

.jkkp_hzxs .jkkp_pan .mbd .rtp { display: flex; flex-direction: column; width: 360px; }
.jkkp_hzxs .jkkp_pan .mbd .rtp .li { display: flex; flex-direction: column; align-items: start; height: 104px; border-bottom: solid 1px #eeeeee; }
.jkkp_hzxs .jkkp_pan .mbd .rtp .li + .li { padding-top: 13px; }
.jkkp_hzxs .jkkp_pan .mbd .rtp .li .t1 { font-size: 20px; line-height: 24px; color: #282828; height: 24px; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.jkkp_hzxs .jkkp_pan .mbd .rtp .li .t2 { font-size: 16px; line-height: 22px; color: #555555; height: 44px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.jkkp_hzxs .hzxs_pan { width: 380px; height: 465px; display: flex; flex-direction: column; border-radius: 10px; overflow: hidden; }
.jkkp_hzxs .hzxs_pan .sub2_tt { display: flex; flex-direction: row; align-items: center; width: 100%; justify-content: space-between; background-color: #046835; padding: 0 20px; }
.jkkp_hzxs .hzxs_pan .sub2_tt .tt { font-size: 28px; color: #FFFFFF; line-height: 50px; }
.jkkp_hzxs .hzxs_pan .sub2_tt .mr { font-size: 14px; color: #FFFFFF; line-height: 20px; width: 74px; height: 26px; border: solid 1px #999999; display: flex; flex-direction: row; align-items: center; justify-content: center; border-radius: 5px; }
.jkkp_hzxs .hzxs_pan .mbd { padding: 20px; background-color: #f5f5f7; }
.jkkp_hzxs .hzxs_pan .mbd .bd { display: flex; flex-direction: column; align-items: start; width: 100%; }
.jkkp_hzxs .hzxs_pan .mbd .bd .li { color: #333333; font-size: 16px; line-height: 282828; line-height: 45px; height: 46px; display: flex; flex-direction: row; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; }
.jkkp_hzxs .hzxs_pan .mbd .bd .li + .li { border-top: solid 1px #eeeeee; }


.contact_us { display: flex; flex-direction: row; align-items: center; width: 1200px; margin: 15px auto; justify-content: center; padding-top: 50px; padding-bottom: 30px; background-image: url(/Content/tjxd/img/bg_contact.png); background-repeat: no-repeat; background-position: center top; }
.contact_us .bd { background-color: #f9f9f9; width: 1020px; height: 530px; border-radius: 20px; box-shadow: 0px 0px 5px #dddddd; display: flex; flex-direction: row; padding: 30px; justify-content: space-between; }

.contact_us .bd .lyb { width: 490px; height: 460px; display: flex; flex-direction: column; }
.contact_us .bd .lyb .t1 { color: #282828; font-size: 24px; line-height: 40px; font-weight: bold; }
.contact_us .bd .lyb .t2 { color: #555555; font-size: 16px; line-height: 25px; }
.contact_us .bd .lyb .up { display: flex; flex-direction: column; flex: 1; justify-content: center; }
.contact_us .bd .lyb .up .li { display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 100%; height: 60px; }
.contact_us .bd .lyb .up .li .ipt { border: solid 1px #eeeeee; width: 230px; height: 40px; border-radius: 20px; padding: 5px; padding-left: 40px; outline: none; background-color: transparent; }
.contact_us .bd .lyb .up .ipt::placeholder { font-size: 16px; color: #555555; }
.contact_us .bd .lyb .up .li .ipt:focus { box-shadow: 0px 0px 5px #dddddd; border: none; background-color: #FFFFFF; }
.contact_us .bd .lyb .up .li .ipt.ipt1 { background-image: url(/Content/tjxd/img/bg_lyb_1.png); background-repeat: no-repeat; background-position: 10px center; }
.contact_us .bd .lyb .up .li .ipt.ipt2 { background-image: url(/Content/tjxd/img/bg_lyb_2.png); background-repeat: no-repeat; background-position: 10px center; }
.contact_us .bd .lyb .up .li .ipt.ipt3 { background-image: url(/Content/tjxd/img/bg_lyb_3.png); background-repeat: no-repeat; background-position: 10px center; }
.contact_us .bd .lyb .up .li .ipt.ipt4 { background-image: url(/Content/tjxd/img/bg_lyb_4.png); background-repeat: no-repeat; background-position: 10px center; }
.contact_us .bd .lyb .up .li .ipt.ipt5 { background-image: url(/Content/tjxd/img/bg_lyb_5.png); background-repeat: no-repeat; background-position: 10px center; }
.contact_us .bd .lyb .up .li .ipt.ipt6 { background-image: url(/Content/tjxd/img/bg_lyb_6.png); background-repeat: no-repeat; background-position: 10px center; }

.contact_us .bd .lyb .up .ipt_area { border: solid 1px #eeeeee; width: 490px; height: 80px; border-radius: 10px; margin-top: 10px; padding: 10px; outline: none; background-color: transparent; }
.contact_us .bd .lyb .up .ipt_area::placeholder { font-size: 16px; color: #555555; }
.contact_us .bd .lyb .up .ipt_area:focus { box-shadow: 0px 0px 5px #dddddd; border: none; background-color: #FFFFFF; }

.contact_us .bd .lyb .bt { width: 230px; height: 50px; display: flex; flex-direction: row; align-items: center; justify-content: center; font-size: 18px; line-height: 25px; color: #FFFFFF; border-radius: 25px; background-color: #046835; cursor: pointer; margin: 0 auto; }

.contact_us .bd .yjjy { width: 360px; height: 460px; background-color: #56a5aa; border-radius: 20px; display: flex; flex-direction: column; padding: 30px; }
.contact_us .bd .yjjy .t1 { color: #FFFFFF; font-size: 24px; line-height: 40px; font-weight: bold; }
.contact_us .bd .yjjy .t2 { color: #deeeef; font-size: 16px; line-height: 25px; }
.contact_us .bd .yjjy .up { display: flex; flex-direction: column; flex: 1; justify-content: center; }
.contact_us .bd .yjjy .up .li { display: flex; flex-direction: row; align-items: center; }
.contact_us .bd .yjjy .up .li .ico { margin-right: 10px; }
.contact_us .bd .yjjy .up .li .tt { font-size: 16px; line-height: 38px; color: #deeeef; }
.contact_us .bd .yjjy .bt { width: 170px; height: 50px; display: flex; flex-direction: row; align-items: center; justify-content: center; font-size: 18px; line-height: 25px; color: #FFFFFF; border-radius: 25px; border: solid 3px #FFFFFF; cursor: pointer; }

.nav_pan { display: flex; flex-direction: row; align-items: center; width: 1200px; margin: 15px auto; border-bottom: solid 1px #eeeeee; height: 50px; font-size: 14px; color: #282828; line-height: 30px; }
.nav_pan .ico { margin-right: 10px; }
.nav_pan a:link, .nav_pan a:active, .nav_pan a:visited { color: #282828; margin: 0 3px; }
.nav_pan span { color: #282828; margin: 0 3px; }

.main_body { display: flex; flex-direction: row; align-items: start; width: 1200px; margin: 15px auto; justify-content: space-between; }
.main_body .left_nav { display: flex; flex-direction: column; align-items: stretch; width: 250px; box-shadow: 0px 0px 5px #dddddd; }
.main_body .right_body { display: flex; flex-direction: column; align-items: center; width: 920px; }
.main_body .left_nav .nav_tt { color: #FFFFFF; font-size: 20px; line-height: 36px; background-color: #046835; display: flex; flex-direction: row; align-items: center; padding-left: 20px; height: 60px; }
.main_body .left_nav .li { color: #333333; font-size: 20px; line-height: 36px; background-color: #ffffff; display: flex; flex-direction: row; align-items: center; margin: 0 20px; height: 68px; }
.main_body .left_nav .li + .li { border-top: solid 1px #eeeeee; }
.main_body .left_nav .li.on { background-image: url(/Content/tjxd/img/ico_nav_right.png); background-position: right center; background-repeat: no-repeat; }
.main_body .left_nav .li:hover { background-image: url(/Content/tjxd/img/ico_nav_right.png); background-position: right center; background-repeat: no-repeat; }

.news_title2 { display: flex; flex-direction: row; align-items: center; width: 100%; height: 60px; border-bottom: solid 1px #eeeeee; }
.news_title2 .tt { font-size: 20px; line-height: 20px; color: #333333; border-left: solid 3px #046835; padding-left: 5px; }

.news_title { display: flex; flex-direction: column; align-items: center; width: 1200px; margin: 15px auto; border-bottom: solid 1px #eeeeee; }
.news_title h1 { font-size: 28px; font-weight: bold; color: #282828; line-height: 60px; }
.news_title .tt2 { display: flex; flex-direction: row; align-items: center; width: 100%; justify-content: space-between; color: #808080; height: 60px; }
.news_title .tt2 .lfp { display: flex; flex-direction: row; align-items: center; }
.news_title .tt2 .lfp div + div { margin-left: 20px; }
.news_title .tt2 .rtp { display: flex; flex-direction: row; align-items: center; }
.news_title .tt2 .rtp .sz + .sz { margin-left: 20px; }

.news_list { display: flex; flex-direction: column; align-items: stretch; width: 100%; }
.news_list .li { display: flex; flex-direction: row; align-items: stretch; margin-top: 30px; }
.news_list .li .pic { width: 230px; height: 142px; background-color: #dcdbe0; margin-right: 30px; }
.news_list .li .pic img { width: 100%; height: 100%; }
.news_list .li .info { display: flex; flex-direction: column; flex: 1; border-bottom: solid 1px #eeeeee; }
.news_list .li .info .tt { font-size: 20px; line-height: 20px; color: #046835; border-left: solid 3px #046835; padding-left: 10px; margin: 15px 0; }
.news_list .li .info .brief { font-size: 14px; line-height: 26px; color: #8d8d8d; }

.video_list { display: flex; flex-direction: row; align-items: stretch; width: 100%; flex-wrap: wrap; justify-content: space-between; }
.video_list .li { display: flex; flex-direction: column; align-items: stretch; margin-top: 30px; width: 445px; box-shadow: 0px 0px 5px #dddddd; }
.video_list .li .pic { width: 445px; height: 274px; background-color: #046835; }
.video_list .li .info { display: flex; flex-direction: column; flex: 1; padding: 0 10px; }
.video_list .li .info .tt { font-size: 20px; line-height: 50px; color: #333333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: 50px; }
.video_list .li .info .brief { font-size: 14px; line-height: 24px; color: #555555; border-bottom: solid 1px #eeeeee; height: 100px; }
.video_list .li .info .pv { font-size: 12px; line-height: 40px; color: #555555; }

.news_body { display: flex; flex-direction: column; width: 1200px; margin: 15px auto; font-size: 18px; color: #282828; line-height: 32px; }
.news_body p { text-indent: 2em; }
.news_body .ts { color: #046835; line-height: 60px; width: 1200px; text-align: right; }

.keshi_info_top { display: flex; flex-direction: row; align-items: start; margin-bottom: 20px; }
.keshi_info_top .photo { width: 550px; height: 340px; border: solid 20px #046835; display: flex; flex-direction: row; align-items: center; justify-content: center; }
.keshi_info_top .info { flex: 1; display: flex; flex-direction: column; align-items: start; }
.keshi_info_top .info .xq { height: 280px; width: 100%; background-color: #f5f5f5; padding: 30px; display: flex; flex-direction: column; align-items: start; }
.keshi_info_top .info .xq .tt { font-size: 24px; color: #222222; line-height: 30px; border-bottom: solid 2px #046835; margin-bottom: 20px; }
.keshi_info_top .info .xq .bd { font-size: 16px; line-height: 30px; color: #333333; }

.keshi_tt { border-bottom: solid 10px #81b39a; width: 80px; align-items: center; display: flex; flex-direction: row; position: relative; height: 40px; margin-bottom: 10px; }
.keshi_tt div { position: absolute; bottom: -15px; left: 5px; }

.doctor_list { display: flex; flex-direction: row; align-items: stretch; width: 1200px; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; }
.doctor_list .li { display: flex; flex-direction: row; align-items: stretch; margin-top: 30px; width: 585px; height: 240px; box-shadow: 0px 0px 5px #dddddd; padding: 20px; }
.doctor_list .li .pic { width: 165px; height: 200px; background-color: #046835; margin-right: 30px; }
.doctor_list .li .info { display: flex; flex-direction: column; flex: 1; padding: 0 10px; flex: 1; align-items: start; }
.doctor_list .li .info .tt { font-size: 20px; line-height: 30px; color: #333333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: 30px; border-bottom: solid 2px #046835; }
.doctor_list .li .info .zc { font-size: 12px; line-height: 50px; color: #555555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.doctor_list .li .info .brief { font-size: 14px; line-height: 25px; color: #555555; flex: 1; overflow: hidden; text-overflow: ellipsis; width: 350px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.doctor_list .li .info .btp { display: flex; flex-direction: row; align-items: center; height: 66px; }
.doctor_list .li .info .btp .bt { width: 120px; height: 40px; flex-direction: row; display: flex; align-items: center; justify-content: center; border: solid 1px #046835; color: #046835; font-size: 16px; line-height: 22px; }
.doctor_list .li .info .btp .bt.on { background-color: #046835; color: #ffffff; margin-right: 60px; }

.doctor_info_top { display: flex; flex-direction: row; align-items: start; margin-bottom: 20px; }
.doctor_info_top .photo { width: 328px; height: 430px; display: flex; flex-direction: row; align-items: center; justify-content: center; background-color: #e9eeec; }
.doctor_info_top .photo .ps { width: 207px; height: 260px; background-color: #046835; border-radius: 60px; border-top-right-radius: 5px; box-shadow: -10px 10px 0px #dddddd; }
.doctor_info_top .info { flex: 1; display: flex; flex-direction: column; align-items: start; }
.doctor_info_top .info .xq { height: 360px; width: 100%; background-color: #f5f5f5; padding: 30px; display: flex; flex-direction: column; align-items: start; }
.doctor_info_top .info .xq .tt { font-size: 24px; color: #222222; line-height: 50px; border-bottom: solid 1px #eeeeee; margin-bottom: 20px; width: 100%; }
.doctor_info_top .info .xq .bd { font-size: 14px; line-height: 26px; color: #555555; margin-bottom: 20px; }

.video_info { width: 720px; height: 405px; background-color: #000000; margin: 40px auto; }

.news_next { display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 1200px; margin: 15px auto; border-top: solid 1px #eeeeee; padding-bottom: 30px; }
.news_next .lk { display: flex; flex-direction: row; align-items: center; }
.news_next .lk a:link, .news_next .lk a:active, .news_next .lk a:visited { font-size: 16px; color: #333333; line-height: 80px; }
.news_next .lk a:hover { color: #046835; }

.page_pan { display: flex; flex-direction: row; align-items: center; width: 100%; margin: 30px 0; justify-content: center; }
.page_pan .li { border: solid 1px #046835; height: 30px; min-width: 30px; display: flex; flex-direction: row; align-items: center; justify-content: center; margin: 0 5px; padding: 0 5px; color: #333333; }
.page_pan .li.on { color: #ffffff; background-color: #046835; }

.page { display: flex; flex-direction: row; align-items: center; width: 100%; margin: 30px 0; justify-content: center; }
.page a:link, .page a:active, .page a:visited { border: solid 1px #046835; height: 30px; min-width: 30px; display: flex; flex-direction: row; align-items: center; justify-content: center; margin: 0 5px; padding: 0 5px; color: #333333; }
.page a.on { color: #ffffff; background-color: #046835; }
