.banner {
    width: 100%;
    height: 324px;;
}

.banner img {
    width: 100%;
    height: 100%;
}


/* content区域 */

.content-2 {
    display: none;
}

.content-1 {
    width: 100%;
    padding: 50px 0 80px 0;
}

.content-1 .content-min {
    width: 70%;
    margin: 0 auto;
    display: flex;
 justify-content: space-between;
}

.content-1 .content-min .content-left {
    margin-right: 5px;
min-width:15%;
    
}

.content-1 .content-min .content-left .con-left-title {
    height: 50px;
    line-height: 50px;
    background-color: #25499d;
    font-family: 'MicrosoftYaHei';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    box-sizing: border-box;;
    text-align: center;;
}

.content-1 .content-min .content-left .con-left-title-child {
    background: #fff;
    height: 50px;
    line-height: 50px;
    font-family: 'MicrosoftYaHei';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #5d676e;
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    cursor: pointer;
    text-align: center;;
}
.content-1 .content-min .content-left .con-left-title-child  a{
    display: block;
    color: #5d676e;
    text-decoration: none;

}
.content-1 .content-min .content-left .con-left-title-child:hover{
            background: #eeeeee;
        }
        .content-1 .content-min .content-left .con-left-title-child:hover a{
            color: #25499d;
        }
.content-1 .content-min .content-left .active-2 {
    background: #fff;
    border: 1px solid #eee;
    color: #25499d;
}


.content-1 .content-min .content-left .con-left-search {
    height: 34px;
    border: solid 1px #eeeeee;
    position: relative;
    margin-top: 24px;
}

.content-1 .content-min .content-left .con-left-search input {
    outline: none;
    border: none;
    width: 150px;
    height: 30px;
    position: absolute;
    left: 35px;
    top: 2px;
}

.content-1 .content-min .content-left .con-left-search .search-logo {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/comment_icon_search_normal.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 12px;
    top: 7px;
}

.content-1 .content-min .content-right {
    width: 80%;
}

.content-1 .content-min .content-right .con-right-top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #25499d;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;;
}

.content-1 .content-min .content-right .con-right-top .divOne {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #25499d;
}

.content-1 .content-min .content-right .con-right-top .divTwo {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #5d676e;
}
.content-1 .content-min .content-right .con-right-top .divTwo  div{
    display: inline-block;;
}
.content-1 .content-min .content-right .con-right-top .divTwo  a{
    color: #5d676e;

}
.content-1 .content-min .right-1 {
    display: block;
}

.content-1 .content-right .con-right-bot p {
    font-family: 'MicrosoftYaHei';
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    line-height: 30px;
}

.content-1 .content-right .con-right-bot .con-right-bot-first h1 {
    font-family: 'MicrosoftYaHei-Bold';
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 46px;
}

.content-1 .content-right .con-right-bot .con-right-bot-second h1 {
    font-family: 'MicrosoftYaHei-Bold';
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
}

.content-1 .content-right .con-right-bot .con-right-bot-first .con-right-bot-fir-1,
.con-right-bot-fir-2,
.con-right-bot-fir-3 {
    margin-bottom: 46px;
}

.content-1 .content-right .con-right-bot .con-right-bot-first .con-right-bot-fir-4 {
    margin-bottom: 74px;
}

.content-1 .content-right .con-right-bot .con-right-bot-first .con-right-bot-fir-2 img {
    margin-bottom: 8px;
    margin-top: 5px;
}