header {
    margin-bottom: 0;
}

.main_Box {
    /*background-color: #f5f5f5;*/
}

.brancher {
    width: 1440px;
    margin: 0 auto;
    padding: 10px 0;
    /* margin-top: 15px; */
    /*border-bottom: 1px solid #eee;*/

}

.brancher p {
    color: #888;
}

/* 通知公告 */
.notification {
    width: 100%;
    background: #fff;
}


.notification ul {
    margin-top: 15px
}

.notification ul li {
    cursor: pointer;
    padding: 10px 0;
    margin-bottom: 14px;
    display: flex;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    box-shadow: 0 3px 6px #a5b5c033;
    padding: 20px 30px;

}

.notification ul li a {
    width: 100%;
    display: flex;
}
.notification ul li .left {
    width: 80%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 28px;
}

.notification ul li .left:hover {
    color: #007aff
}

.notification ul li .time {
    margin-right: 28px;
    font-size: 16px;
    color: #6aa1ff;
    width: 60px;
    height: 60px;
    border: 1px solid #a4c6ff;
    border-radius: 4px
}

.notification ul li .time span {
    display: block;
    text-align: center
}

.notification ul li .time .line {
    height: 1px;
    background: #b9cff5;
    width: 100%;
}

.notification ul li .time .day {
    font-size: 18px;
    line-height: 32px
}

.notification ul li .time .year {
    font-size: 12px;
    line-height: 24px
}



/* 常见问题 */
.questions {
    width: 100%;
    background: #fff;
}

.questions ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.questions ul li {
    padding: 18px 14px;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    box-shadow: 0 3px 6px #a5b5c033;
    margin-bottom: 10px
}

.questions ul li:hover {
    box-shadow: 0 3px 10px #a5b5c04d
}

.questions ul li:hover .title {
    color: #007aff
}

.questions ul li .img-box {
    float: left
}


.questions ul li .detail {
    width: 100%
}

.questions ul li .detail img {
    width: 20px;
    height: 20px;
}
.questions ul li .detail img {
    width: 22px;
    height: 22px;
}

.questions ul li .detail .detail_list:nth-child(2) img{
    width: 24px;
    height: 24px;
    margin-top: 3px;
}
.questions ul li .detail .detail_list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}


.questions ul li .title {
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-left: 10px;
}

.questions ul li .txt {
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-left: 10px;
}

/* 大赛简介 */
.Technology {
    width: 100%;
    background: #fff;
}

.Technology .clearfix {
    padding: 20px 0;
    width: 100%;
    height: 100%;
}

/* 文章顶部介绍 */
.headList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-family: "简体中文";
    text-align: center;
    border-bottom: 1px solid #eee;

}

.headList_Zoom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-family: "简体中文";
    text-align: center;
}

.headList li,
.headList_Zoom li {
    padding: 10px 40px;
    color: #888;


}

/* 文章标题 */
.mainCont h1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainCont {
    margin-bottom: 50px;
}

/* 相关附件 */
.annex {
    width: 100%;
    margin: 0 auto;
}

.annex p {
    margin-bottom: 10px;
}

.annex li {
    padding: 10px 0;
}

.annex li a {
    color: #1862b2;
}

/* 附件顶部标题 */
.tabsx {
    width: 100%;
    padding: 0 10px 10px 0;
    position: relative;
    overflow: hidden;
}

.tabsx li.active {
    background: #1862b2;
    position: relative;
}

.tabsx li {
    float: left;
    display: block;
    padding: 10px 10px;
}

.tabsx li a {
    display: block;
    padding: 0 0px !important;
}

.tabsx li.active a {

    color: #ffffff;
}

.tabsx:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px;
    bottom: 10px;
    left: 0;
    display: block;
    width: 100%;
}

.pull-right {
    float: right;
}

#Zoom {
    line-height: 2.5;
    padding-top: 20px;
}

#Zoom img {
    display: block;
    margin: 0 auto !important;
}

#Zoom p {
    text-indent: 3rem;
    font-size: 15px;
    margin-bottom: 5px;
}