
* {
    margin: 0;
    padding: 0;
    font-family:"Kreon";
    font-size: 14px;
    color: #4c4c4c;
}

li {
    list-style: none;
}

.rowDiv {
    overflow: hidden;
    width: 100%;
}

.clearDiv {
    clear: both;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.twoEllipsis{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.leftDiv {
    width: 760px;
    margin-right: 20px;
    float: left;
}

.rightDiv {
    float: left;
    width: 420px;
}

/* 顶部 */
.top {
    background-color: #a3362f;
    width: 100%;
    height: 54px;
    line-height: 54px;
}

.main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.top .topNav {
    float: left;
}

.top .topNav li {
    float: left;
    margin-right: 20px;
    padding: 0 5px;
    cursor: pointer;
}
.top .topNav li a{
    color: #ffffff;
    text-decoration: none;
}
.top .topNav li:hover{
    background-color: #c65a55;
}
.topNav .activeLi{
    background-color: #c65a55;
}
.top .topInfo {
    float: right;
}

.top .topInfo>li {
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 14px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu li{
    line-height: 30px!important;
}
.dropdown-menu li a{
    color:#333!important;
    padding: 3px 20px;
    display: block;
}
.dropdown-menu li a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.caret {
    color:white!important;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.top .topInfo li a{
    color: #ffffff;
    text-decoration: none;
}
.top .topInfo button {
    width: 83px;
    height: 35px;
    line-height: 35px;
    background-color: #b75d5c;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
}

.top .topInfo button:hover {
    background-color: #c65a55;
}

.footer {
    width: 100%;
    height: 110px;
    background-color: #303030;
    text-align: center;
}

.footer .footerInfo {
    padding-top: 32px;
}

.footer .footerInfo span {
    color: #ffffff;
    margin-right: 15px;
}

.footer .footerNav {
    overflow: hidden;
    display: inline-flex;
    margin-top: 15px;
}

.footer .footerNav li {
    color: #ffffff;
    padding: 0px 12px;
    border-right: 1px solid #ffffff;
    cursor: pointer;
}

.footer .footerNav li:last-child {
    border-right: none;
}

.search {
    height: 156px;
    width: 100%;
    background-color: #ffffff;
}
.treeDiv{
    border:1px solid #CCCCCC;
    width:167px;height:475px; float:left;
    overflow-y: auto;
    overflow-x: auto;
    margin-right:40px;
}
.rightMain{
    width:804px;float:left;
}
#title{
    display: block;
    width: 89%;
    float:left;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ebookBtn{
    float:left;
    display: inline-block;
    padding: 6px 12px;
    height: 44px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-left: 6px;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
.ebookTable{
    width:100%;
    height:auto;
    display: table;
    border-collapse:collapse;
}
.ebookTable th,.ebookTable td{
    padding-left:5px;
    line-height: 35px;
    border:1px solid #cccccc;
}
.search .logo {
    width: 570px;
    height: auto;
    margin-left: 15px;
    float: left!important;
    margin-top: 25px;
}

.search .searchMain {
    float: right;
    width: 560px;
    margin-top: 44px;
}

.search .searchMain ul {
    overflow: hidden;
}

.search .searchMain li {
    float: left;
    padding: 8px 15px;
    cursor: pointer;
}

.searchActive {
    background-color: #cc5f5a;
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
}

.searchMain input {
    border: 1px solid #e4e4e4;
    width: 446px;
    height: 35px;
    padding: 0px 16px;
    outline: none;
    vertical-align: middle;
    font-size: 13px;
}
.searchMain input::-webkit-input-placeholder { /* WebKit browsers */
    color: #a2a0a0;
}
.searchMain input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a2a0a0;
}
.searchMain input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a2a0a0;
}
.ssearchMainearch input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a2a0a0;
}

.searchMain button {
    height: 37px;
    width: 80px;
    background-color: #a3362f;
    color: #ffffff;
    border: 1px solid #a3362f;
    margin-left: -7px;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
}

.searchMain button:active {
    background-color: #bd4941;
}

.indexRowOne {
    height: 400px;
}

.indexLbt {
    height: 100%;
    width: 780px;
    float: left;
    position: relative;
}

.indexLbt .swiper-container {
    height: 100%;
}

.indexLbt .swiper-container img {
    height: 360px;
    width: 100%;
    margin-bottom: -10px;
}

.indexLbt .swiper-container p {
    line-height: 50px;
    background-color: #303030;
    color: #fff;
    padding: 0px 10px;
    height: 50px;
}

/* 轮播图的分页 */
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 12px;
    width: 100%;
    text-align: right;
    right: 15px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.indexTzAndZx {
    height: 100%;
    width: 420px;
    float: left;
    background: -webkit-linear-gradient(#ffffff, #efefef);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ffffff, #efefef);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ffffff, #efefef);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#ffffff, #efefef);
    /* 标准的语法 */

}

.indexTzAndZx>div {
    height: 316px;
    position: relative;
}

.indexTzAndZx .tab {
    overflow: hidden;
}

.indexTzAndZx .tab li {
    width: 50%;
    height: 45px;
    float: left;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    background-color: #efefef;
    cursor: pointer;
}

.indexTzAndZx .tab li img {
    vertical-align: middle;
}

.indexTzAndZx .tabActive {
    background-color: #fcfcfc !important;
}

.indexTzAndZx .tzAndZxList {
    padding: 15px 35px;
}

.indexTzAndZx .tzAndZxList li {
    line-height: 25px;
}

.indexTzAndZx .tzAndZxList li a {
    text-decoration: none;
    color: #4c4c4c;
    cursor: pointer;
}

.more {
    color: #a3362f;
    cursor: pointer;
    position: absolute;
    left: 35px;
    bottom: 30px;
}

.more:hover {
    color: #a3362f;
}

.indexTzAndZx>ul {
    height: 84px;
}

.indexTzAndZx>ul li {
    height: 100%;
    width: 102px;
    background-color: #a53531;
    margin-right: 4px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.indexTzAndZx>ul li a{
    text-decoration: none;
}
.indexTzAndZx>ul li:hover {
    background-color: #c65a55;
}

.indexTzAndZx>ul li:last-child {
    margin-right: 0px;
}

.indexTzAndZx>ul li div {
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    margin: 8px auto 6px auto;
    border-radius: 50%;
    line-height: 45px;
}

.indexTzAndZx>ul li div img {
    height: 27px;
    vertical-align: middle;
}

.indexTzAndZx>ul li span {
    color: #ffffff;
    font-weight: bold;
}

.moduleHead {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin: 30px 0px 10px 0px;
}

.moduleHead>div {
    float: left;
    margin-right: 48px;

}

.moduleHead>div img {
    vertical-align: middle;
    margin-right: 5px;
}

.moduleHead>div span {
    font-weight: bold;
    font-size: 16px;
    color: #4d4d4d;
}

.moduleHead ul li {
    float: left;
    margin-right: 23px;
    cursor: pointer;
}

.moduleHead .liActive {
    border-bottom: 2px solid #a53531;
}

.fwznAndSjkList {
    height: 302px;
    border: 1px solid #e9e9e9;
    position: relative;
}

.fwznAndSjkList ul {
    padding: 20px 35px;
}

.fwznAndSjkList .fwznUl li {
    width: 100%;
    line-height: 25px;
}

.fwznAndSjkList .fwznUl li img {
    width: 10px;
    height: 10px;
    margin-right: 13px;
}

.fwznAndSjkList .fwznUl li a,
.fwznAndSjkList .sjkUl li a,
.xstsAndGndh .gndhUl li a {
    color: #4c4c4c;
    cursor: pointer;
    text-decoration: none;
}

.fwznAndSjkList .sjkUl {
    overflow: hidden;
}

.fwznAndSjkList .sjkUl li {
    width: 50%;
    float: left;
    line-height: 25px;
}

.xstsAndGndh {
    height: 230px;
    border: 1px solid #e9e9e9;
    padding: 20px 22px;
}

.xstsAndGndh .gndhUl li {
    height: 115px;
    width: 78px;
    text-align: center;
    float: left;
    margin-right: 20px;
    padding-top: 7px;
}

.xstsAndGndh .gndhUl li:nth-child(4),
.xstsAndGndh .gndhUl li:nth-child(8) {
    margin-right: 0px;
}

.xstsAndGndh .gndhUl li a>div {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #efefef;
    margin: 0 auto;
    line-height: 62px;
}

.xstsAndGndh .gndhUl li a>div:hover {
    border: 1px solid #be3d34;
}

.xstsAndGndh .gndhUl li a>div img {
    height: 25px;
    vertical-align: middle;
}

.xstsAndGndh .gndhUl li a span {
    padding-top: 12px;
    display: inline-block;
    font-size: 13px;
}

.fgDiv {
    margin-top: 40px;
}

.tjDiv {
    margin: 55px 0px;
    overflow: hidden;
}

.tjLeft {
    width:auto;
    float: left;
    display: table;
    overflow: hidden;
}

.tjLeft li {
    width: 185px;
    float: left;
    text-align: center;
}

.tjLeft li img {
    margin: 58px 0 0 0;
}

.tjLeft li .tjTitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tjLeft li .tjdata {
    color: #bd3e35;
    font-size: 19px;
    font-weight: bold;
}

.tjLeft li .tjSz,
.tjLeft li .tjSz span {
    color: #7b7b7b;
    margin-top: 60px;
}

.tjRight {
    float: right;
    width:800px;
    display: table;
}

.tjRight li {
    width:48%;
    float: left;
    display: table;
    height:auto;
    margin-left:1%;
}

.tjRight li p {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.tjRight li div {
    width: 100%;
    height: 110px;
    margin-top: 10px;
}

.rightService {
    position: fixed;
    top: 357px;
    right: 20px;
}

.rightService .nav {
    width: 48px;
    height: 144px;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
}

.rightService .nav li {
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.rightService .nav li:first-child {
    background: url(/official/img/kefuHui.png) no-repeat center;
}

.rightService .nav li:first-child:hover {
    background: url(/official/img/kefuHong.png) no-repeat center;
}

.rightService .nav li:nth-child(2) {
    background: url(/official/img/codeHui.png) no-repeat center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.rightService .nav li:nth-child(2):hover {
    background: url(/official/img/codeHong.png) no-repeat center;
}

.rightService .nav li:last-child {
    background-color: #d95d5b;
}

.rightService .nav li:last-child:hover {
    background-color: #c65a55;
}

.rightService .nav li img {
    vertical-align: middle;
}

.xuanFu {
    /* display: none; */
    position: fixed;
    top: 350px;
    right: 100px;
    z-index: 1;
    width: 210px;
    /* min-height: 185px; */
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(142, 136, 136, 0.41);
    background-color: white;
    padding: 30px;
}
.sanjiao {
    position: absolute;
    right: -29px;
    width: 30px;
    height: 30px;
    background: url(/official/img/sanjiao.png) no-repeat center;
}
.keFuTitle{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.kefuUl{
    margin: 23px 0px 34px 0px;
}
.kefuUl li{
    line-height: 26px;
    text-align: left;
}
.kefuBtn{
    color: #ffffff;
    background-color: #da5c60;
    width: 115px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.closeBtn{
    border: none;
    outline: none;
    background-color: transparent;
    float: right;
    margin: -15px -15px 0 0;
    cursor: pointer;
}
.closeBtn:hover img{
    width: 105%;
    height: 105%;
}
.xFkefu{
    display: none;
}
.xFEwm{
    display: none;
    text-align: center;
    width: 165px;
}
/* 二级 */
.pageCenter{
    width: 100%;
    background-color: #f3f3f3;
    height: auto;
    display: table;
}
.crumbs{
    height: 58px;
    line-height: 58px;
    font-size: 12px;
}
.crumbs .title{
    font-weight: bold;
}
.crumbs a{
    font-size: 12px;
    text-decoration: none;
    margin-right: 5px;
    cursor: pointer;
}
.crumbs span:last-child{
    font-size: 12px;
    margin-left: 5px;
}
.pageNav{
    width: 288px;
    margin-right: 15px;
    margin-bottom: 35px;
    float: left;
}
.pageNav .moduleName{
    width: 263px;
    height: 66px;
    line-height: 66px;
    margin-bottom: 8px;
    background-color: #ffffff;
    padding-left: 25px;
    font-size: 15px;
    font-weight: bold;
}
.pageNav ul{
    background-color: #ffffff;
    padding: 25px 95px 25px 0px;
    overflow-x: hidden;
    overflow-y: auto;
    /*min-height: calc(100vh - 537px);*/
}
.pageNav ul li{
    line-height: 40px;
    padding-left: 25px;
    cursor: pointer;
}
.pageNav .activeLi{
    width: 100%;
    padding-left: 30px;
    background-color: #a3362f;
    color: #ffffff;
    margin-left:-5px;
}
.pageMainDiv{
    width: 797px;
    min-height: calc(100vh - 513px);
    padding: 50px;
    float: left;
    background-color: #ffffff;
    margin-bottom: 35px;
}
.pageMainDiv img{
	max-width: 100%;
}
.multipleRows li{
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0px;
    cursor: pointer;
}
.multipleRows li .title a {
    font-size: 16px;
    font-weight: bold;
    color: #303030;
    line-height: 25px;
    text-decoration: none;
}
.multipleRows li a .introduce{
    color: #a3a3a3;
    line-height: 25px;
    margin: 5px 0px;
    text-decoration: none;
}
.multipleRows li a .time{
    color: #a3a3a3;
    font-size: 12px;
}
.gndhDiv .title{
    font-size: 26px;
    color: #303030;
    text-align: center;
}
.gndhDiv .author{
    color: #808080;
    text-align: center;
    margin: 30px 0px 50px 0px;
}
.gndhDiv>div{
    line-height: 25px;
}
.sjkScreen{
    background-color: #ffffff;
    height: 80px;
    width: 1150px;
    margin-bottom: 10px;
    padding: 0px 25px;
}
.sjkScreen li{
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
    margin: 25px 18px 0px 0px ;
}
.sjkScreen li:first-child{
    font-size: 15px;
}
.sjkScreen .activeLi{
    background-color: #d95c60;
    border: 1px solid #c45865;
    color: #ffffff;
}
.sjkList li{
    border-bottom: 1px dashed #dfdfdf;
    height: 48px;
    line-height: 48px;
    padding: 0px;
}
.sjkList li a{
    float: left;
    color: #303030;
    cursor: pointer;
    text-decoration: none;
}
.sjkList li span{
    float: right;
    color: #606060;
    font-size: 13px;
}
.detailsMain{
    width: 1100px;
    height:auto;
    display: table;
    padding: 50px;
    background-color: #ffffff;
    min-height: calc(100vh - 478px);
    margin-bottom: 10px;
}
.detailsMain .title{
    font-size: 26px;
    color: #303030;

}
.detailsMain>ul{
    margin: 28px 0px 40px 0px;
    overflow: hidden;
}
.detailsMain>ul li{
    float: left;
    /* border-right: 1px solid #f0f0f0; */
    color: #a0a0a0;
    padding:0px 15px;
}
/* .detailsMain>ul li:first-child{
    color: #cb4455;
    padding-left: 0px;
} */
.detailsMain img{
    max-width: 100%;
    max-height: 100%;
}
.detailsMain table{
    border-collapse:collapse;
}
.detailsMain table th,.detailsMain table td{
    border:1px solid #cccccc;
}
/* 详情页面的评论 */
.xqComment{
    width: 1100px;
    background-color: #ffffff;
    padding: 30px 50px;
}
.firstPublication textarea{
    border: 1px solid #f1f1f1;
    background-color: #fcfcfc;
    height: 100px;
    width: 1060px;
    padding: 20px;
    resize:none;
    text-decoration: none;
    outline: none;
}
.firstPublication textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
}
.firstPublication textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
}
.firstPublication textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
}
.firstPublication textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999999;
}
.myInfo{
    width: 1100px;
    overflow: hidden;
    border-bottom: 1px solid #f0efef;
    padding: 20px 0px;
}
.myInfo>div{
    float: left
}
.myInfo>div img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.myInfo>div span{
    font-size: 13px;
    color: #9c9c9c;
}
.myInfo button{
    width: 66px;
    height: 30px;
    float: right;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background-color: #ed4040;
    cursor: pointer;
    border: none;
    outline: none;
}
.plTotal{
    color:#474746;
    font-size: 13px;
    padding: 20px 0px 20px 0px;
}
.plUl>li{
    padding: 40px 0px 20px 0px;
    border-bottom: 1px solid #f0efef;
    overflow: hidden;
}
.respondentInfo{
    padding-bottom: 20px;
}
.respondentInfo img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.respondentInfo span{
    color: #474746;
    display: inline-block;
    margin-right: 30px;
}
.respondentInfo span:last-child{
    color: #999999;
}
.contentOfReply{
    line-height: 25px;
    padding: 18px 0px;
    margin-left:40px;
}
.operation{
    position: relative;
    float: right;
}
#dropdownMenu1{
    margin-top:10px;
}
.operation button{
    float: left;
    border: none;
    background-color: transparent;
    outline: none;
    margin-left: 15px;
    color: #3a73bc;
    cursor: pointer;
}
.operation button span{
    color: #9c9c9c;
}
.hfUl{
    background-color: #f1f1f1;
    padding: 10px;
    margin: 0px 0px 10px 40px;
}
.hfContent{
    color: #999999;
    line-height: 25px;
}
.hfSend textarea{
    margin-top: 20px;
}
.hfSend .myInfo{
    border-bottom: none;
    padding-bottom: 0px;
}
.operation .activeZan{
    color: #ed4040;
}
/* 填写委托单 */
.wtdMain{
    width: 1120px;
    background-color: #ffffff;
    padding: 30px 40px 40px 40px
}
.wtdTitle{
    overflow: hidden;
    height: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.wtdTitle>div{
    height: 26px;
    line-height: 26px;
    float: left;
    margin-top: 7px;
    border-left: 6px solid #a7342d;
    font-size: 18px;
    color: #3a3a3a;
    font-weight: bold;
    padding-left: 18px;
}
.wtdTitle>a{
    background-color: #cb605a;
    color: #ffffff;
    width: 128px;
    height: 40px;
    border-radius: 5px;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
}
.wtdModularOne{
    overflow: hidden;
    padding: 40px 0px;
    border-bottom: 1px dashed #e5dfe1;
}
.wtdModularOne li{
    list-style: none;
    width: 340px;
    line-height: 35px;
    float: left;
    margin-bottom: 10px;
}
.wtdModularOne li span{
    vertical-align: middle;
    float: left;
    width: 100px;
}
.wtdModularOne li input{
    width: 190px;
    height: 35px;
    border: 1px solid #e7e7e7;
    outline: none;
    padding: 0px 5px;
    float: left;
    margin-left: 10px;
}
.wtdModularOne li img{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.wtdModularOne li:nth-child(7),.wtdModularOne li:nth-child(8),.wtdModularOne li:nth-child(9){
    margin-bottom: 0px;
}
.wtdModularOne li:nth-child(3n-1){
    padding: 0px 50px;
}
.wtdModularTwo{
    padding: 40px 0px;
    border-bottom: 1px dashed #e5dfe1;
}
.wtdTextarea{
  width: 690px;
  height: 77px;
  resize:none;
  border:1px solid #e7e7e7;
  margin: 5px 0px 0px 98px;
  padding: 5px;
  outline: none;
}
.jsMdDiv{
    overflow: hidden;
}
.jsMdDiv span{
    width: 96px;
    display: inline-block;
}
.jsMdDiv >ul{
    display: inline-block;
    vertical-align: middle;
}
.jsMdDiv >ul li{
    float: left;
    margin-right: 20px;
}
.jsMdDiv >ul li input{
    margin-right: 5px;
}
.jsyqDiv{
    margin-top: 40px;
}
.jsyqDiv span{
    width: 96px;
    display: inline-block;
    vertical-align: top;
}
.jsyqDiv ul{
    display: inline-block;
    vertical-align: middle;
    width: 350px;
}
.jsyqDiv ul li{
    float: left;
    width: 50%;
    margin-bottom: 13px;
}
.jsyqDiv ul li input{
    margin-right: 5px;
}
.jsyqDiv ul li:nth-child(5),.jsyqDiv ul li:nth-child(6){
    margin-bottom: 0px;
}
.wtdModularThree{
    padding: 40px 0px;

}
.fengeDiv{
    background-color: #f3f3f3;
    width: 1200px;
    height: 14px;
    margin-left: -40px;
}
.wtdModularThree>div{
    margin-bottom: 10px;
}
.wtdModularThree>div span{
    width: 96px;
    display: inline-block;
    vertical-align: top;
}
.wtdModularThree>div:nth-child(3) textarea,.wtdModularThree>div:nth-child(4) textarea{
    margin-left: 0px;
}
.wxyzDiv ul{
    display: inline-block;
}
.wxyzDiv ul li{
    float: left;
    margin-right: 20px;
}
.wxyzDiv ul li input{
    margin-right: 5px;
}
.jscTextarea{
    width: 330px;
    height: 125px;
    resize:none;
    border:1px solid #e7e7e7;
    padding: 5px;
    outline: none;
}
.jscTextarea1{
    margin-right: 13px;
}
.wtdModularFour{
    padding: 40px 0px 0px 0px;
}
.wtdModularFour ul{
    width: 800px;
    overflow: hidden;
}
.wtdModularFour ul li{
    width: 400px;
    float: left;
    margin-bottom: 10px;
}
.wtdModularFour ul li:nth-child(even){
    width: 387px;
    padding-left: 13px;
}
.wtdModularFour li span{
    vertical-align: middle;
    width: 96px;
    display: inline-block;
}
.wtdModularFour li input{
    width: 265px;
    height: 35px;
    border: 1px solid #e7e7e7;
    outline: none;
    padding: 0px 5px;
}
.timeDiv input{
    width: 85px;
    height: 35px;
    border: 1px solid #e7e7e7;
    outline: none;
    padding: 0px 5px;
}
.subDiv{
    padding: 37px 0px 150px 0px;
    text-align: center;
}
.subDiv button{
    width: 80px;
    height: 36px;
    color: #ffffff;
    border: none;
    outline: none;
}
.subDiv .czBtn{
    background-color: #838383;
}
.subDiv .tjBtn{
    background-color: #9e392d;
}
.myWtdTable{
    width: 100%;
}
.myWtdTable th{
    height: 64px;
    border-bottom: 8px solid #f3f3f3;
}
.myWtdTable tr td{
    border-bottom: 1px solid #eaeaea;
    height: 60px;
    padding: 5px;
    text-align: center;
}
.myWtdTable tr td:first-child{
    text-align: left;
}
.czBtn{
    width: 155px;
}
.czBtn button{
    width: 65px;
    height: 30px;
    background-color: #dc5d61;
    color: #ffffff;
    border: none;
    outline: none;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.tkTitle{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #363434;
    padding-left: 50px;
}
.jdcxDiv{
    display: none;
    padding: 50px;
}
.jdcxDiv>ul{
    border-left: 1px dashed #e4e3e3;
    padding-left: 10px;
}
.jdcxDiv>ul>li {
    background-color: #f3f3f3;
    margin-bottom: 35px;
    position: relative;
    padding: 13px 17px;
}
.jdcxDiv>ul>li .dot{
    height: 19px;
    width: 18px;
    background: url(/official/img/lcHui.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -20px;
}
.jdcxDiv>ul>li:first-child .dot{
    background: url(/official/img/lcHong.png) no-repeat;
}
.jdcxDiv .time{
    color: #242424;
    vertical-align: top;
}
.jdcxDiv>ul>li .miaoshu{
    display: inline-block;
    color: #242424;
    padding-left: 10px;
}
.msList{
    display: inline-block;
    padding-left: 10px;
}
.msList>span{
    vertical-align: top;
}
.msList ul{
    display: inline-block;
}
.msList>ul li{
    font-size: 13px;
    padding-bottom: 10px
}
.msList>ul li .type{
    color: #fb3838;
    margin-right: 5px;
}
.layui-layer-title{
    border-bottom:none !important;
    background-color:transparent !important;
    padding: 50px 80px 0 20px !important;
}
.zzpzDiv{
    display: none;
    text-align: center
}
.zzImg{
    max-width: 90%;
    margin-top: 50px;
}
.baseScreenDiv{
    overflow: hidden;
}
.baseScreenDiv .selectDiv{
    float: left;
}
.baseScreenDiv select{
    width: 152px;
    height: 35px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    outline: none;
    color: #696969;
    margin-right: 3px;
}
.baseScreenDiv input{
    width: 210px;
    height: 33px;
    border: 1px solid #e5e5e5;
    padding: 0px 20px;
    outline: none;
    vertical-align: middle;
    border-radius: 3px 0px 0px 3px;
}
.baseScreenDiv input::-webkit-input-placeholder { /* WebKit browsers */
    color: #a1a1a1;
}
.baseScreenDiv input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a1a1a1;
}
.baseScreenDiv input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a1a1a1;
}
.baseScreenDiv input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a1a1a1;
}
.baseScreenDiv button{
    height: 35px;
    width: 65px;
    border-radius: 0px 3px 3px 0px;
    background-color: #dc5c5d;
    color: #ffffff;
    border: 1px solid #dc5b5d;
    margin-left: -5px;
    vertical-align: middle;
}
.baseScreenDiv .jiansuo{
    float: right;
}
/* 新书推荐的列表 */
.newBookMain{
    padding: 62px 60px;
    background-color: #ffffff;
    margin-bottom: 50px;
}
.newBookMain ul{
    overflow: hidden;
}
.newBookMain li{
    width: 176px;
    height: 265px;
    padding: 0px 20px;
    float: left;
    text-align: center;
    margin-bottom: 56px;
}
.newBookMain a{
    cursor: pointer;
    text-decoration: none;
}
.newBookMain li img{
    height: 195px;
    width: 140px;
}
.newBookMain li .tit{
    margin: 10px auto 5px auto;
    color: #2e6ca5;
    font-size: 15px;
    width: 140px;
}
.newBookMain li .press{
    color: #545050;
    font-size: 13px;
    width: 140px;
    margin: 0 auto;
}
.bookDetailMain{
    background-color: #ffffff;
    padding: 52px;
    margin-bottom: 58px;
}
.bookDetailItem{
    overflow: hidden;
}
.bookDetailItem img{
    float: left;
    height: 205px;
    width: 146px
}
.bookDetailItem .item{
    float: left;
    margin-left: 20px;
    width: 930px;
}
.bookDetailItem .item p span:first-child{
    color: #8a8a8a;
    font-weight: bold;
    width: 100px;
    display: inline-block;
    line-height: 35px;
}
.bookDetailItem .item .tit{
    font-size: 19px;
    font-weight: bold;
}
.bookDetailItem .item p span{
    margin-right: 5px;
}
.bookDetailItem .item button{
    height: 28px;
    width: 74px;
    background-color: #a63634;
    color: #ffffff;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
}
 .bookDetailMain .introduce{
    margin-top: 50px;
    line-height: 20px;
    text-indent: 2em;
}
.moreBookDiv{
    width: 100%;
}
.bookMore{
    color: #a3362f;
    float: right;
    cursor: pointer;
}
.bookLb{
    position: relative;
}
.bookLb .swiper-slide{
    text-align: center;
    margin-top: 20px;
}
.bookLb .swiper-slide img{
    width:150px;
    height:195px;
}
.in_container{
    width: 670px;
    margin: 0 auto
}
.swiper_btn{
    background-color: #abaab0;
    height: 40px;
    width: 36px;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 115px;
    cursor: pointer;

}
.swiper-button-prev{
    left: 0px;
}
.swiper-button-next{
    right: 0px;
}
.noDataDiv{
    text-align: center;
    margin-top: 20px;
    border-bottom: none !important;
}
.noDataDiv p{
    margin-top: 10px;
    color: #cbc7c7;

}

/* 会动的飘窗 */
#roll {
    width: 420px;
    position: fixed; /*fixed实现绝对定位*/
    cursor: pointer;
    padding: 10px;
    color: #fff;
    text-indent: 2em;
    border-radius: 10px;
    z-index: 99;
    display: none;
    background: url("../img/rollbj.png") right top no-repeat;
    background-color: #c74a42;
    background-size: 300px;
    min-height: 200px;
    padding: 20px 35px;
    line-height: 23px;
    box-sizing: content-box;
}
#roll h1 {
    text-align: center;
    font-size: 26px;
    color: #fff;
    margin:20px 0;
}

#roll p {
    margin-top: 20px;
}
#roll p span,
#roll p {
    color: #ffffff;
    font-size: 16px !important;
}
#roll img {
    height: 13px;
    width: 13px;
    float: right;
    margin-right: 5px;
}


