.head{
    width: 100%;
    position: relative;
}
.head_tpcen,
.head_ctcen,
.nav,
.trunk_cen{
    width: 1450px;
    margin: auto;
}
.head_tp{
    background-color: #077D27;
}
.head_ct{
    background-color: #098E2C;
}
.head_tpcen{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    height: 46px;
}
.head_tpcen p{
    font-size: 14px;
}
.tp_link{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.tp_link>a{
    font-size: 14px;
    margin: 0 15px;
    position: relative;
}
.tp_link>a::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: #fff;
    right: -15px;
}
.tp_link a+a+a::before{
    width: 0;
    height: 0;
}
.head_ctcen{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}
.nav{
    height: 60px;
}
.nav>ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}
.nav>ul>li{
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.nav>ul>li .sub{
    display: none;
    width: 100%;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 2;
}
.nav>ul>li .sub li{
   
    background-color: #ffffff;
    text-align: center;
}
.nav>ul>li .sub li:hover{
    background-color: #E6E6E6;
}
.nav>ul>li .sub a{
    display: block;
    padding: 10px 10px;
    font-size: 16px;
  line-height: 18px;
}
.trunk{
    position: relative;
    background-color: #F2FAF7;
    width: 100%;
    padding-bottom: 30px;
}
.trunk_one{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.xydt{
    width: 980px;
}
.xsdt{
    width: 430px;
}
.zxtz,
.gsgg,
.kycg{
    width: 470px !important;
}
.title{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.title p{
    color: #333333;
    font-size: 30px;
    font-weight: bold;
  font-family: SourceHanSerifSC;
}
.title p span{
    color: #098E2C;
}
.title a{
    font-size: 14px;
    color: #666666;
    position: relative;
    padding-right: 13px;
}
.title a::before{
    content: "";
    position: absolute;
    background: url(../images/more.png) no-repeat;
    width: 102px;
    height: 14px;
    background-size: 102px 14px;
    right: 0;
    bottom: -10px;
}
.xydt_cen{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.xydt_lf{
    width: 520px;
    position: relative;
}
.xydt_lf .bd li{
    background-color: #fff;
    height: 496px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.xydt_lf .bd li .bd_img{
    width: 100%;
    overflow: hidden;
}
.xydt_lf .bd img{
    width: 100%;
}
.xydt_lf .bd p{
        font-size: 18px;
    color: #098E2C;
    font-weight: bold;
    padding: 17px 15px 12px;
    line-height: 22px;
  
}
.xydt_lf .bd span{
    font-size: 14px;
    color: #999999;
    padding: 0 15px;
    width: 100%;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  line-height: 16px;
}
.xydt_lf .hd{
    position: absolute;
    width: 100%;
    bottom: 15px;
}
.xydt_lf .hd ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.xydt_lf .hd li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #098E2C20;
    margin: 0 10px;
}
.xydt_lf .hd li.on{
    background-color: #098E2C;
}
.xydt_lf .prev{
    background: url(../images/lf01.png) no-repeat;
    display: block;
    width: 11px;
    height: 18px;
    position: absolute;
    bottom: 11px;
    left: 195px;
    z-index: 2;
}
.xydt_lf .next{
    background: url(../images/rig01.png) no-repeat;
    display: block;
    width: 10px;
    height: 18px;
    position: absolute;
    bottom: 11px;
    right: 195px;
    z-index: 2;
}
.xydt_rig{
    width: 440px;
}
.xydt_rig li,
.xsdt_cen li,
.inBd li{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
}
.inBd li{
    height: 48.5px !important;
}
.xsdt_cen li,
.inBd li{
    border-bottom: 1px dashed #EBEBEB !important;
}
.xydt_rig li h3,
.xsdt_cen li h3,
.inBd li h3{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 80%;
}
.xydt_rig li p,
.xsdt_cen li p,
.inBd li p{
    font-size: 14px;
    color: #999999;
}
.xsdt_cen,
.zxtz_cen{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 5px 20px;
}
.zxtz_cen .hd{
    margin-top: 15px;
    margin-bottom: 10px;
}
.zxtz_cen .hd ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.zxtz_cen .hd ul li{
    width: 75px;
    height: 40px;
    border: 1px solid #666666;
    margin-right: 16px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #666666;
    border-radius: 5px;
    cursor: pointer;
}
.zxtz_cen .hd ul li:nth-last-child(1){
    margin-right: 0;
}
.zxtz_cen .hd ul li.on{
    color: #098E2C;
    border-color: #098E2C;
}
.trunk_two{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.gsgg .xsdt_cen li h3,
.kycg .xsdt_cen li h3,
.inBd ul li h3{
    padding-left: 15px;
    position: relative;
}
.gsgg .xsdt_cen li h3::before,
.kycg .xsdt_cen li h3::before,
.inBd ul li h3::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 9px;
    background: url(../images/rig01.png) no-repeat;
    background-size: 5px 9px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.foot{
    width: 100%;
    position: relative;
    background-color: #098E2C;
}
.foot .foot_tp{
    width: 1450px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 240px;
    padding-top: 30px;
}
.contact p{
    font-size: 14px;
    color: #fff;
    margin: 17px 0;
    height: 16px;
    position: relative;
}

/* 友情链接 */
.link{
    position: relative;
}
/* 共享样式 */
.link-box {
    position: relative;
    z-index: 1000;
    margin-bottom: 15px;
}
.link-trigger {
    background-color: #098E2C;
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}
.links-container {
    position: absolute;
    width: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    opacity: 0;
}
#friends-links .links-container {
    bottom: 100%;
    right: 0;
}
#campus-links .links-container {
    bottom: 100%;
    left: 0;
}
/* 激活状态 */
.links-container.active {
    max-height: 500px;
    opacity: 1;
    margin-bottom: 10px;
}
.links-content a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}
.links-content a:hover {
    color: #009877;
}
.link-trigger:hover {
    background-color: #098E2C;
}
/* 友情链接 */
.QR_code ul{
    display: flex;
    flex-direction: row;
}
.QR_code ul li{
    text-align: center;
}
.QR_code ul li img{
    width: 120px;
    height: 120px;
  padding: 10px;
    background: #fff;
    border-radius: 5px;
}
.QR_code ul li p{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.foot .foot_bt{
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #077D27;
}
.foot_bt p{
    width: 1550px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    margin: auto;
}
#foot{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin-bottom: 20px;
}
#foot::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    bottom: -10px;
    left: 0;
}
.zyxz li{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.ph-header,
.ph-foot{
    display: none;
}