
.box-new {
    display: flex;
    justify-content: center;
    margin: 38px 0;
}

.new-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-top1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title {
    display: flex;
    align-items: center;
}

.title span:nth-child(2) {
    font-weight: bold;
    font-size: 30px;
    color: #232323;
    margin: 0 20px;
}

.title span:nth-child(3) {
    font-weight: 400;
    font-size: 18px;
    color: var(--varColor);
}

.line {
    width: 926px;
    height: 1px;
    background: var(--varColor);
}

.line1 {
    width: 200px;
    height: 1px;
    background: var(--varColor);
}

.more {
    font-weight: 400;
    font-size: 14px;
    color: var(--varColor);
    border-radius: 6px;
    border: 1px solid var(--varColor);
    padding: 5px;
    margin-left: 20px;
}

.new-content {
    margin-top: 40px;
    display: flex;
    width: 100%;
}

.news-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-box>div{
    margin-right: 0;
}

.item {
    width: 534px;
    margin-bottom: 30px;
    margin-right: 40px;
}
.item .img{
    height: 336px;
}

.item-line {
    width: 390px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
}

.new-item {
    padding: 20px;
    box-shadow: 5px 5px 5px 0 #ccc;
}

.item-time {
    font-weight: bold;
    font-size: 14px;
    color: var(--varColor);
}

.item-title {
    font-weight: 600;
    font-size: 18px;
    color: #242424;
    margin: 20px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.item-msg {
    font-weight: 400;
    font-size: 14px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.item-more {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.more-text {
    font-weight: 400;
    font-size: 16px;
    color: var(--varColor);
    margin-left: 10px;
}

.notice {
    width: 100%;
    height: 469px;
    background: url('../img/tzggbg.png');
    display: flex;
    justify-content: center;
}

.notice-content {
    margin-top: 58px;
}

.notice-item {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ul {
    width: 430px;
    height: 115px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.li-left {
    width: 105px;
    height: 70px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #d2d2d2;
}

.li-left div:nth-child(1) {

    font-weight: 400;
    font-size: 36px;
    color: var(--varColor);
}

.li-left div:nth-child(2) {

    font-weight: 400;
    font-size: 14px;
    color: var(--varColor);
}

.li-right {
    width: 266px;
    margin-left: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 36px;
}

.special {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.special-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.special-title span:nth-child(1) {
    font-weight: bold;
    font-size: 30px;
    color: #232323;
    margin: 0 20px;
}

.special-title span:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    color: var(--varColor);
}

.special-content {
    position: relative;
    width: 100%;
    height: 190px;
    background: #F2F2F2;
    margin: 30px 0;
    padding: 17px 0;
    box-sizing: border-box;
}
#special{
    margin: 0 80px;
}
#special .img{
    height: 155px;
}
.special-content .swiper-button-black{
    opacity: .4;
}
.special-content .swiper-button-prev{
    left: 25px;
}
.special-content .swiper-button-next{
    right: 25px;
}

.scientific {
    display: flex;
    justify-content: center;
    background: #F7F7F7;
}

.scientific-item {
    width: 400px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #242424;
    padding: 30px 20px;
}

.select {
    background-color: #fff;
    border-left: 3px solid var(--varColor);
    margin-bottom: 20px;
}

.scientific-left{
    margin-top: 20px;
}

.scientific-right {
    width: 787px;
    height: 614px;
    background: url('../img/bg1.png');
    display: flex;
    align-items: center;
}
.scientific-right .img{
    width: 782px;
    height: 515px;
    margin-left: -100px;
    display: none;
}
.scientific-right .img.on{
    display: block;
}

.scientific-box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.profile {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.profile-content {
    display: flex;
    justify-content: space-between;
}
.profile-content>div{
    width: 48.5%;
}

ul li::marker {
    color: var(--varColor);
}

.profile-item {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}
.profile-item .img{
    min-width: 197px;
    width: 197px;
    height: 130px;
}
.profile-item-content {
    width: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.link {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.link-item {
    margin: 20px 0;
    display: flex;
}

.item-lable {
    border-right: 1px dashed var(--varColor);
    padding-right: 25px;
    margin-right: 25px;
    font-size: 18px;
}

.item-lable:last-child {
    border-right: none;
}

.download{
    margin-top: 30px;
}
.download li{
    margin-top: 20px;
    font-size: 18px;
}
.download li span{
    color: #999;
}
.download li p{
    position: relative;
    padding-left: 20px;
    margin-right: 120px;
}
.download li p:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--varColor);
}
