.infoContent {
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}

.searchBox {
    margin: 30px 0 20px;
    float:right;
}

.searchInput {
    width:240px;
    height:38px;
    border: 1px solid #e8e8e8;
    padding:0 16px 0 16px;
    margin-left: 10px;
    border-radius: 0;
    box-shadow: none;
}

.searchInfoBtn {
    width: 58px;
    height: 38px;
    background-color: #2c3e50;
    border:0;
    color:#fff;
    font-size: 20px;
    position: relative;
    top:3px;
    cursor: pointer;
    margin:0 0 0 10px;
}

/*.infoList {*/
/*    background-color: #fff;*/
/*    border:1px solid #eee;*/
/*    padding:20px 14px;*/
/*    margin:0 0 30px 0;*/
/*}*/

.infoList>li {
    overflow: hidden;
}

.infoList>li>a {
    display: block;
    overflow: hidden;
    width:100%;
    height: 100%;
    padding:30px 18px;
    position: relative;
}

.infoList>li:not(:last-of-type)>a:after {
    content:"";
    height:1px;
    background-color: #eee;
    position: absolute;
    bottom:0;
    left:18px;
    right:18px;
}

.infoList>li>a:hover {
    background-color: #f5f5f5;
}

.picBox {
    width:210px;
    height: 140px;
    float:left;
    margin:0 20px 0 0;
    background-color: #f5f5f5;
    overflow: hidden;
}

.infoRight {
    float:left;
    width:900px;
}

.infoList>li>a:hover .infoTitle {
    color:#b71c22;
    text-decoration: underline;
}

