@charset "utf-8";
body{
    -webkit-text-size-adjust: 100%;
    background-color:#F2F2F2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "微软雅黑", "Microsoft YaHei", "黑体简体", "Arial regular", serif !important;

}
#public-nav-News>a {
    color: #1e88e5 !important;
}
p{
    word-break: break-all;
}
input::placeholder {
    color: #9E9E9E;
}
/*start chccSearchWrap.css*/
.chccSearchWrap{
    margin: 50px auto;
}
.chccSelectSearch{
    display: inline-block;
}

.selectBox{
    position: relative;
    width:360px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right:40px;
}
.selectTxt{
    padding: 0 20px;
    width:360px;
    height:100%;
    box-shadow: 0px 0px 10px 3px rgba(179,179,179,0.2);
    cursor:pointer;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}

.selectTxt>input{
    font-size: 16px;
    float:left;
    border: none;
    width:93%;
    height:100%;
    white-space:pre;
    text-overflow:ellipsis;
    overflow: hidden;
    color: #9E9E9E;
    line-height: 40px;
    padding:0;
    vertical-align: middle;
    cursor: pointer;
}
.selectTxt>em{
    float:right;
    width: 14px;
    height: 40px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.selectTxt>em>i{
    display: inline-block;
    width: 0;
    height: 4px;
    border-style: solid;
    border-width: 7px;
    border-color:black transparent  transparent transparent;
    position: relative;
    top:5px;
}
.selectList{
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    z-index: 9999;
    box-shadow: 0px 0px 10px 3px rgba(179,179,179,0.2);
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    padding: 5px 15px;
    box-sizing: border-box;
}
.selectList>li{
    cursor:pointer;
    width:100%;
    font-size: 16px;
    color: #9E9E9E;
    line-height: 38px;
    border-bottom: 1px solid  #E6E6E6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.selectList>li:last-child{
    border-bottom: none;
}
.selectList>li:hover{
    color: #3687D6;
}
.selectIcon{ transform-origin: center center;animation: rotatete 0.3s linear forwards;}
.selectIconM{ transform-origin: center center;animation: rotatete2 0.3s linear forwards;}

@keyframes rotatete{
    from{transform: rotate(0deg);}
    to{transform: rotate(180deg);}
}

@keyframes rotatete{
    from{transform: rotate(0deg);}
    to{transform: rotate(180deg);}
}

@-moz-keyframes rotatete2{
    from{transform: rotate(180deg);}
    to{transform: rotate(0deg);}
}
@keyframes rotatete2{
    from{transform: rotate(180deg);}
    to{transform: rotate(0deg);}
}
.chccSearchBtn{
    border: none;
    outline: none;
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    background: linear-gradient(68deg, #5AAEF7, #0A6FC7);
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}



/*end chccSearchWrap.css*/

/*start chccListWrap.css*/

.chccList li{
    width: 360px;
    height: 442px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 3px rgba(179,179,179,0.2);
    position: relative;
    float: left;
    margin-right: 45px;
    margin-bottom: 40px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.chccList li:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    border-radius: 0 0 8px 8px;
}
.chccList li:nth-child(3n){
    margin-right:0;
}
.chccList li .contentImg{
    width: 310px;
    height: 175px;
    position: relative;
    margin: 25px auto 0;
}
.chccList li .contentImg:after{
    content: "";
    display: inline-block;
    width: 326px;
    border-style: solid;
    border-width: 9px;
    border-color: transparent  transparent #DBDBDB transparent;
    position: absolute;
    bottom: 0;
    left: -8px;
}
.chccList li .contentImg img{
    width: 310px;
    height: 175px;
    position: relative;
    z-index: 2;
}

.chccList li .contentInfo{
    width: 330px;
    height: 194px;
    background: #F2F2F2;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.chccList li .readMore{
    position: absolute;
    left: 30px;
    bottom: 13px;
    width: 78px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #1976D3;
    font-size: 12px;
    color: #1976D3;
    padding: 4px 0;
}
.typeAndTime{
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    padding-top: 20px;
}
.typeAndTime span,
.typeAndTime em{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 13px;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.typeAndTime span{
    background: #1976D2;
}
.typeAndTime em{
    background: #626262;
}
.chccTitle{
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #212121;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
    margin-top: 13px;
    margin-bottom: 10px;
}
.chccTxt{
    font-size: 14px;
    color: #505050;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
}
.chccListWrap{
    margin-bottom: 50px;
}
/*end chccListWrap.css*/
.page-wrap{
    text-align: center;
    margin-bottom: 50px;
}
.noDataTips{
    background: url("../../../common/img/noData.png") no-repeat center 100px;
    width: 100%;
    height: 400px;
    padding-top: 234px;
    font-size: 20px;
    color: #9E9E9E;
    line-height: 24px;
    text-align: center;
}