
.titleNav{
    /* background-color: #f7f7f7; */
    height: 40px;
    line-height: 40px;
}
.titleNav .titleNav-ct a{
    font-size: 12px;
    color: #666;
}
.titleNav .titleNav-ct a:nth-last-of-type(1){
    color: #333;
}
.titleNav .titleNav-ct a:hover{
    color: #82d008;
}
.titleNav .titleNav-ct span{
    color: #333;
    margin: 0 3px;
}

.wrap{
    /* padding-top: 30px; */
    padding-bottom: 50px;
}
.wrap-ct-top{
    padding: 60px 60px 0;
    text-align: center;
}
.wrap-ct-top>h3{
    color: #333;
    line-height: 30px;
}
.wrap-ct-top .time{
    margin-top: 10px;
    font-size: 0;
}
.wrap-ct-top .time span{
    color: #999;
    margin-right: 15px;
    font-size: 14px;
}
.newsMsg{
    padding: 50px 40px;
    overflow-x: hidden;
    text-align: center;
}
.newsMsg p{
    font-size: 16px !important;
    line-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333;
    text-indent: 2em;
    text-align: justify;
}
.newsMsg img{
    max-width: 100%;
    margin: 20px 0;
}

.tj>h3{
    padding: 80px 0 20px;
    font-size: 18px;
}
.tjList li{
    float: left;
    width: 224px;
    margin-right: 20px;
    transition: all .3s ease;
}
.tjList li:hover{
    transform: translateY(-10px);
    /* box-shadow: 0 15px 30px rgba(0,0,0,.1); */
}
.tjList li:nth-last-of-type(1){
    margin-right: 0;
}
.tjList li a img{
    width: 224px;
    height: 135px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tjList li a div{
    padding: 15px 10px;
    background-color: rgb(247, 247, 247);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tjList li a div p{
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.allComment{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
}

.newsComment{
    padding-top: 40px;
}
.newsComment-title strong{
    font-size: 18px;
    color: #333;
}
.newsComment-ct{
    margin-top: 20px;
}
.newsComment-ct-detail{
    background-color: #fff;
    border: 1px solid rgb(186, 186, 186);
    border-radius: 6px;
    padding: 10px 30px 10px 20px;
}
.newsComment-ct-detail img{
    width:26px;
    height: 23px;
    float: left;
    display:  none;
}
.newsComment-ct-detail textarea{
    width: 800px;
    border: none;
    background-color: transparent;
    /* margin-left: 15px; */
    height: 100px;
    float: left;
}
.newsComment-ct-bt{
    color: #666;
    font-size: 18px;
    float: right;
    background-color: transparent;
    border: none;
    margin-top: 32.5px;
}

.newsComment-list li{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom:1px solid #eee
}
.newsComment-list li>img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 15px;
}
.newsComment-list-msg h5{
    padding-bottom: 10px;
    font-size: 16px;
}
.newsComment-list-msg p{
    color: #666;
    line-height: 25px;
}
.newsComment-list-msg span{
    color: #999;
    font-size: 12px;
    margin-top: 7px;
    display: block;
    color: #999;
}
