@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 16px;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
	color: #333;
	position: relative;
	min-height: 100%;
	min-width: 1200px;
	font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
select,
img {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
	cursor: pointer;
}

a:focus {
	outline: none;
}

img {
	border: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(165, 165, 165, 0.2)
}

li {
	list-style-type: none;
}

select {
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-khtml-appearance: none;
	appearance: none;
}

input[type="text"],
input[type="password"],
textarea,
input[type="submit"],
input[type="button"] {
	outline-style: none;
	-webkit-appearance: none;
	border: 0px;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

input {
	vertical-align: middle;
}

.clear {
	clear: both;
}

a:hover {
	color: #1453d5;
}

.midcontent {
	width: 1200px;
	margin: 0 auto;
}

.top{
	background: url(banner.jpg) no-repeat center top;
	background-size: cover;
	height: 290px;
	min-width: 1200px;
}
.modleBox{
	box-shadow: 0px 11px 29px 0px rgba(60,127,249,0.13);
	border-radius: 64px;
	border: 1px solid #1453d5;
	margin-top: 40px;
	padding:0 50px 60px;
}
.modleTitle{
	background: url(title.png) no-repeat center top;
	background-size: 100% 100%;
	height: 69px;
	line-height: 67px;
	text-align: center;
	width: 500px;
	margin: -10px auto 10px auto;

}
.modleTitle img{
	 vertical-align: middle;
	 margin-top: -5px;
	 display: inline-block;
	 width: 65px;
	 height: 34px;
}
.modleTitle img:first-child{
	position: relative;
	display: inline-block;
	transform: rotateY(-180deg);
}
.modleTitle span{
	padding: 0 25px;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
}
.list li{
	border-bottom: 1px dashed #ccc;
	padding: 0 16px 0 12px;
	height: 56px;
	line-height: 56px;
}
.list li a,.listJiedu li{
	font-size: 18px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.listName i{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: linear-gradient(180deg, #0481f6, #1453d5);
	border-radius: 50%;
	margin-right: 8px;
}
.listBtn{
	display: inline-block;
	font-size: 16px;
	width: 118px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	background: linear-gradient(180deg, #009ee7, #0057e7);
	border-radius: 16px;
	transition: all .2s;
}
.listBtn:hover{
	transform: scale(1.05);
}
.listDate{
	width: 130px;
	color: #999;
	text-align: center;
}
.footer{
	margin-top: 40px;
	background: linear-gradient(180deg, #0481f6, #1453d5);
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.headerCont{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* 新增 */
.list{
		height: 510px;
		overflow-y: auto;
	}
@media (max-width: 767px) {
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	button,article, aside, canvas, details, embed, figure,
	figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark,
	audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
	ol, ul { list-style: none; }
	button{background: transparent;}
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
	strong { font-weight: bold; }
	table { border-collapse: collapse; border-spacing: 0; }
	img { border: 0; max-width: 100%}
	html{
	line-height: initial;
	}
	body{
	font-size: 0.26rem;
	min-width: 100%;
	}
	.midcontent {
		width: 95%;
		margin: 20px auto;
		padding: 0 10px 10px;
	}
	.midcontent.headerCont{
		width: 100%;
		font-size: .2rem;
		margin: 0;
		padding: 0 10px;
	}
	.headerCont a{
		width: 3.8rem;
	}
	.top{
		min-width: 100%;
		height: 2.2rem;
	}
	.modleBox{
		border-radius: 10px;
	}
	.modleTitle{
		width: 75%;
		height: .6rem;
		line-height: .6rem;
	}
	.modleTitle img{
		    width: .65rem;
		    height: .34rem;
	}
	.modleTitle span {
	    padding: 0 .5rem;
	    color: #fff;
	    font-weight: 600;
	    font-size: .3rem;
	}
	.list li a, .listJiedu li{
		font-size: .2rem;
	}
	.list li{
		padding:8px 5px;
		height: auto;
		line-height:1.5;

	}
	.listBtn {
	    font-size: .16rem;
	    width: 1.2rem;
	    height: .38rem;
	    line-height: .38rem;

	}
	.listName i{
		width: 8px;
		height: 8px;
		margin-right: 4px;
	}
	.listName{
		flex: 1;
		margin-right: 10px;
	}
	.list{
		height: 6rem;
		overflow: scroll;
	}
	.footer {
	    margin-top: 20px;
	    height: .65rem;
	    line-height: .65rem;
	    font-size: .2rem;
	}
	.layui-table td{
		padding:9px 5px !important;
	}
}