@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-gongshi>a {
    color: #1e88e5 !important;
}
p{
    word-break: break-all;;
}
.detailsWrap{
    padding-top: 37px;
    padding-bottom: 100px;
}
/*start detailsInfoWrap.css*/
.detailsInfoWrap{
    width: 760px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 3px rgba(179,179,179,0.2);
    position: relative;
    padding-top: 62px;
    background:#fff url("../img/bg.png") no-repeat 20px 22px;


}
.detailsInfoWrap i{
    position: absolute;
    right: 22px;
    top:24px;
    width: 40px;
    height: 6px;
    background: #1976D2;
}
.detailsInfoWrap .titleWrap{
    width: 719px;
    padding: 5px 22px 40px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #F2F2F2;

}
.typeAndTime{
    font-size: 14px;
    color: #FFFFFF;
    display: flex;


}
.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;
}
.detailsInfoWrap .chccTitle{
    font-weight: bold;
    font-size: 30px;
    color: #212121;
    line-height: 40px;
    margin-top: 20px;
    word-break: break-word;
}

.infoBox{
    padding: 0 46px 46px;
}
.infoBox pre img{
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 15px 0;

}
.infoBox  img{
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 15px 0;

}
.infoBox pre {
    display: block;
    font-size: 14px;
    line-height: 20px !important;
    padding: 0 !important;
    width: auto !important;
    color: #505050 !important;
    border: none !important;
    background: none !important;
    white-space: pre-wrap !important;
    word-break: break-all;;
    outline: 0;
    max-width: 668px;
    overflow: hidden;
    margin: 0 auto;
    word-break: break-word;
}
pre {

    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-all;;
    font-family: "微软雅黑", "Microsoft YaHei", "黑体简体", "Arial regular", serif !important;
}
/*end detailsInfoWrap.css*/


/*start shareWrap.css*/
.shareWrap{
    position: relative;
    padding: 0 46px;
    padding-left: 88px;
    height: 31px;
    margin-top: 28px;
    margin-bottom: 20px;
}
.shareWrap:before{
    position: absolute;
    left:46px;
    top:0;
    height: 31px;
    content: "分享";
    font-size: 18px;
    color: #BBBBBB;
    line-height: 31px;

}
/*end shareWrap.css*/

.emailWrap{
    width: 360px;
    padding: 0 34px 30px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 3px rgba(179,179,179,0.2);
    box-sizing: border-box;
    margin-bottom: 40px;
    border-bottom: 10px solid #529AFF;
}
.emailWrap h6{
    font-size: 21px;
    color: #212121;
    line-height: 1;
    font-weight: bold;
    margin: 30px 0 14px;
}
.emailWrap p{
    font-size: 14px;
    color: #505050;
    line-height: 20px;
}
.emailWrap div{
    height: 34px;
    background: #E6E6E6;
    border-radius: 6px;
    width: 292px;
    margin: 8px auto 0;
    position: relative;
}
.emailWrap div input{
    font-size: 12px;
    color: #424242;
    line-height: 34px;
    position: absolute;
    left:0;
    top:0;
    height: 34px;
    padding: 0 10px 0 15px;
    width: 179px;
    background: none;
    border: none;
}
.emailWrap button{
    background: #1976D2;
    border: none;
    outline: none;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    padding: 0 13px;
    position: absolute;
    right: 0;
    top:0;
    cursor: pointer;
}
    /*start chccListWrap.css*/
.chccList{
    width: 360px;
}
.chccList li{
    width: 360px;
    height: 238px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 3px rgba(179,179,179,0.2);
    position: relative;
    float: left;
    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: 310px;
    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: 15px;
    width: 78px;
    height: 20px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #1976D3;
    font-size: 12px;
    color: #1976D3;
   padding: 2px 0;
}
.sideInfoWrap .typeAndTime
{
    padding-top: 20px;
}

.sideInfoWrap .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;
    margin-top: 13px;
    margin-bottom: 10px;
    word-break: break-all;;
}
.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;;
}
/*end chccListWrap.css*/