/*=================    GM代码  END   ========================*/

.contactHeader .contactBox {
    width: 1200px;
    margin: 27px auto;
    height: 356px;
    overflow: hidden;
}

.contactHeader .contactBox .headerImg {
    width: 849px;
    height: 356px;
    background: #f3f3f3;
    background-size: cover;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.contactHeader .contactBox .headerImg .swiper-container {
    height: 100%;
    width: 100%;
}

.contactHeader .contactBox .headerImg .imgBox {
    height: 100%;
    width: 100%;
}

.contactHeader .contactBox .headerImg .imgBox img {
    width: 100%;
    height: 100%;
}

.contactHeader .contactBox .headerImg h2 {
    position: absolute;
    color: #fff;
    font-size: 24px;
    left: 20px;
    bottom: 20px;
    font-weight: normal;
}

.contactHeader .publish {
    height: 356px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    width: 330px;
    float: right;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contactHeader .publish .publishImg {
    width: 254px;
    height: 200px;
    background: url("../img/jl4.png") no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.contactHeader .publish .publishWord {
    width: 300px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    background: #E52B31;
    cursor: pointer;
}

.contactHeader .publish .publishWord img {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.contactHeader .publish .publishWord span {
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
}


/*=================    GM代码  END   ========================*/

.contactMain .contactBox {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.contactBox .commentBox {
    width: 841px;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    padding-bottom: 25px;
}

.contactBox .commentBox .commentHeader {
    height: 62px;
    background: #F3F3F3;
    line-height: 62px;
    padding-right: 20px;
}

.contactBox .commentBox .commentHeader .headerList {
    float: left;
}

.contactBox .commentBox .commentHeader .headerList a {
    color: #3C3C3C;
    font-size: 16px;
    height: 62px;
    line-height: 62px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;
}

.contactBox .commentBox .commentHeader .headerList a.selects {
    border-bottom: 3px solid #DD3F54;
    color: #DD3F54;
}

.contactBox .commentBox .commentHeader .headerList a:hover {
    border-bottom: 3px solid #DD3F54;
    color: #DD3F54;
}

.contactBox .commentBox .commentHeader .hotIcon {
    float: right;
}

.contactBox .commentBox .commentHeader .hotIcon a {
    height: 62px;
    line-height: 62px;
    width: 40px;
    font-size: 14px;
    display: inline-block;
    color: #878787;
    background: url("../img/jl3.png") no-repeat right center;
    background-size: 15%;
    margin-left: 20px;
}

.contactBox .commentBox .commentHeader .hotIcon a.jl3d {
    background: url("../img/jl3d.png") no-repeat right center;
    background-size: 15%;
}


.contactBox .commentBox .commentHeader .hotIcon a:hover {
    border-bottom: 3px solid #DD3F54;
    color: #DD3F54;
}

.contactBox .commentBox .commentHeader .hotIcon a.jl3d {
    background: url("../img/jl3d.png") no-repeat right center;
    background-size: 15%;
}


.contactBox .commentBox .commentContent {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 500px;
}

.commentContent .cmheadImg .imgIcon {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    background: #f3f3f3;
}

.contactBox .commentBox .commentContent .cmBox {
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.contactBox .commentBox .commentContent .cmBox .cmheadImg {
    position: relative;
}

.contactBox .commentBox .commentContent .cmBox .cmheadImg .floor {
    position: absolute;
    right: 0;
    top: 10px;
    width: 50px;
    height: 29px;
    background: url("../img/jl7.png") no-repeat;
    background-size: 100%;
    color: #3D3D3D;
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    overflow: hidden;
}

.commentContent .cmheadImg .imgIcon img {
    width: 100%;
}

.commentContent .rightWord {
    float: left;
    margin-left: 22px;
    cursor: pointer;
}

.commentContent .rightWord .cmWord {
    display: inline-block;
}

.commentContent .rightWord .title {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: normal;
}

.commentContent .rightWord .title a.roof {
    display: inline-block;
    background: #DD3F54;
    color: #fff;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    font-weight: normal;
}

.commentContent .rightWord .title a.penet {
    display: inline-block;
    background: #DD3F54;
    color: #fff;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    font-weight: normal;
    margin-left: 25px;
}

.commentContent .rightWord .title a.official {
    display: inline-block;
    background: #5B95F9;
    color: #fff;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    font-weight: normal;
    margin-left: 15px;
}

.commentContent .rightWord .publishInformation {
    color: #787878;
    font-size: 12px;
    margin-top: 25px;
}

.commentContent .rightWord .publishName {
    padding-right: 15px;
}

.commentContent .rightWord .replyName {
    padding-left: 15px;
}

.commentContent .rightWord .publishInformation .publishTime {
    padding-right: 15px;
    border-right: 2px solid #787878;
}

.publishImg .contentImg {
    width: 150px;
    height: 99px;
    overflow: hidden;
    margin-right: 20px;
    margin-top: 16px;
    float: left;
}

.publishImg .contentImg img {
    width: 150px;
    height: 99px;
}

.paging {
    width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

.paging a {
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    color: #000;
}


/*-----------发帖弹出----------*/

.popUp {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
}

.posting {
    width: 1140px;
    /*height:791px;*/
    background: rgba(255, 255, 255, 1);
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    padding-bottom: 30px;
    display: none;
    top: 160px;
}

.posting .postHeader {
    width: 100%;
    height: 56px;
    line-height: 56px;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
}

.posting .postHeader h2 {
    font-size: 18px;
    color: #3B3B3B;
    display: inline-block;
    font-weight: normal;
    padding-left: 20px;
}

.posting .postHeader .close {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/close.png) no-repeat;
    background-size: 100%;
    right: 20px;
    top: 19px;
    cursor: pointer;
}

.postMain {
    padding-top: 23px;
    padding-left: 41px;
    padding-right: 41px;
}

.postMain .postTitle {
    color: #3C3C3C;
    font-size: 16px;
}

.postMain .postTitle .importantIcon {
    color: #DD3F54;
    font-size: 16px;
    font-style: normal;
    height: 40px;
    line-height: 40px;
}

.postMain .postTitle input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #D2D2D2;
    padding-left: 10px;
    outline: none;
}

.postMain .postType {
    color: #3C3C3C;
    font-size: 16px;
    margin-top: 15px;
}

.postMain .postType p {
    height: 40px;
    line-height: 40px;
}

.postMain .postType select {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #D2D2D2;
    padding-left: 10px;
    outline: none;
}

.postMain .postType .typeTitle {
    margin-top: 10px;
    margin-bottom: 20px;
}

.postMain .postType .typeTitle div {
    width: 110px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 63, 84, 1);
    border-radius: 3px;
}

.postMain .postType .typeTitle div span {
    font-size: 14px;
    color: #DD3F54;
}

.postMain .postType .typeTitle div .close {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../img/close.png") no-repeat;
    background-size: 100%;
    margin-left: 30px;
    cursor: pointer;
}

.textBox .area2 {
    width: 100%;
    height: 330px;
    padding: 15px;
}


/*. nicEdit-main{
	width:auto !important;
}*/

.textBox {
    text-align: right;
}

.textBox .editor {
    text-align: left;
}

.textBox .areaSubmit {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(229, 43, 49, 1);
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.postMain .textBox {
    margin-top: 20px;
    position: static;
}

.postMain .textBox .textTitle {
    margin-bottom: 20px;
}

.postMain .textBox .textTitle span {
    color: #3D3D3D;
    font-size: 14px;
}

.postMain .textBox .area {
    width: 100%;
    height: 338px;
    margin-top: 20px;
    position: static;
}

.postMain .editBox div {
    text-align: left;
}

.postMain .editBox {
    text-align: right;
    position: static;
}

.editBox .areaSubmit {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(229, 43, 49, 1);
    border-radius: 3px;
    border: none;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    outline: none;
    cursor: pointer;
}

.textBox > div {
    width: 100%;
}


/*==============分页=========*/

.pageNumBox .pageNoList {
    width: 100%;
}

.otherList .imgShow a {
    color: #333;
}
