/* banner大图区域 */

.banner {
    width: 100%;
    height: 324px;;
}

.banner img {
    width: 100%;
    height: 100%;
}

.content {
    width: 100%;
    padding: 50px 0 80px 0;
}

.content .content-min {
    width: 70%;
    margin: 0 auto;
    display: flex;
}
.content .content-min .content-left {
    margin-right: 35px;
    width: 16%;
}

.content .content-min .content-left .con-left-title {
    text-align: center;
    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;;
}

.content .content-min .content-left .con-left-search {
    height: 34px;
    border: solid 1px #eeeeee;
    position: relative;
    margin-top: 24px;
}
.content .content-min .content-left  .con-left-title-child {
    background: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    cursor: pointer;
    box-sizing: border-box;
}
.content .content-min .content-left  .con-left-title-child  a{
    color: #5d676e;
    display: block;
}
.content-min .content-left .con-left-title-child:hover{
            background:#eeeeee;
        }
.content-min .content-left .con-left-title-child:hover a{
           color: #25499d;
        }
.active{
   background: #eee !important;
   color: #25499d!important; 
}
.content .content-min .content-left .con-left-search input {
    outline: none;
    border: none;
    width: 150px;
    height: 30px;
    position: absolute;
    left: 35px;
    top: 2px;
}

.content .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 .content-min .content-right {
    width: 80%;
}
.content .content-min .content-right .fontDiv{
    width: 100%;
    line-height: 30px;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    margin: 24px 0;
    padding-bottom: 24px;;
}

.content .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 .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 .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 .content-min .content-right .con-right-top .divTwo  div{
    display: inline-block;;
}
.content .content-min .content-right .con-right-top .divTwo   a{
    color: #5d676e;
    text-decoration: none;;
}

.content .content-min .content-right .con-right-bot {
    width: 100%;
}

.content .content-min .content-right .con-right-bot ul {
    list-style-type: disc;
    margin-left: 25px;
}

.content .content-min .content-right .con-right-bot ul li {
    margin-bottom: 20px;
}

.content .content-min .content-right .con-right-bot ul li:last-child {
    margin-bottom: 0;
}

.content .content-min .content-right .con-right-bot ul li span:first-child {
    font-family: 'MicrosoftYaHei';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #000000;
    cursor: pointer;
}

.content .content-min .content-right .con-right-bot ul li span:first-child:hover {
    color: #25499d;
}

.content .content-min .content-right .con-right-bot ul li span:first-child:hover+span:last-child {
    color: #25499d;
}

.content .content-min .content-right .con-right-bot ul li span:last-child:hover {
    color: #25499d;
}

.content .content-min .content-right .con-right-bot ul li span:last-child {
    font-family: 'ArialMT';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #000000;
    float: right;
    cursor: pointer;
}