body {
	background: #1163c3 url(ptbg_20190719.jpg) no-repeat top center;
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: "微软雅黑"
}

.main {
	width: 1200px;
	position: relative;
	top: 12%;
	left: 50%;
	margin-bottom: 200px;
	margin-left: -600px
}

.main .title {
	display: block;
	margin: 0 auto;
	width: 1000px
}

.main_content {
	width: 100%;
	margin-top: 90px;
	display: flex;
}

.main_left,
.main_right {
	flex: 1;
	margin-top: -24px;
}

.main_ul li {
	width: 300px;
	height: 120px;
	padding-left: 30px;
	padding-right: 50px;
	background: #FFFFFF;
	border-radius: 12px;
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_ul a,
.first_name {
	text-decoration: none;
	display: inline-block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #1164B9;
	line-height: 30px;
}

.main_left a,
.main_right a {
	width: 200px;
}

.main_center {
	flex: 1;
}

.main_cul {
	width: 380px;
	height: 264px;
	background: #FFFFFF;
	border-radius: 12px;
	text-align: center;
}
.main_cul a{
	text-decoration: none;
}

.main_cul div img {
	margin-top: 15px;
	margin-bottom: 10px;
}
.second_channel {
	display: flex;
	flex-wrap: wrap;
	margin-left: 40px;
	margin-top: 10px;
}
.second_channel li {
	margin: 0 10px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.second_channel li a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #898989;
	line-height: 32px;
}

.main_bottom {
	width: 100%;
	height: 402px;
	background: #fff;
	border-radius: 10px;
	margin-top: 20px
}

.footer {
	height: 100px;
	text-align: center;
	line-height: 80px;
	font-size: 18px;
	color: #fff
}