/* 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: 240%;
}

.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;
width:240px;


}
.content .content-min .content-left  .con-left-title-child {
    background: #fff;
     text-align: center;
    height: 50px;
    line-height: 50px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    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 .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-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: 1076px;
}

.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   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;
    list-style: none;
    width: 100%;
}

.content .content-min .content-right .con-right-bot ul  li{
    width: 1076px;
    height: 100px;
    margin-bottom: 40px;;
}
.content .content-min .content-right .con-right-bot ul  li a {
    display: block;

}
.content .content-min .content-right .con-right-bot ul  li  a .box{
    /* display: flex;
    align-items: center;*/
    overflow: hidden;
   
    
}
.content .content-min .content-right .con-right-bot ul  li  a .box .left{
    width:166px !important;
    height: 100px;
    margin-right: 20px;
    float: left;
    
}
.content .content-min .content-right .con-right-bot ul  li  a .box .right{
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed #b5b5b5; width:890px;
    float: left;
}
.content .content-min .content-right .con-right-bot ul  li  a .box .right div:first-child{
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.content .content-min .content-right .con-right-bot ul  li  a .box .right div:first-child span:first-child{
    width: 60%;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content .content-min .content-right .con-right-bot ul  li  a .box .right div:last-child{
    color:#494949;
    font-size: 14px;
    line-height: 24px;;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
/* 分页区域 */

.c-pages {
    display: flex;
    padding-top: 19px;
    justify-content: center;;
}

.c-pages #cp-items {
    margin: 0 auto;;
    list-style: none!important;
   
}

.c-pages .cp-item button {
    cursor: pointer;
    outline: none;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 1px;
    display: block;
    width: 60px;
    height: 32px;
    font-family: 'MicrosoftYaHei';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.c-pages .cp-item:last-child {
    margin-left: 10px;
}

.c-pages .cp-item button:hover {
    background-color: #25499d;
    color: #fff;
}

.c-pages #cp-items li {
    cursor: pointer;
    float: left!important;
    width: 31px;
    height: 32px;
    margin: 0 0 0 10px;
    text-align: center;
    line-height: 32px;
    border: solid 1px #cccccc;
    font-family: 'ArialMT';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.c-pages #cp-items li:not(.goto-active):hover {
    border: 1px solid #25499d;
    background-color: #e5ebf2;
    color: #25499d;
}

.c-pages #cp-items .goto-active {
    background-color: #25499d;
    color: #fff;
}