/* 双伪标签清浮动，解决塌陷 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* 主体 */

.content {
    background-color: #ffffff;
    padding-bottom: 30px;
}

.contentBox {
    border: 1px solid #eeeeee;
    margin-top: 25px;
    border-radius: 5px;
}

.content .title {
    min-height: 100px;
    background-color: #148df7;
    padding: 5px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.titleLeft{
    width: 1048px;
    text-align: center;
}
.titleLeft .lineOne {
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.titleLeft .lineTwo .jishu {
    padding: 3px 15px;
    background-color: #cce7ff;
    border-radius: 15px;
    color: #148df7
}

.titleLeft .time {
    background: url(../images/times.png) left center no-repeat;
    color: #fff;
    padding: 3px 10px 3px 20px;
    margin-left: 20px;
}

.iconBox {
    width: 90px;
    margin-top: 30px
}

.collectionBox {
    background: url(../../otherPart/images/collect.png) no-repeat left center;
}

.collectionBox:hover,
.collectionBox.on {
    background: url(../../otherPart/images/collect2.png) no-repeat left center;
}

.shareBox {
    background: url(../../otherPart/images/share.png) no-repeat left center;
    padding-bottom: 0px;
}

.shareBox:hover,
.shareBox.on {
    background: url(../../otherPart/images/share2.png) no-repeat left center;
}

.share {
    width: 35px;
    height: 100px;
    background: url(../images/share.png) no-repeat center center;
}

.c4c {
    color: #4c4c4c;
}

.c80 {
    color: #808080;
}

.content .text {
    padding: 0 20px
}


/* 下 开始 */

.detailsBottom {
    padding: 0 20px 25px 20px
}

.detailsBottom .hdBoxUl {
    border-bottom: 1px solid #eeeeee;
    height: 40px;
}

.detailsBottom .hdBoxUl li {
    margin-right: 20px;
    padding: 0px 18px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #808080;
}

.detailsBottom .hdBoxUl li.on {
    background-color: #e7f0fc;
    color: #148df7;
    border-bottom: 1px solid #148df7;
}

.detailsBottom .detailsList li {
    margin-top: 20px;
    margin-right: 21px;
    width: 268px;
    padding-bottom: 13px;
    border: 1px solid #eeeeee;
}

.detailsBottom .detailsList li:nth-child(4n) {
    margin-right: 0;
}

.detailsBottom .detailsList li .imgBox {
    height: 192px;
    border-bottom: 1px solid #eeeeee;
}

.detailsBottom .detailsList li .imgBox img {
    width: 100%;
    height: 100%;
}

.detailsBottom .detailsList li a:hover {
    color: #2082d5;
}

.tabBox {
    line-height: 25px;
    color: #616366;
    letter-spacing: 1px;
}

.pjBox li {
    height: 40px;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 15px;
}

.ml150 {
    margin-left: 150px;
}

.star {
    width: 150px;
    height: 20px;
}

.pager {
    padding-bottom: 0px;
}

.shareUlBox {
    width: 356px;
    height: 121px;
    left: 50%;
    margin-left: -165px;
    top: 30px;
    z-index: 22;
    display: none;
}


/* 下 结束 */

/* chatBtn */
.chatBtn{
    width: 70px;
    height: 37px;
    line-height: 37px;
    padding-left: 34px;
    color: #fff;
    margin: 20px 0 ;
    background:#148cf6 url(../../public/images/icons/message2.png) no-repeat 12px center;
    border-radius: 5px;
}
.notDia{
	top: 20%;
	width: 572px;
	height: 306px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgb(165, 165, 165);
	padding: 27px 26px;
}
.notDia textarea{
    width: 535px;
    height: 152px;
    background-color: #f5f8fa;
    border: 1px solid #e8ebed;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 16px;
    color: #808080;
}
.text-black{
    color: #000;
}
.chat_cancelBtn,
.chat_sureBtn{
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: #148df7;
    color: #f5f5f5;
    font-size: 16px;
}
.chat_cancelBtn{
    background-color: #e6e6e6;
    color: #999;
    margin-right: 45px;
}