* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    background: #fff;
}

header {
    padding: 15px 0;
    background: linear-gradient(180deg, #004EB5 0%, #729EFA 100%);
    position: relative;
}

.head-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    margin-left: 30px;
}

.head-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 800px;
    height: 100%;
    background: url(../../img/1.png) 0 0 no-repeat;
    background-size: cover;
}

.notice {
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(136, 143, 152, 0.1);
    padding: 9px 0;
}

.notice-new {
    min-width: 120px;
    height: 32px;
    background: #024DB2;
    border-radius: 16px;
    font-size: 14px;
    color: #fff;
}

.notice-new>* {
    margin: 0 2px;
}

.notice-list {
    min-width: 600px;
    font-size: 14px;
    position: relative;
}

.notice-list a {
    color: #313131;
    max-width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.notice-list a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #42a9fe;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s ease;
}

.notice-list a:hover {
    color: #215EB9;
}

.notice-list a:hover::after {
    width: 100%;
}

.notice-list::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #73C4FF;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

.notice-list span {
    color: #707070;
}

.notice-btn {
    min-width: 100px;
    max-width: 200px;
    width: 100%;
}

.notice-btn .btn {
    padding: 0;
    margin: 0 5px;
}

.content {
    position: relative;
}

.content-bg {
    width: 100%;
    height: 400px;
    background: linear-gradient(180deg, #2792ED 0%, rgba(39, 146, 237, 0) 100%);
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.content-box {
    padding: 30px 0;
}

.content-one {
    width: 33%;
}

.content-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.content-img {
    position: relative;
    margin-bottom: 25px;
}

.content-img-font {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    padding: 10px;
}

.content-img-font>a {
    font-size: 14px;
    color: #FFFFFF;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-img-font>a:hover {
    color: #215EB9;
}

.content-img-font span {
    font-size: 12px;
    color: #A0A3B1;
    min-width: 67px;
}

.content-show {
    min-height: 292px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
}

.content-show-head {
    background: linear-gradient(0deg, #FFFFFF 0%, #EDEDED 100%);
    border-radius: 4px 4px 0px 0px;
}

.content-show-choose>div {
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 40%);
    border: 1px solid #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    margin: 7px 0 0 7px;
    padding: 6px 23px;
    cursor: pointer;
}

.content-show-choose .active {
    background: linear-gradient(0deg, #5990C9 0%, #3372B5 100%);
    color: #fff;
}

.content-show-list {
    padding: 0 15px;
    margin: 12px 0;
}

.content-show-list a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #73C4FF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.content-show-list a {
    display: block;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #434343;
    padding-left: 10px;
    position: relative;
}

.content-show-list a::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #42a9fe;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s ease;
}

.content-show-list a:hover {
    color: #215EB9;
}

.content-show-list a:hover:before {
    width: 100%;
}

.content-show-list span {
    font-size: 12px;
    color: #B7B9C3;
    min-width: 67px;
}

.content-show-more {
    font-size: 12px;
    color: #A0A0A0;
    padding: 0 5px;
}

.content-two {
    width: 42%;
}

.content-three {
    width: 20%;
}

.content-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(../../img/5.png) 0 0 no-repeat;
    background-size: cover;
    padding: 0 15px;
    border-radius: 4px;
    overflow: hidden;
}

