body{
	background: #273f59;
	/* overflow: hidden; */
}
.contenBox{
	width: 1520px;
	margin: 120px auto 0px;
	text-align: center;
}
.contenBox .title{
	font-size: 36px;
	color: #fff;
	font-weight: normal;
}
.contenBox i{
	display: block;
    width: 80px;
    height: 3px;
    background-color: #01d2a8;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.contenBox .listing{
	font-size: 20px;
}
.contenBox .dot_icon2{
	width: 6px;
	height: 6px;
	vertical-align: middle;
	margin-right: 10px;
}
.contenBox .listingMsg{
	font-size: 16px;
	color:#e4e4e4;
	margin-top: 10px;
}
.contenBox .listingMsgBox{
   text-align: left;
   padding-left:70px;
   color:#e4e4e4;
   float:left;
   width:1000px;
   font-size: 14px;
}
.contenBox .btn-click{
	width: 280px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #01d2a8;
	color: #01d2a8;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
	cursor: pointer;
}
.contenBox .btn-click:hover{
	color: #fff;
	background: #01d2a8;
}
.list-conntent .blank{
	width: 360px;
	margin: 0 auto;
	margin-top: 60px;
}
.list-conntent .blank img{
	width: 128px;
	height: 100px
}
.list-conntent .blank p{
	margin-top: 30px;
	font-size: 16px;
	color: #888;
}
.w140{
	width: 130px;
}
.w160{
	width: 200px;
}
.w280{
	width: 420px;
	text-align: left;
	padding-left: 10px;
}
.w540{
	width: 380px;
	text-align: left;
}
.contenBox table{
	text-align: center;
	font-size: 16px;
}
.contenBox tr:first-child{
	height: 54px;
	/* background: #f7f7f7; */
	font-size: 14px;
	color: #c1c1c1;
	font-weight: 600;
}
.contenBox table .tips{
	height: 20px;
}
.contenBox table .ranking-first{
	height: 102px;
	background: #f54b8b;
	color: #fff;
}
.contenBox table .no_icon{
	width: 140px;
	height: 72px;
}
.contenBox  .f_left{
	width: 70px;
    height: 102px;
    position: absolute;
    left: -70px;
    top: 54px;
}
.contenBox  .f_right{
	width: 70px;
    height: 117px;
    position: absolute;
    right: -70px;
    top: 55px;
}
.contenBox table .ranking-second{
	height: 88px;
	background: #8054e3;
	color: #fff;
}
.contenBox  .s_left{
	width: 70px;
	height: 88px;
	position: absolute;
	left: -70px;
	top: 176px;
}
.contenBox  .s_right{
	width: 70px;
	height:100px;
	position: absolute;
	right: -70px;
	top:177px;
}
.contenBox table .ranking-third{
	height: 72px;
	background: #489154;
	color: #fff;
}
.contenBox  .t_left{
	width: 70px;
	height: 72px;
	position: absolute;
	left: -70px;
	top: 284px;
}
.list-conntent{
	position: relative;
	width:1400px;
	margin: 0 auto;
	background: #1b374e;
}
.list-examine tr:first-child{
	background: url('../images/tr-d.png') no-repeat !important;
}
.list-examine tr:nth-child(even){
	background: url('../images/tr-d_1.png') no-repeat;
}
.list-examine tr:nth-child(odd){
	background: url('../images/tr-d_2.png') no-repeat; 
}
.list-examine{
	margin-bottom: 68px;
	background: none;
	color: #c1c1c1;
}
.contenBox  .t_right{
	width: 70px;
	height: 84px;
	position: absolute;
	right: -70px;
	top:284px;
}
/*.contenBox table .color_w:hover{
    text-decoration: underline;
}*/
.contenBox table .other_tr{
	height: 72px;
	/* border-bottom: 1px solid #e1e1e1; */
}
.list-examine table .other_tr{
	height: 52px;
	font-size: 14px;
}
.contenBox table .color_g:hover{
    text-decoration: underline;
    color: #01d2a8;
}
.poster{
	width: 1400px;
	height: 100px;
	margin: 0 auto;
	background-image: url("../images/poster1.png");
}
.poster.poster2{
	background-image: url("../images/poster2.png");
}
.poster h3{
	font-size: 32px;
	color: #fff;
	text-align: center;
	line-height: 100px;
	font-weight: normal;
}
.contenBox table .other_icon{
	width: 24px;
	height: 24px;
}
.someMsg{
	color:#e4e4e4
}

@media only screen and (max-width: 768px){
	.contenBox{
		width: 100%;
	}
	.contenBox .listingMsgBox{
		width: 100%;
		padding-left: 10px;
	}
	.contenBox .listingMsg {
        font-size: 12px;
    }
}