body{
    background: #F8F8F8;
}
.contentDiv{
    background: #fff;
    padding:30px 0 30px 30px;
    min-width: 1028px;
}
.searchBox {
    margin-bottom: 16px;
}
.searchBox span{
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.searchBox input{
    width: 280px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 0 10px;
}
.searchBox a{
    width: 68px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
}
.searchBox a.searchBtn{
    color: #fff;
    background: #1371E6;
    border: 1px solid #1371E6;
    margin: 0 10px 0 20px;
}
.searchBox a.resetBtn{
    border: 1px solid #eee;
    color: #999;
}
.advisoryList .unitBox{
	display: block;
	width: 48%;
	padding: 24px;
	background: #F8F8F8;
	box-sizing: border-box;
	border-radius: 8px;
	height: 280px;
    margin-bottom: 20px;
    margin-right: 2%;
    
}
.mainUl{
    width: 58%;
    overflow-y: scroll;
    height: 182px;
}
.advisoryList .title{
	width: 60%;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	margin-bottom: 30px;
}
.advisoryList ul li{
	width: 100%;
}
.advisoryList ul li .dateBox{
	padding-left: 32px;
}
.advisoryList ul li .dateBox span{
	float: left;
	padding: 7px 10px;
	height: 16px;
	background: #fff;
	color: #999;
	margin-bottom: 5px;
}
.advisoryList ul .li01 .dateBox{
	background: url(../images/advisory1.png) no-repeat left 0.1rem;
}
.advisoryList ul .li02 .dateBox{
	background: url(../images/advisory2.png) no-repeat left 0.1rem;
}
.advisoryList ul li .conBox{
	padding: 5px 0 26px 22px;
	border-left: 1px solid #f8f8f8;
	margin-left: 10px;
	color: #999;
	line-height: 16px;
}
.advisoryList ul li.on .conBox{
	border-left: 1px solid #BABABA;
}
.advisoryList ul li.on .conBox.nobd{
	border-left: 1px solid #f8f8f8;
}
.pager {
	padding: 0;
}
.delBtn,.evaBtn{
    display: block;
    width: 70px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #999;
    border-radius: 16px;
    color:  #999;
    text-align: center;
    margin: 0 auto 0;
    background: #fff;
}
.evaBtn{
    margin-left: 5px;
}
.evaBtn:hover{
    border: 1px solid #1371E6;
    color:  #1371E6;
}
.delBtn:hover{
    border: 1px solid #EF205A;
    color:  #EF205A;
}
.starBox{
    width: 175px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 50px;
    color: #999;
    line-height: 34px;
    padding-left: 14px;
    bottom:15px;
    right: 10px;
}
.starBox img{
    margin-top: 5px;
}
.starPop_box{
    width: 340px;
    height: 230px;
    border-radius: 10px;
    padding: 30px;
}
.closeBtn {
    position: absolute;
    top: 22px;
    right: 22px;
}
/*星星打分*/

.dafen .title{
	width: 120px;
	height: 22px;
	line-height: 22px;
	text-align: right;
    color: #999;
}
.platform .title{
	width: 98px;
}
.dafen .f_orange{
	height: 22px;
	line-height: 22px;
}
.star {
	margin: 0 0 19px 0;
    border-bottom: 1px solid #ededed;
    padding-bottom: 27px;
}
.attitude{
	width: 55px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0 6px;
	margin: 0px 0 0 8px;
	font-size: 12px;
}
.attitudeBg{
	background: url(../images/attitude.png) no-repeat 0px center;
}
.star_score { width:160px; height:21px;  position:relative; margin: 0 ; }
.star_score a{ height:21px; display:block; text-indent:-999em; position:absolute;left:0;}
.star .star_score { background: url(../images/starky.png);}
.star .star_score a.clibg{ background:url(../images/starsy.png);left:0;}
.mainUlpop{
    height: 120px;
    overflow-y: scroll;
}
.mainUlpop li{
    padding-left: 30px;
    line-height: 22px;
    color: #999999;
}
.mainUlpop .icon01{
    background: url(../images/advisory1.png) no-repeat left 3px;
}
.mainUlpop .icon02{
    background: url(../images/advisory2.png) no-repeat left 3px;
    margin-top: 20px;
}
.gopj{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #F28B11;
    border-radius: 181px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 10px auto 0;

}