@charset "utf-8";
/* CSS Document */
html{
	max-width:640px;
	margin:0px auto;
	min-height:100%;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing:border-box;
	outline: none;
}
*:not{
	-webkit-touch-callout: inherit;
	-webkit-user-select: auto;
}
*:focus{
	outline:none;
}
body {
	text-align:left !important;
	width: 100%;
	float:left;
	-webkit-touch-callout: inherit ;
	-webkit-user-select: auto ;
	font-family:"微软雅黑";
	margin:0px auto;
	font-size:12px;
	color:#282828;
	min-height:100%;
}
select{
	-webkit-appearance:none;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0,0);
	color:#282828;
} 
a:hover {
	text-decoration: none;
}
button,input,select,textarea,label{
	font-size: 100%;
	border-radius:0px;
	margin: 0;
	padding:0;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
	font-family:"微软雅黑";
} 
dt,dd {
	display: inline-block;
}
table,td{
	border-collapse: collapse;
} 
ul,ol,li {
	list-style: none;
} 
em {
	font-style: normal;
} 
img{
	max-width:100%;height: auto !important;
}
#Body{width:100%;max-width:640px;margin:0px auto;float:left;}
#Body:after,.content:after{content:"";height:0px;display:block;clear:both;}



#Content{width:100%;margin:0 auto;}
#Content1,#Content3{width:100%;margin:0 auto;overflow:hidden}
.left{float:left}
.right{float:right}
/* 栏目标题 */
#box {
height: 60px;
text-align: center;
line-height: 60px;
width: 100%;
text-align: center;
margin-top:10px;
}
#lmbt {
width: 30%;
margin: 0 0 0 30px;
vertical-align: middle;
}
#lmbt img{width:100%}
#lm_topl,#lm_topr {
width: 30%;
height: 50%;
border-bottom: 1px solid #c70e27;
}
#lm_topl ,#lmbt {
float: left;
}
#lm_topr{
float: right;
}

.con_name{
     position: relative;
     color: #ce1112;
     font-size:18px;
     line-height:20px;
     text-align: left;
     font-weight: bold;
     margin:20px 0 20px;
     padding-left:30px;
 }
.con_name em {
    background:url(/res/ChinaPostJT/structure/191214041.png) no-repeat left center;
    width: 18px;
    height: 19px;
    position: absolute;
    top: 1px;
    left: 0px;
}
.con_2{width:46%}
.con{
margin:20px 0;
display:block;
width:100%;
}
.con:after {
    content: "";
    display: table;
    clear: both;
}
.con h4,.con h5{padding-left:30px;line-height:30px;font-weight:bold;}
.con h4{font-size:16px;}
.con h5{font-size:14px;color:#333333}

/*  大赛规则*/
 .con_gz{
     width:100%;
     margin:0 auto;
    
     
     line-height:180%;
     color: #666666;
     font-size: 16px;

}
.con_gz li{
    box-sizing: border-box;
    padding:20px 15px;
    background-color: #fcf7ef;
    width:100%;
}
.con_gz li:nth-child(even) {
    background-color: #fff5e5;
}
.con_gztop{
    display: block;
    font-weight: bold;

    line-height:40px
}