body {
    padding: 0;
    margin: 0;
    background-color: #F7F7F7;
    /*overflow-x: hidden;*/
}


/* ä¸»å›¾åŒºåŸŸ */

.main_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main_img .bigimg {
    /*width: 100%;*/
    height: 300px;
}


.main_bar .main_title {
    font-size: 48px;
    font-weight: bold;
    color: #1d2974;
    margin-bottom: 18px;
}

.main_bar .line {
    width: 50px;
    height: 3px;
    background-color: #1d2974;
    margin-bottom: 18px;
}

.main_bar .main_des {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
}


/* ä½ç½®æç¤º */

.position .position_bar,
.position_tab {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.current {
    width: 100px;
    height: 33px !important;
    line-height: 33px !important;
    text-align: center;
    background-color: #1d2974;
    border-radius: 33px;
    color: #fff !important;
}

.position>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.position .position_tab a {
    height: 100%;
    line-height: 60px;
    font-size: 14px;
    color: #222222;
    cursor: pointer;
}

.position .position_tab i {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #9A9A9A;
    margin: 0 20px;
}

.container {
    display: flex;
    flex-direction: row;
    margin-bottom: 54px;
}

.adv img {
    width: 100%;
    height: 120px;
}


/* å†…å®¹ */

.affiche_bar {
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.affiche_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 100px;
}

.affiche_section h1 {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    margin: 30px;
}

.affiche_section .time_view {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    color: #787878;
    font-size: 14px;
    margin-bottom: 40px;
}

.affiche_section .time_view .time,
.view {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
}

.affiche_section .time_view img {
    width: 17px;
    height: 18px;
    margin-right: 10px;
}

.affiche_section .affiche_nav {
    font-size: 14px;
    color: #787878;
    line-height: 28px;
    text-indent: 25px;
   
}

.affiche_section .affiche_nav img {
    width: 825px;
    height: 477px;
    margin: 30px 0;
}

.affiche_section .pagechange {
    width: 96%;
    height: 76px;
    position: absolute;
    bottom: 10px;
}

.affiche_section .pagechange .pagechange_bar {
    border-top: 1px solid #EEEEEE;
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.affiche_section .pagechange .pagechange_bar span {
    color: #787878;
    font-size: 14px;
}

.affiche_section .pagechange .pagechange_bar a {
    color: #222222;
}


/* å³éƒ¨åˆ†æ–°é—»åŒºåŸŸ */

.container .right_notice {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.container .right_notice>div {
    width: 280px;
    height: 297px;
    background-color: #fff;
    margin-bottom: 10px;
}

.container .right_notice>div>div {
    margin: 0 30px;
}

.container .right_notice .notice_head {
    color: #222222;
    border-left: 3px solid #1d2974;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 19px;
}

.container .right_notice .notice_content {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #EEEEEE;
    width: 220px;
}

.container .right_notice .notice_content span {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.container .right_notice .notice_content span a:hover {
    color: #1d2974;
}

.container .right_notice .notice_content span img {
    width: 29px;
    height: 19px;
}

.container .right_notice .notice_content a {
    color: #777777;
    font-size: 14px;
    margin-right: 4px;
}

.containernav .right_notice .notice_content .new_icon {
    width: 29px;
    height: 19px;
}

.container .right_notice .notice_content .circle_icon {
    width: 6px;
    height: 7px;
    margin-right: 11px;
}