* {
    margin: 0px;
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}
a{color: #333333;}

a:hover {
    color: #004a7c;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
	  text-decoration: none;
}
ul li,
ol li {
    list-style-type: none;
}

body {
    font-family: "microsoft Yahei";
    width: 100%;
}
.height10{width: 100%;height: 10px;}
.height15{width: 100%;height: 15px;}
.height20{width: 100%;height: 20px;}
.height25{width: 100%;height: 25px;}
.height30{width: 100%;height: 30px;}
.height40{width: 100%;height: 40px;}

/*******************************************主体内容*******************************************/
.ttop{width: 100%;margin: 0 auto;height: auto;text-align: center;}
.con{width: 1200px;margin: 0 auto;height: auto;overflow: hidden;}
.mingzi{width: 100%;height: auto;overflow: hidden;height: 45px;}
.mingzi-left{width: 250px;float: left;line-height: 45px;}
.mingzi-right{width: 940px;float: right;background: url(icon.png) repeat-x;height: 20px;margin-top: 15px;}
.mingzi-left1{font-size: 30px;color: #fa5403;float: left;}
.mingzi-left2{width: 2px;height: 30px;display: block;background: #0d8ee9;float: left;margin: 0 20px;margin-top: 9px;}
.mingzi-left3{font-size: 30px;color: #0d8ee9;float: left;}
.neirong{width: 100%;height: auto;margin-bottom: 30px;overflow: hidden;float: left;}
.neirong ul li{height: 50px;width: 100%;float: left;border-bottom: 1px dashed #989898 ;line-height: 50px;font-size: 17px;}
.neirong ul li i{display:block;width: 4px;height: 4px;float: left;margin: 25px 25px 0 0;background: #0d8ee9;}
.neirong ul li span{float: right;color: #666666;}