@charset "utf-8";

/*全局元素默认设置*/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
}

/*始终显示浏览器右侧滚动条*/
body {background-color: #FFFFFF;overflow-y: scroll;*overflow-y: auto;	/*兼容ie7*/}
img {border: none;}
a {text-decoration: none;}
li {list-style: none;}
input,button {outline: none;}
/*鼠标移入的状态*/
a:active,a:hover {outline: 0}

/*去除ie10/ie11input里面的叉叉*/
::-ms-clear,
::-ms-reveal {display: none;}

/*盒子模型*/
.box {overflow: hidden;}


/*定位*/
.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.pf {
	position: fixed;
}


/*居中*/
.text-center {
	text-align: center;
}
.center {
	margin: 0 auto;
}

/* 单行溢出省略 */
.el {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}




.list{
	width: 31%;
	margin-bottom: 30px;
}
.list.fl{
	margin-right:42px;
}

.list-title{
	height: 50px;
	line-height: 50px;
	position: relative;
	border-bottom: 3px solid #898989;
	margin-bottom: 20px;
}
.list-title a{
	position: absolute;
	top: 5px;
	right: 10px;
}
.list-title .line{
	position: absolute;
    bottom: -13px;
    left: -1px;
}
.list-li li{
	
	line-height: 35px;
	list-style: inside;
}
.list-li-r li {
	line-height: 35px;
	list-style: inside;
	background: #F5F1F2;
}
.list-li-r li a{
	color: #181818;
}
.list-li li a{
	color: #181818;
}
.img{
    width: 273px;
    padding-top: 12px;
}

.bg{
	padding: 15px;
	margin-top: 30px;
}
.meiti{
	width: 65%;
	margin-top: 44px;
}
.meiti-con>div{
	width: 33.3%;
	float: left;
	background: #F4EDD3;
	height: 160px;
	text-align: center;
	padding-top: 40px;
	font-size: 20px;
	color: #DA3531;
}
.meiti-img{
	padding-top: 0 !important;
}
.meiti-code>div{
	float: left;
	width: 25%;
	height: 160px;
	background: #F4EDD3;
	text-align: center;
	padding-top: 13px;
}
.meiti-code-img{
	width: 100%;
	padding-top: 0 !important;
	margin-left: -1px;
}