.infoTitle {
    font-size: 18px;
    color: #333;
    max-width: 900px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.highLight {
    color: #b71c22;
}

.infoDate {
    color:#999;
    margin: 10px 0;
    font-size: 12px;
}

.infoDate>span {
    margin: 0 40px 0 0;
}

.infoBrief {
    color:#666;
    max-height: 80px;
    overflow: hidden;
}

.getMore {
    width: 108px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
    margin:30px auto 50px;
}

.getMore>i {
    font-style: unset;
}

.getMore>span {
    font-size: 12px;
    margin:0 0 0 2px;
}

.getMore:hover {
    color:#b71c22;
}

.getMore:hover>i {
    text-decoration: underline;
}

.getMore:hover>span {
    text-decoration: none;
}

/*新闻分类相关*/
.contentLeft{
    width: 320px;
    border: 1px solid #eee;
    background-color: #fff;
    float: left;
}

.contentLeft li{
    height: 78px;
    line-height: 78px;
    font-size: 16px;
    color: #b71c22;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.contentLeft li.typeTitle{
    background-color: #b71c22;
    color: #fff;
}

.contentLeft li.typeTitle span{
    font-weight: normal;
    position: absolute;
    left:100px;
    top:0;
}

.contentLeft li:not(.typeTitle){
    cursor: pointer;
}

.contentLeft li:not(.typeTitle):hover, .contentLeft li:not(.typeTitle).cur{
    background-color: #f5f5f5;
}

.contentLeft li:not(.typeTitle):after{
    content: "";
    height: 1px;
    background-color: #eee;
    position: absolute;
    bottom: 0;
    left:20px;
    right: 20px;
}

.contentLeft li:last-of-type:not(.typeTitle):after{
    display: none;
}

.contentRight{
    width: 860px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 30px;
    margin: 0 0 30px 0;
    float: right;
}

.curPage{
    padding-bottom: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.curPage .indexPage{
    color: #777;
}

.infoList>li{
    padding: 15px 0 10px;
    border-bottom: 1px solid #eee;
}

.infoList>li:last-of-type{
    border-bottom: 0;
}

.infoList>li>a{
    display: inline-block;
    padding: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infoList>li:not(:last-of-type)>a:after {
    display: none;
}

.infoList>li>a:hover{
    color: #b71c22;
    text-decoration: underline;
    background-color: transparent;
}

.infoList>li>a>i{
    font-style: normal;
    color: #b71c22;
}

.infoList>li>a>span.infoTitle{
    font-size: 14px;
}

.infoList>li>span{
    float:right;
}

@media screen and (max-width: 1200px) {
    .infoContent{
        width: 100%;
        padding:0 20px;
    }
    
    /*.infoList>li>a{*/
    /*    display: flex;*/
    /*    display: -webkit-flex;*/
    /*}*/
    
    .picBox{
        min-width: 210px;
    }
    
    .infoRight{
        flex-grow: 1;
        min-width: 0;
    }
    
    /*新闻分类相关*/
    .contentLeft, .contentRight{
        float: none;
    }
    
    .contentLeft{
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #b71c22;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }
    
    .contentLeft>li{
        width: 33.3333%;
        height: 48px;
        line-height: 48px;
        background-color: #fff;
        border: 1px solid #eee;
        border-bottom: 0;
    }
    
    .contentLeft>li:not(:last-of-type){
        border-right: 0;
    }
    
    .contentLeft li:not(.typeTitle):after{
        display: none;
    }
    
    .contentLeft li:not(.typeTitle):hover, .contentLeft li:not(.typeTitle).cur{
        background-color: #b71c22;
        color: #fff;
        border-color: #b71c22;
    }
    
    .contentLeft>li.typeTitle{
        display: none;
    }
    
    .contentRight{
        width: 100%;
        padding: 20px;
    }
    
    .curPage{
        padding-bottom: 20px;
    }
    
    .infoList>li{
        padding: 10px 0 6px;
    }
    
    .infoList>li>a{
        max-width: 80%;
    }
}

@media screen and (max-width: 720px) {
    .searchBox{
        float:none;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    
    .searchInput{
        width: auto;
        min-width: 240px;
        flex-grow: 1;
        margin: 0 10px 5px 0;
    }
    
    .searchInput:focus{
        border-color: #b71c22;
    }
    
    .searchInfoBtn{
        width: 65px;
        background-color: #b71c22;
        margin:0;
        top:0;
    }
    
    .infoList{
        background-color: transparent;
        border: 0;
        padding: 0;
        /*margin:0 0 10px 0;*/
    }
    
    .infoList>li:not(:last-of-type)>a:after{
        display: none;
    }
    
    /*.infoList>li>a{*/
    /*    background-color: #fff;*/
    /*    margin-bottom: 20px;*/
    /*    padding:10px;*/
    /*}*/
    
    /*.infoList>li>a:hover{*/
    /*    background-color: #fff;*/
    /*}*/
    
    .picBox{
        min-width: 120px;
        height: 80px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        margin:0 10px 0 0;
    }
    
    .picBox>img{
        width:auto !important;
        height: 100% !important
    }
    
    .infoTitle{
        font-size: 16px;
        color: #26211e;
    }
    
    .infoDate{
        color:#927b6a;
        margin:5px 0 0;
    }
    
    .infoDate>span{
        margin:0;
    }
    
    .infoDate>span:first-of-type{
        display: none;
    }
    
    .infoBrief{
        font-size: 12px;
        color: #927b6a;
        max-height: 36px;
    }
    
    .getMore{
        margin:0 auto 30px;
    }
}

@media screen and (max-width: 610px){
    .searchInput{
        margin: 0 0 5px;
    }
    
    .searchInput:last-of-type{
        margin: 0 5px;
    }
}

@media screen and (max-width: 500px){
    .searchInput{
        margin: 0 0 5px;
    }
    
    .searchInput:last-of-type{
        margin: 0 10px 0 0;
    }
    
    .contentLeft>li{
        font-size: 14px;
        font-weight: normal;
        height: 44px;
        line-height: 44px;
    }
    
    .contentRight{
        padding: 15px;
    }
    
    .curPage{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    
    .infoList>li>a {
        max-width: 100%;
    }
    
    .infoList>li>span{
        display: none;
    }
}

@media screen and (max-width: 320px){
    .searchInput:last-of-type{
        margin: 0 0 5px;
    }
}

