/*
	Name: Agent_Style v1.0 -LESS Framework
	Author: Liuqq
	Styles updated: 2018/5/3
-------------------------------*/


/*base style define*/


/*---------------------------------------*/

body,
dl,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
form,
fieldset,
input,
textarea,
p,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	font-size: 1vw;
	font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}


/*body {
  max-width: 800px;
  margin: 0 auto !important;
  background: #fff;
  line-height: 1.42857143;
  color: #333;
}*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}

img {
	border: 0;
}

* {
	padding: 0;
	margin: 0;
}

ol,
ul,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}


/*html5*/

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block;
}

input,
textarea,
button,
select {
	outline: none;
}

textarea {
	resize: none;
}

i,
em,
cite {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
}

.hide {
	display: none;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.iconfont {
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
}


/*校区列表*/

.list_banner {
	width: 100%;
	background: url(../images/bannerhb.png) no-repeat center center;
	height: 53vw;
	background-size: 100% 100%;
	padding-left: 3vw;
	position: relative;
}

.banner_title {
	overflow: hidden;
	text-align: center;
	padding-top: 5.8vw;
}

.banner_title .title {
	font-size: 4.5vw;
	color: #fff;
}

.list_banner .dir_right {
	width: 2.7vw;
	height: auto;
	float: left;
	margin-left: 1vw;
}

.dir_right a {
	display: block;
	width: 100%;
}

.list_banner .dir_right img {
	width: 100%;
	height: 100%;
}

.list_banner p {
	font-size: 7vw;
	color: #fff;
	margin-top: 10vw;
	font-weight: 400;
	text-align: left;
}


/*内容*/

.list_text {
	width: 100%;
	background-color: #fff;
	border-radius: 4vw 4vw 0 0;
	position: absolute;
	top: 44vw;
	left: 0;
	padding: 0 4vw;
}

.list_text h3 {
	font-size: 3.7vw;
	color: #333;
	margin-top: 4vw;
	font-weight: bold;
	margin-bottom: 3.5vw;
	overflow: hidden;
}

.list_text .text {
	width: 100%;
	margin-top: 2.2vw;
}

.list_text .text li {
	width: 100%;
	clear: both;
	height: auto;
	display: table;
	margin-bottom: 4vw;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 3.5vw;
}

.list_text .digital {
	float: left;
	width: 70%;
	overflow: hidden;
}

.list_text .digital span {
	font-size: 3.5vw;
	color: #333;
	display: inline-block;
}

.list_text .digital .time {
	font-size: 3.1vw;
	color: #999;
	margin-top: 1.2vw;
}

.list_text .text li p {
	float: right;
	font-size: 3.3vw;
	color: #333;
	margin-top: 2vw;
}