.content-title h2 {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

.content-title a {
    font-size: 12px;
    color: #FFFFFF;
}

.content-title a:hover {
    color: #2739c1;
}

.content-dynamic-list a {
    font-size: 14px;
    color: #434343;
    max-width: 435px;
    /* width: 100%; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 6px;
}

.content-dynamic-list a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #42a9fe;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s ease;
}

.content-dynamic-list a:hover {
    color: #215EB9;
}

.content-dynamic-list a:hover:after {
    width: 100%;
}

.content-dynamic-list {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 10px 10px 20px;
    position: relative;
}

.content-dynamic-list::after {
    content: url(../../img/6.png);
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.content-dynamic-list span {
    font-size: 12px;
    color: #A0A3B1;
    min-width: 67px;
}

.content-two-top {
    height: 300px;
    overflow: hidden;
    margin-bottom: 15px;
}

.login-head {
    background: #588FC8;
    color: #fff;
    padding: 2px 10px;
}

.login-content {
    padding: 10px 20px 0;
}

.login-content>div {
    margin: 5px 0;
}

.unity-login {
    border: 1px solid #588FC8;
    margin-bottom: 10px;
}

.login-btn .btn {
    padding: 2px 5px;
    border: 1px solid #ccc;
    margin: 0 5px;
    background: #F3F4F8;
}

.login-btn .btn:hover {
    background: #ccc;
}

.login-content input {
    flex: 1;
    outline: 0 none;
}



.table-download {
    width: 100%;
    background: #F4F4F4;
    box-shadow: 0px 1px 0px 0px #D2D2D2;
    border-radius: 0 0 4px 4px;
    margin-bottom: 15px;
}

.download-bg {
    background: url(../../img/8.png) 0 0 no-repeat;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.download-head {
    background: linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 100%);
    box-shadow: 0px 1px 0px 0px #D2D2D2;
    border-radius: 0 0 4px 4px;
    position: relative;
}

.download-head::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #588FC8;
    position: absolute;
    top: 0;
    left: 0;
}

.download-head a {
    color: #707070;
    font-size: 12px;
}

.download-head a:hover {
    color: #2739c1;
}

.download-body div:nth-of-type(1) {
    border-top: 0 none;
}

.download-body {
    padding: 0 10px;
}

.download-list {
    padding: 8px 0;
    border-top: 1px solid #E5E5E5;
}

.download-list a {
    color: #434343;
    font-size: 14px;
    display: block;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.download-list a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #42a9fe;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s ease;
}

.download-list a:hover {
    color: #215EB9;
}

.download-list a:hover:after {
    width: 100%;
}

.download-list span {
    color: #A0A3B1;
    font-size: 12px;
    min-width: 67px;
}

.friend-link {
    width: 100%;
    height: 120px;
    background: url(../../img/9.png) 0 0 no-repeat;
    background-size: cover;
    border-radius: 4px;
    overflow: hidden;
    padding: 25px;
}

.friend-link h2 {
    font-size: 16px;
    font-weight: 700;
    color: #FFFEFE;
    margin-bottom: 20px;
}

.friend-link select {
    width: 100%;
    outline: 0 none;
    text-align: center;
}

footer {
    background: #18366D;
    padding: 15px 0;
}

.foot-font>div {
    margin: 0 20px;
    color: #ffffffcc;
    font-size: 14px;
}

.foot-font>div a {
    color: #ffffffcc;
}

.foot-font>div a:hover {
    color: #215EB9;
}

.head-box a {
    z-index: 1;
}

.head-box h2 {
    z-index: 1;
}

.content-one,
.content-two,
.content-three {
    display: flex;
    flex-direction: column;
}
.content-dynamic-box {
    height: 252px;
    overflow: hidden;
}

.content-two-bottom,
.content-show {
    flex: 1;
}

.friend-link select {
    padding: 5px 0;
    border-radius: 4px;
}



@media screen and (max-width:1023px) {
    .foot-font>div {
        width: 100%;
    }

    .foot-font>div>span {
        display: inline-block;
        width: 50%;
        text-align: right;
    }

    .notice-btn {
        display: none;
    }

    .notice-list {
        margin-left: 20px;
    }


    .content-box>div {
        width: 100%;
    }

    .content-box {
        flex-wrap: wrap;
    }

    .content-two,
    .content-show {
        margin-bottom: 20px;
    }
}

@media screen and (min-width:769px) {
    .notice-list {
        flex: 1;
        min-width: auto;
        margin-left: 20px;
    }
}

@media screen and (max-width:768px) {
    .head-box>h2 {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .head-box a {
        margin: 0 auto 10px;
    }

    .notice-new span {
        font-size: 12px;
    }

    .notice-new img {
        width: 12px;
        height: 12px;
    }

    .notice-new {
        min-width: 90px;
        height: 28px;
    }

    .notice-list {
        min-width: calc(100% - 110px);
    }

    .notice-list span {
        min-width: 78px;
    }
    
}

@media screen and (max-width:430px) {
    .head-box a img {
        width: 260px;
    }

    .head-box>h2 {
        font-size: 22px;
    }
}