﻿.content {
    margin: 0 auto;
    width: 1200px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.navigation {
    height: 68px;
    line-height: 85px;
    border-bottom: 1px dashed #c9c9c9;
    font-size: 16px;
    color: #999999;
}

.navigation>a {
    color: #999999;
}

.navigation>a:hover {
    color: #2f61ac;
}

.bulletin {
    height: auto;
    overflow: hidden;
}

.bulletin .bulletin_title {
    height: 136px;
    background: url('../images/2020jczf_bulletin_title.png');
    background-repeat: no-repeat;
    background-position: 110px 40px;
}

.bulletin .bulletin_left {
    width: 264px;
    height: auto;
    overflow: hidden;
}

.bulletin .bulletin_left .bulletin_img {
    width: 262px;
    height: 342px;
}

.bulletin_left .eboardmember {
    margin-top: 26px;
    margin-bottom: 40px;
    width: 264px;
    background-color: #dcdcde;
}

.bulletin_left .eboardmember .eb_title {
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.eb_name_list {
    margin: 0 auto 86px;
    *margin-bottom: 14px;
    font-size: 14px;
    width: 224px;
}

.eb_name_list>li {
    margin-bottom: 7px;
}

.eb_name_list>li .comember {
    width: 100%;
}

.eb_name_list>li .comember>li {
    margin-left: 14px;
    line-height: 23px;
    float: left;
}

/* .eb_name_list>li .comember>li.clear_both {
    clear: both;
} */
.eb_name_list>li.sty_margin {
    margin: 30px 0;
    height: auto;
    overflow: hidden;
}

.currentre {
    margin-left: 4px;
}

.eb_name_list .off_title,
.eb_dw_list .off_title {
    font-weight: bold;
    width: 60px;
    font-size: 15px;
}

.eb_dw_list {
    margin: 0 auto;
    width: 230px;
    font-size: 14px;
    margin-top: 130px;
}

.eb_dw_list>li {
    margin-bottom: 12px;
}

.eb_dw_list>li.dw_stymargin {
    margin-left: 20px;
}

.bulletin .bulletin_right {
    width: 884px;
    margin-bottom: 40px;
    border-left: 1px solid #c9c9c9;
}

.slideTxtBox {
    margin-bottom: 46px;
    width: 830px;
    float: right;
}

.slideTxtBox .slideTxtBox_t {
    height: 43px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.slideTxtBox .slideTxtBox_t ul {
    padding-left: 0;
    margin: 0;
}

.slideTxtBox .slideTxtBox_t ul li {
    padding: 0 15px;
    list-style: none;
    float: left;
    /* line-height: 56px; */
    font-size: 24px;
    cursor: pointer;
}

.slideTxtBox .slideTxtBox_t ul li.active {
    position: relative;
    height: 45px;
    *height: 42px;
    border-bottom: 3px solid #2f61ac;
    cursor: pointer;
}

.slideTxtBox .slideTxtBox_t ul li.active a {
    color: #2f61ac;
}

.slideTxtBox .slideTxtBox_t ul li.active>.triangle {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #2f61ac;
}

.slideTxtBox .slideTxtBox_bottom ul {
    padding-left: 0;
    margin: 0;
    display: none;
}

.slideTxtBox .slideTxtBox_bottom ul.show {
    display: block;
}

.slideTxtBox .slideTxtBox_bottom {
    margin-top: 10px;
}

.slideTxtBox .slideTxtBox_bottom li {
    background: url('../images/2020jczf_xy.png');
    background-repeat: no-repeat;
    background-position: 0px 22px;
    line-height: 48px;
    padding-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideTxtBox .slideTxtBox_bottom li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideTxtBox .slideTxtBox_bottom li a {
    color: #000;
}

.slideTxtBox .slideTxtBox_bottom li .special_style {
    color: #d64316;
}

.slideTxtBox .slideTxtBox_bottom li .divLine {
    color: #000;
}

.slideTxtBox .slideTxtBox_bottom li a:hover {
    color: #2f61ac;
}

.slideTxtBox .slideTxtBox_bottom li .date {
    float: right;
    color: #999;
    margin-left: 30px;
    *margin-left: 0;
}

.content .titleImg {
    margin: 20px 0;
    width: 1200px;
    text-align: center;
}

.content .titleImg img {
    width: 1200px;
}