/* CSS Document */
#new{width:95%; height: auto; margin-top: 20px;}
#new nav{width:100%; height:35px; margin-top: 10px;}
#new nav li{width:calc((100% - 16px) / 3); height:100%; background: #FFF; text-align: center; line-height: 35px; border-radius: 8px; float: left;
	margin-left: 8px; overflow: hidden;}
#new nav li:nth-child(1){margin-left:0px;}
#new nav li a{display:block; width:100%; height:100%; font-size: 0.8rem; color:#333333;}
#new nav li.dq{background:#e82100;}
#new nav li.dq a{color:#FFF;}

#new .conk{width:100%; height:auto; background: #FFF; padding-top: 8px; margin-top: 15px; border-radius: 8px; padding-bottom: 20px;}
#new .conk .tit{width:90%; height:auto; text-align: center; border-bottom: 1px solid #eeeeee;}
#new .conk .tit p:nth-child(1){width:100%; height:auto; font-size: 1rem; color:#333333; font-weight: bold; line-height: 25px;}
#new .conk .tit p:nth-child(2){width:100%; height:auto; font-size: 0.8rem; color:#999999; line-height:35px;}
#new .conk .content{width:90%; height: auto; line-height: 25px; padding-top: 8px;}

.ggtop{width:90%; height:35px; border-bottom: 1px solid #e5e5e5; padding-top: 8px;}
.ggtop p{width:calc(100% - 4px); height:30px; border-left:4px solid #e82100; line-height: 30px; font-size: 1rem; font-weight: bold;
	text-indent: 0.5rem;}

#xgyd{width:95%; height: auto; background: #FFF; margin-top: 10px; padding-top: 8px; padding-bottom: 8px; border-radius: 8px;}
#xgyd ul{width:90%; height: auto;}
#xgyd ul li{width:100%; height: 90px; border-bottom: 1px solid #eeeeee; padding-top: 10px; padding-bottom: 10px;}
#xgyd ul li .pic{width:150px; height:100%; float: left; overflow: hidden;}
#xgyd ul li .pic div{width:1000px; height:100%; position: relative; left:50%; margin-left: -500px; text-align: center;}
#xgyd ul li .size{width:calc(100% - 160px); height:100%; float: right;}
#xgyd ul li .size p:nth-child(1){width:100%; height: auto; line-height: 35px; text-align: left; font-size: 1rem; font-weight: bold;
	color:#333333; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
#xgyd ul li .size p:nth-child(2){width:100%; height:calc(100% - 35px); line-height: 25px; font-size: 0.8rem; text-align: left;
	color:#666666; overflow: hidden;}
