* {
    margin: 0;
    padding: 0;
}
ul,li {
    list-style: none;
}
a {
	color: #333333;
    text-decoration: none;
}
a:hover {
	color: #1172ED;
}

img {
    border: 0 none;
}
body {
    font-size: 20px;
    color: #333333;
    font-family: "Microsoft Yahei";  
}
img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.box {
    width: 97%;
    margin: 0 auto;
}
@media screen and (min-width: 750px) {
    .box{
        width: 750px;
        height: auto;
        margin: 0 auto;
    }
}
.banner{
	width: 100%;
	height:auto ;
	text-align: center;
}
/*移动端*/
.tit{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	font-weight: bold;
	font-size: 0.32rem;
	margin: 0.1rem auto;
	text-align: center;
	overflow: hidden;
	color:#1172ed;
	background: url(../images/zt/tit1.png) no-repeat center /7.3rem 0.16rem;
}
.news li{
	margin: 0.2rem auto;
}
.new-pic{
	float: left;
	width: 30%;
	height: auto;
}
/*.new-pic img{
	width: 2rem;
	height: 1.33rem;
}*/
.new-list{
	float: right;
	width: 68%;
    height: auto;
    line-height: 0.36rem;
    font-size: 0.22rem;
}
.new-list h5{
	font: bold 0.22rem/0.3rem "微软雅黑";
	margin-bottom: 0.05rem;
}
.new-list a p{
	font: normal 0.20rem/0.32rem "微软雅黑";
}
.new-list a p span{
	color: #1172ed;
}
/*视频*/
.video li{
	width: 49%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
}
.video li:nth-child(2n){
	margin-right: 0;
}
.video li a p{
	font: normal 0.22rem/0.36rem "微软雅黑";
	text-align: center;
}
/*专题*/
.zt li{
	text-align: center;
}
.zt li a p{
	font: normal 0.22rem/0.36rem "微软雅黑";
	text-align: center;
	margin-bottom: 2%;
}


/*表单*/
.fkzx{
	width: 100%;
	height: auto;
}
.rel-box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0.1rem;
    border: 1px solid #e3e3e3;
    /*margin-top:0.2rem;*/
}

.footer {
    width: 100%;
    height: auto;
	margin-top: 0.2rem;
}
.footer p {
	line-height: 0.5rem;
	font-size: 0.28rem;
	color: #333333;
    text-align: center;
    margin: 0 auto;
    padding: 0.2rem 0;
}
