@charset "utf-8";
body{
    background: #fff;
}
.content{
    width: 100%;
}

/*导航*/
.category-block{
    margin: 20px 0 20px 0;
}
.category-block .sort-block{
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    overflow: hidden;
}
.category-block .category{
    padding: 12px 0;
    background-color: #fff;
}
.category-block .category>li{
    display: inline-block;
    margin-right: 26px;
}
.category-block .category>li>a{
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    line-height: 16px;
    height: 16px;
    border: 0;
    background: none;
    color: #666;
    font-size: 12px;
    padding: 4px 12px;
}

.category-block .category>li>a:hover{
    color: #15ab47;
    border-color: #666;
}

.category-block .category .sort-tit{
    color: #999;
    padding: 0 0 0 25px;
}

.category-block .active{
    color: #fff !important;
    background-color: #35b449 !important;
}


.bannerCenter{
    display: table-cell;
    width: 100%;
}

.Content-block{

}
.content-block .content-list{
  margin-bottom: 60px;
}
.content-block .content-list >h1{
    font-family: 微软雅黑;
    font-size: 38px;
    color: rgb(51, 51, 51);
    text-align: center;
    margin: 80px auto 40px;
}

.content-block .content-list .outer-content{
    margin: 0 auto;
    background: #5cb85c;
    width:638px;
    height: 71px;
}
.content-block .content-list .outer-content>p{
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 65px;
}
.content-block .content-block{
    margin: 40px auto 0;
}

.content-block .content-block .right{
    width: 880px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
}

.content-block .content-block .right .box-title {
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
}
.content-block .right .box-title h3{
    font-size: 18px;
}
.content-block .right .box-title h3 i{
    padding-right: 3px;
}

.content-block .right .box-title .text-color{
    color: #f90;
    padding: 0 5px 0 5px;
}

.content-block .right .comment-focus{
    font-size: 14px;

}
.content-block .right .comment-focus .ui-comment{
    margin-top: 30px;
}
.content-block .right .comment-focus li{
    padding: 15px;
}
.content-block .right .comment-focus .comment-num{
    background-color: #f5f5f5;
    color: #999;
    width: 60px;
    height: 60px;
}
.content-block .right .comment-focus .comment-num em{
    display: block;
    padding: 5px 10px;
    margin-bottom: 2px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    color: #f90;
}
.content-block .right .comment-focus .comment-num span {
    display: block;
    padding: 0 10px 2px 10px;
    font-size: 12px;
}
.content-block .right .comment-focus .comment-post{
    background-color: #f5f5f5;
    color: #999;
    margin-left: 30px;
}
.comment-body {
    padding: 10px;
}
.comment-top {
    padding: 5px 0;
}
.comment-top .user{
    color: #f90;
}
.comment-text {
    line-height: 28px;
    text-indent: 2%;
}


.content-block .content-block .left{
    width: 295px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
    margin-left: 30px;
}

.content-block .content-block .left .box-title.bt {
    padding: 18px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
}

.content-block .content-block .left .box-title.bt h3{
    font-size: 18px;
}
.content-block .content-block .left .box-title.bt h3 i{
    padding-right: 3px;
    font-size: 20px;
}
.form-group{
    margin: 10px 10px 5px 10px;
    line-height: 18px;
    position: relative;

}
.form-group>input{
    width: 240px;
    height: 18px;
    margin-bottom: 5px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius:2px;
}
.form-group>input:hover{
    border: 1px solid #c6c6c6;
}
.form-group>textarea{
    width: 240px;
    margin-bottom: 5px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius:2px;
}
.form-group .input-addon {
    width: 110px;
}
#imgVerify {
    width: 115px;
    height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    margin-left: 15px;
    color: #6c6c6c;
    cursor: pointer;
}
.btn {
    display: block;
    width: 92%;
    margin-top: 10px;
    transition: all .4s ease;
    border-color: #4cae4c;
    background-color: #5cb85c;
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 12px;
}
.form-group .input-addon-button {
    width: 121px;
    height: 38px;
    text-align: center;
    border: 1px solid #ddd;
    margin-left: 15px;
    color: #5cb85c;
    cursor: pointer;
}
.form-group .control-label {
    width: 13%;
    text-align: right;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 7px;
    font-weight: 600;
}
.form-select{
    display: inline-block;
    width: 275px;
    height:34px;
    padding: 6px 12px;
    font-size: 13px;
    color: #555;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}