﻿@charset "utf-8";

/*样式初始化*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Microsoft YaHei";
}

/*主背景图*/

/*清浮动*/
.bfc::after {
	content: "";
	display: block;
	clear: both;
}

/*网站主体字体和颜色*/
body {
	color: #333333;
	font-family: Microsoft YaHei;
}

/*a链接样式初始化*/
a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

/*pc端的宽度和字体初始化*/
.container {
	font-size: 16px;
}

/*头条新闻样式*/
.container .toutiao {
	width: 1200px;
	margin: auto;
}

.container .toutiao .toutiao_center {
	width: 1200px;
	margin: auto;
	padding: 15px 0;
	background-color: #f2f2f2;
}

.container .toutiao .toutiao_center p {
	line-height: 40px;
	text-align: center;
}

.container .toutiao .toutiao_center p a {
	color: rgb(0, 88, 136);
}

.container .toutiao .toutiao_center p:nth-child(1) {
	font-size: 36px;
	font-weight: bold;
}

.container .toutiao .toutiao_center p:nth-child(2) {
	text-align: left;
	text-indent: 0.1rem;
	margin: 8px 2%;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

	-webkit-line-clamp: 2;
}

.wz {
	line-height: 60px;
	height: 60px;
	background: #F2F2F2;
	color: #999999;
	font-size: 16px;
	padding-left: 40px;
}

.wz a {
	color: #999999;
}

/*信息障碍*/
.pop {
	display: none;
	width: 360px;
	height: 165px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding: 25px;
	z-index: 130;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
	position: fixed;
}

.pop-top {
	height: 40px;
	width: 100%;
	border-bottom: 1px #E5E5E5 solid;
}

.pop-top h2 {
	float: left;
	display: black
}

.pop-top span {
	float: right;
	cursor: pointer;
	font-weight: bold;
	display: black
}

.pop-foot {
	height: 80px;
	border-top: 1px #E5E5E5 solid;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

pop-cancel,
.pop-ok {
	border: none;
	background-color: #337AB7;
	color: #fff;
	cursor: pointer;
	width: 60px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.pop-cancel {
	background-color: #FFF;
	border: 1px #CECECE solid;
	color: #000;
	width: 60px;
	height: 30px;
	cursor: pointer;
}

.pop-content {
	height: 110px;
	text-align: center;
}

.pop-content-left {
	float: left;
}

.pop-content-right {
	width: 310px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 35px;
}

.bgPop {
	display: none;
	position: absolute;
	z-index: 129;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	position: fixed;
}

a {
	text-decoration: none;
}
