body,html{
    background-color: #fff;
}
.mainDiv{
    width: 902px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}
.maintop{
    /* height: 111px; */
    background-color: #148df7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px 30px 10px 30px;
}
.liPosition{
    padding-left: 16px;
    background-color: #cce7ff;
	color: #148df7;
    width: 362px;
	height: 23px;
	line-height: 23px;
	border-radius: 20px;
	margin-right: 35px;
}
.source{
	max-width: 190px;
}
.w155{
	max-width: 140px;
}
.liTime{
    padding-left: 22px;
    background: url(../../otherPart/images/time2.png) no-repeat left center;
    width: 178px;
    text-align: left;
}
.viewTime{
    padding-left: 24px;
    background: url(../../otherPart/images/view2.png) no-repeat left center;
    text-align: left;
}
.bc {
    margin-top: 32px;
}
.iconBox {
    width: 90px;
}
.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;
}
.mainContent{
    line-height: 28px;
    padding: 0px 35px;
    color: #616366;
    margin-bottom: 35px;
    min-height: 550px;
}
.mainContent img{
    display: block;
    max-width: 100%;
    margin: 5px auto;
}
.c616366{
	color: #616366;
}
.ckMore{
	width: 56px;
	color: #616366;
	padding-right: 20px;
	background: url(../../foundPolicy/images/ckMore.png) no-repeat right 7px;
	margin-top: 20px;
}
.ckyw a{
    width: 90%;
}
.ckyw,
.ckyw a{
    color: #ffdd00;
}
.ckyw a:hover{
    color: #fff;
}
.tuiJianBox{
    margin-left: 13px;
    width: 246px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    padding: 18px 17px;
    margin-bottom: 30px;
}
.tuiJianBox li{
    height: 101px;
    padding-top: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.tuiJianBox li .tit{
    line-height: 28px;
    font-size: 16px;
    color: #666;
}
.tuiJianBox li .tit:hover{
    color: #148df7;
}
.tuiJianBox li:last-child{
    border-bottom: none;
}
.f13{
    font-size: 13px;
}
.inputTitle {
    font-size: 18px;
    color: #333;
    padding-left: 20px;
    background: url(../../member/images/hyzxTitle.png) no-repeat left center;
}
.bg-f7f9fc{
    background-color: #f7f9fc;
}
.nodataList{
    text-align: center;
    color: #666;
    line-height: 50px;
    margin-top: 30px;
}