@charset "utf-8";
.main {
    width: 100%;
    min-width: 1269px;
    max-width: 1920px;
    margin: 0 auto;
}

.banner,
.banner-item {
    position: relative;
}

.banner,
.banner-container,
.banner-item {
    width: 100%;
    height: 770px;
    overflow: hidden;
    background-color: bisque;
    margin: 0 auto;
}

.banner-item img {
    height: 770px;
}

.banner-item .banner-item-title {
    position: absolute;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 38px;
    left: 360px;
    bottom: 42px;
    font-family: PingFang SC-Medium, PingFang SC;
    z-index: 2;
}

.banner-cover {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    height: 162px;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.banner-nav {
    max-width: 200px;
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 58px;
    right: 360px;
    z-index: 111;
}

.banner-nav li {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    opacity: 0.3;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.banner-nav li.on,
.banner-nav li:hover {
    opacity: 1;
}

.banner-more {
    width: 19px;
    height: 19px;
    position: absolute;
    bottom: 25px;
    right: 360px;
    background: url(../images/more_icon.png) no-repeat center;
}

.xgdt {
    width: 100%;
    margin: 0 auto;
    margin-top: 120px;
}

.xgdt-container {
    width: 1206px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.xgdt-banner {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    position: relative;
}

.xgdt-banner,
.xgdt-banner-item {
    width: 760px;
    height: 621px;
    overflow: hidden;
}

.xgdt-banner .item-img {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.xgdt-banner .item-img img {
    width: 100%;
    min-height: 380px;
}

.xgdt-banner .item-cotent {
    max-width: 720px;
    margin: 0 auto;
    margin-top: 23px;
}

.xgdt-banner .item-cotent .tit {
    font-size: 24px;
    font-weight: 500;
    color: #222222;
    line-height: 28px;
    text-align: center;
}

.xgdt-banner .item-cotent .cot {
    font-size: 16px;
    height: 66px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-top: 9px;
    overflow: hidden;
}

.header-nes {
    width: 200px;
    text-align: center;
    color: #0A56AF;
    font-weight: 400;
    line-height: 14px;
    height: 17px;
    margin: 0 auto;
    margin-top: 24px;
    position: relative;
}

.header-nes::before,
.header-nes::after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #0A56AF;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-nes::before {
    left: -2px;
}

.header-nes::after {
    right: -2px;
}

.xgdt-banner .prev,
.xgdt-banner .next {
    cursor: pointer;
    width: 22px;
    height: 6px;
    position: absolute;
    bottom: 20px;
    z-index: 11;
}

.xgdt-banner .prev {
    left: 20px;
    background: url(../images/banner_left_icon.png) no-repeat center;
}

.xgdt-banner .next {
    right: 20px;
    background: url(../images/banner_right_icon.png) no-repeat center;
}

.xgdt-banner .xgdt-banner-nav {
    max-width: 54px;
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.xgdt-banner-nav li {
    width: 8px;
    height: 3px;
    background: #666666;
    opacity: 0.3;
    margin: 0 2px;
    transition: all 0.3s;
}

.xgdt-banner-nav li.on {
    width: 22px;
    background: #0A56AF;
    opacity: 1;
}

.xgdt-list {
    width: 391px;
}

.xgdt-list .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xgdt-list .title span {
    height: 56px;
    font-size: 40px;
    color: #0A56AF;
    line-height: 47px;
}

.xgdt-list .title .more {
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}

.xgdt-list .list-wrap {
    margin-top: 22px;
}

.xgdt-item {
    padding-bottom: 23px;
    border-bottom: 1px solid #EBEBEB;
    margin-top: 19px;
}

.xgdt-item .day span:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 19px;
}

.xgdt-item .day span:last-child {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.xgdt-item-tit {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    line-height: 21px;
    margin-top: 6px;
}

.xgdt-item-cont {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 5px;
}

.third {
    width: 100%;
    margin: 0 auto;
}

.third-container {
    width: 1206px;
    margin: 0 auto;
    margin-top: 56px !important;
    /* margin-left: 297px; */
    display: flex;
    justify-content: space-between;
}

.notice {
    width: 773px;
}

.title2 {
    /* margin-left: 63px; */
}
.notice i{
    background: url(../images/ICON_02.png);
}

.title2 p {
    height: 56px;
    font-size: 26px;
    /* font-weight: bold; */
    color: #F1584A;
    line-height: 56px;
    font-family: 'PingFang bold';
}

.title2 .more {
    margin-top: 7px;
    height: 22px;
    font-size: 16px;
    color: #222222;
    font-family: 'PingFang bold';
    line-height: 19px;
    padding-right: 40px;
    background: url(../images/more_icon.png) no-repeat center right;
}

.notice-list {
    width: 100%;
    height: 308px;
    margin-top: 22px;
    background-color: #F5F5F6;
    display: flex;
    justify-content: space-between;
}

.list-title {
    width: 400px;
    /* margin-left: 63px; */
    margin-top: 29px;
}

.list-item-title {
    width: 100%;
    height: 44px;
    margin: 20px 0;
    position: relative;
    transition: all 0.3s;
}

.list-item-title:first-of-type {
    margin-top: 10px;
}

.list-item-title::before {
    content: "";
    width: 6px;
    height: 24px;
    background: #F1584A;
    position: absolute;
    left: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.3s;
}

.list-item-title.on .title-cover,
.list-item-title:hover .title-cover {
    opacity: 1;
}

.list-item-title.on,
.list-item-title:hover {
    padding-left: 10px;
}

.list-item-title.on::before,
.list-item-title:hover::before {
    opacity: 1;
}

.list-item-title.on p,
.list-item-title:hover p,
.list-item-title.on span,
.list-item-title:hover span {
    color: #fff;
}

.list-item-title.on span::after,
.list-item-title:hover span::after {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.title-cover {
    position: absolute;
    width: 456px;
    height: 64px;
    background: url(../images/cover-bg.png) no-repeat center;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.list-item-title p {
    height: 25px;
    font-size: 16px;
    font-family: 'PingFang bold';
    font-weight: 500;
    color: #222222;
    line-height: 21px;
    position: sticky;
    z-index: 11;
    transition: all 0.3s;
}

.list-item-title span {
    height: 21px;
    font-size: 16px;
    font-family: DINPro-Regular, DINPro;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
    position: relative;
    z-index: 11;
    transition: all 0.3s;
}

.list-item-title span::after {
    content: "";
    width: 290px;
    height: 1px;
    background: linear-gradient(90deg, #666666 0%, rgba(102, 102, 102, 0) 100%);
    position: absolute;
    /* right: -300px; */
    left: 90px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
}

.notice-list-container {
    width: 340px;
    height: 352px;
    padding: 21px 27px 19px 25px;
    background-color: #6F6F6F;
    color: #fff;
    position: relative;
}

.notice-list-container::after {
    content: "";
    width: 18px;
    height: 308px;
    background-color: #F1584A;
    position: absolute;
    top: 0;
    right: 0;
}

.notice-list-container .list-item {
    width: 100%;
    height: 312px;
    line-height: 24px;
    overflow: hidden;
    white-space: normal;
    text-indent: 2em;
    text-align: justify;
    font-size: 16px;
}

.dowload {
    width: 399px;
}

.dowload .title2 {
    margin-left: 0;
}

.dowload .title2 p {
    color: #FF9787;
}

.dow-list {
    margin-top: 22px;
}

.dow-item {
    width: 100%;
    height: 87px;
    background-color: #F5F5F6;
    position: relative;
    padding: 20px 22px 20px 15px;
    margin: 21.8px 0;
}

.dow-item::before {
    content: "";
    width: 6px;
    height: 63px;
    background: #199DAA;
    position: absolute;
    left: 0;
    top: 0;
}

.dow-tit {
    padding-left: 20px;
    background: url(../images/file_word_icon.png) no-repeat left;
}

.dow-item span {
    font-size: 16px;
    font-family: DINPro-Regular, DINPro;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
}

.four {
    width: 100%;
    margin: 0 auto;
}

.four-container {
    width: 1206px;
    margin: 0 auto;
    margin-top: 38px;
    /* margin-left: 360px; */
    background: url(../images/bumen_pic.png) no-repeat top right;
}
.title-icon {
    display:flex;
    align-items: center;
}

.title-icon i {
    display:block;
    width:44px;
    height:44px;
    background-size:cover !important;
}

.four .title {
    height: 56px;
    font-size: 26px;
    font-family: PingFang SC-Medium, PingFang SC;
    /* font-weight: bold; */
    color: #F6B026;
    line-height: 47px;
}
.four .title i {
    background: url(../images/ICON_01.png);
}

.four .four-content {
    width: 578px;
    margin-top: 51px;
    height: 75px;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
}

.four .more {
    margin-top: 72px;
    height: 19px;
    line-height: 19px;
    font-size: 16px;
    color: #222222;
    padding-right: 40px;
    background: url(../images/more_icon.png) no-repeat center right;
}

.fifth {
    width: 100%;
    margin: 0 auto;
    margin-top: 180px;
    position: relative;
    height: 415px;
}

.fifth-container {
    position: sticky;
    z-index: 11;
}

.fifth-bg {
    position: absolute;
    width: calc(100% - 340px);
    height: 415px;
    background: #F5F5F6;
    right: 0;
    top: 0;
}

.fifth .title3 {
    margin-left: 340px;
}

.title3 .line {
    width: 180px;
    height: 14px;
    background: #66935F;
}

.title3 p {
    margin-top: 26px;
    margin-left: 20px;
    display: inline-block;
    color: #66935F;
}

.title3 .more {
    margin-left: 55px;
}

.fifth-banner {
    height: 173px;
    overflow: hidden;
    margin-top: 32px;
}

.fbanner {
    width: 100%;
    margin: 0 auto;
}

.fbanner .tempWrap {
    width: 100% !important;
}

.fbanner ul {
    padding-top: 10px !important;
}

.fbanner-item {
    width: 382px;
    height: 173px;
    background: #FFFFFF;
    border-left: 6px solid #66935F;
    padding-left: 20px;
    margin-left: 46px;
}

.fbanner-item .name {
    display: flex;
    align-items: center;
}

.fbanner-item .name img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #999999;
    position: relative;
    top: -10px;
}

.fbanner-item .name span {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 500;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #0D2B5E;
    line-height: 21px;
}

.fbanner-item .content {
    margin-top: 9px;
    width: 354px;
    font-size: 14px;
    height: 72px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #2F3134;
    line-height: 24px;
}

.sex .title3 {
    margin-left: 360px;
}

.sex .title3 .line {
    background: #FF5353;
}

.sex .title3 p {
    margin-left: 0;
    color: #FF5353;
}

.sex .fbanner-item {
    border-left: 6px solid #FF5353;
}

.sex .fifth-bg {
    left: 0;
}

.last.fifth {
    height: 100%;
    margin-top: 132px;
}

.last .title3 p {
    display: block;
    color: #EE8B2F;
}

.last .title3 .more {
    margin-left: 20px;
}

.last .line {
    margin-left: 360px;
    width: 177px;
    height: 14px;
    background: #EE8B2F;
}

.last .fifth-banner {
    height: 404px;
    background: #F5F5F6;
}

.last .fbanner {
    margin: 39px auto 70px;
}

.last .fbanner ul {
    padding-top: 0;
}

.last .fbanner-item {
    border: none;
    background: none;
    height: 100%;
    width: 306px;
    padding: 0;
    margin-left: 21px;
}

.last .fbanner-item .time {
    margin-left: 5px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 14px;
    margin-bottom: 6px;
}

.last .fbanner-item .pic-big {
    border-radius: 4px 4px 4px 4px;
    width: 306px;
    height: 208px;
}

.last .fbanner-item img {
    width: 100%;
    height: 208px;
}

.last .fbanner-item a {
    display: block;
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 23px;
    margin-top: 6px;
}
@media screen and (max-width: 1746px) {
    .third-container{
        /* margin-left: 11.6%; */
    }
}
@media screen and (max-width:1537px) {
    .third-container{
        /* margin-left: 6.4%; */
    }
    
}
@media screen and (max-width:1280px) {
    .third-container{
        margin:0 auto;
    }
    
}