/* 头部公共样式 */
.header1 {
    background-color: #FFFFFF;
    height: 168px;
    box-shadow: 0px 4px 4px 0px rgba(6, 91, 81, 0.1);
    width: 100%;
    position: fixed;
    top: -0;
    transition: top 0.3s ease-in-out;
    z-index: 100;
}

.header1 .inner {
    padding: 0;
}

.header1 .inner .fix {
    position: relative;
}

.header1 .inner .fix .logoBox {
    width: 29%;
    height: 87px;
    top: 40px;
    left: 0;
    position: absolute;
}

.header1 .inner .fix .logoBox img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.header1 .inner .fix .tabs {
    float: right;
    margin-top: 5%;
}

.header1 .inner .fix .tabs li {
    float: left;
    height: 34px;
    font-size: 24px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #063C6C;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    padding: 0 5px;
}

.header1 .inner .fix .tabs li a {
    color: #333;
    text-decoration: none;
}
.header1 .inner .fix .tabs li a:hover {
    color: #2395FB;
}

.dropdown-icon {
    display: inline-block;
    font-size: 10px;
    transition: transform 0.3s ease;
}
.nav-select-list-item:hover .dropdown-icon {
    transform: rotate(180deg);
}
.nav-select-list-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    min-width: 100px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}
.dropdown-item {
    display: block;
    padding: 5px 10px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 18px;
}

.dropdown-item:hover {
    background: #f5f5f5;
    color: #2395FB;
}

.header1 .inner .fix .tabs li .select {
    color: #2395FB;
}

.header1 .inner .fix .tabs li:last-child {
    margin-right: 0;
}

.content .banner {
    width: 100%;
    background: url("../images/gzdtDetail.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 168px;
    padding:50px 0 20px;
}

.content .banner .backgText {
    text-align: center;
}

.content .banner .backgText .big {
    font-size: 32px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
}

.content .banner .backgText .textBox {
    width: 70%;
    margin: 20px auto;
}
/* .content .banner .backgText .textBox,
.content .banner .backgText .textBox * {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
} */

.content .banner .backgText .textBox span {
    height: 24px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    position: relative;
}

.content .banner .backgText .textBox .one::before,
.content .banner .backgText .textBox .two::before,
.content .banner .backgText .textBox .three::before {
    content: "";
    /* 必须有内容，即使为空，以创建伪元素 */
    position: absolute;
    top: 0;
    left: -25px;
    width: 20px;
    height: 20px;
    /*  background-image: url("../images/gzdt111.png"); */
    /* 设置伪元素的背景图片 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content .banner .backgText .textBox .one::before {
    background-image: url("../images/gzdt111.png");
}

.content .banner .backgText .textBox .two::before {
    background-image: url("../images/gzdt222.png");
}

.content .banner .backgText .textBox .three::before {
    background-image: url("../images/gzdt333.png");
}

.content {
    /* height: 4367px; */
    background: #FFFFFF;
    margin: 0;
    margin-top: 84px;
}

.content .inner {
    padding: 0;
}

.content .inner .contentBox {
    padding: 60px 100px;
}

.content .inner .contentBox .tit {
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    margin-bottom: 40px;
}

.content .inner .contentBox .borderBox {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.content .inner .contentBox .borderBox .line1 {
    width: 60%;
    height: 2px;
    background-color: #2395FB;
}

.content .inner .contentBox .borderBox .line2 {
    width: 40%;
    height: 1px;
    background-color: #DDDDDD;
    position: relative;

}

.content .inner .contentBox .borderBox .line2::after {
    content: "";
    /* 必须有内容，即使为空，以创建伪元素 */
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    background-color: #2395FB;
}

.content .inner .contentBox .tit span:last-child {
    color: #666666;
}

.content .inner .contentBox .textBox p {
    font-size: 18px!important;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #707070!important;
    line-height: 36px!important;
    text-indent: 2em;
}
/* .content .inner .contentBox .textBox,
.content .inner .contentBox .textBox * {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
} */
.content .inner .contentBox .textBox .onep ,.content .inner .contentBox .textBox .twop{
overflow: hidden;
text-overflow: ellipsis;
/* white-space: nowrap;  */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}
.content .inner .contentBox .textBox .twop{
    -webkit-line-clamp: 10;
}
.content .inner .contentBox .textBox .imgbox {
    width: 62%;
    margin: 20px auto;
    border: 1px solid red;
}

.content .inner .contentBox .textBox .imgbox img {
    width: 100%;
}

.fenye {
    padding-top: 60px;
    padding-bottom: 80px;
}

.fenye ul {

    margin: 0px auto;
    width: fit-content;

}

.fenye ul li {
    float: left;
    padding: 0 10px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    line-height: 32px;
    text-align: center;
    margin-right: 16px;
    color: #ADB1B1;
}

.fenye ul .activefenye {
    background-color: #2395FB;
    color: #FFFFFF;
}


@media (max-width: 1599px) {
    .header1{height: 80px;padding-top: 15px;}
    .header1 .inner .fix .logoBox img{width: 400px;}
    .header1 .inner .fix .tabs{margin-top: 10px}
    .header1 .inner .fix .tabs li{font-size: 20px;margin-right: 10px;}
    .header1 .inner .fix .logoBox{top: -5px;}
    .content{margin-top: 81px;}
    .inner{max-width: 1200px;}
    .content .banner{margin-top: 81px;padding-top: 30px;}
    .content .banner .backgText .big{font-size: 32px;}
    .content .banner .backgText .small{font-size: 18px;}

    .content .banner .tabBox{height: 60px;margin-top: 24px;}
    .content .banner .tabBox li{padding: 20px 0;font-size: 16px;}



    .footer p{font-size: 13px;}
}
