﻿@charset "utf-8";
*,
:after,
:before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	color: #333;
	font: 16px/1.4 "Microsoft Yahei", "SimSun", Helvetica, Arial;
}

body,
p,
dl,
dd {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
	transition: color .3s ease-in;
}

img {
	max-width: 100% !important;
	border: 0 none;
	/*去除 IE6-9 和 Firefox 3 中 a 内部 img 元素默认的边框*/
	height: auto;
	vertical-align: top;
	/*去除现代浏览器图片底部的空隙*/
	-ms-interpolation-mode: bicubic;
	/*修复 IE7 图片缩放失真*/
}

input,
button {
	border: 1px solid #000;
	background-color: #fff;
}

label,
button,
input[type=button],
input[type=submit] {
	cursor: pointer;
}

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

del,
ins,
u,
s {
	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

textarea {
	overflow: auto;
	/*ie8下有滚动条*/
	resize: vertical;
	/*让其只能垂直拖动，防止宽度改变破坏布局。*/
}

table {
	border-spacing: 0;
	/* 设置相邻单元格的边框间的距离为0 */
	border-collapse: collapse;
	/* 为表格设置合并边框模型 */
}

th {
	text-align: left;
	font-weight: normal;
}

caption {
	text-align: left;
}

iframe {
	border: 0;
	/*ie8中设置frameborder才有效*/
}

small {
	font-size: 12px;
}


/*
	
*/


/*
	代码字体选择如下：
	Windows 优先使用 Consolas
	OS X 优先使用 Monaco
*/

code,
kbd,
pre,
samp {
	font-family: monaco, menlo, consolas, 'courier new', courier, monospace;
}


/*----------------------------------------
 h5新特性的设置
-----------------------------------------*/


/*placeholder设置颜色*/

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
	color: #999;
}


/*Firefox下input button内文字不能垂直居中及安卓手机按钮文字不垂直居中*/

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]> input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}


/*----------------------------------------
 公共类
-----------------------------------------*/

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.rgba {
	background-color: rgba(0, 0, 0, .5);
	filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr=#7F000000, endColorstr=#7F000000);
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.triangle_down {
	width: 0;
	height: 0;
	content: "";
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #333 transparent transparent;
}

.triangle_up {
	width: 0;
	height: 0;
	content: "";
	border-width: 0 5px 5px;
	border-style: solid;
	border-color: transparent transparent #333;
}

.r-d {
	-webkit-user-modify: read-write-plaintext-only;
}

.cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 240px;
	height: 180px;
	border: 1px solid #666;
}


/*正常css*/

.topArea {
	height: 40px;
	background: rgba(243, 243, 243, 1);
	overflow: hidden;
}

.wrapper-1200 {
	width: 1200px;
	margin: 0 auto;
}

.topArea b {
	float: left;
	line-height: 40px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
}

.topArea ul {
	float: right;
	overflow: hidden;
}

.topArea ul li {
	float: left;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 40px;
}

.topArea ul li a {
	color: rgba(102, 102, 102, 1);
	padding: 0 8px;
}

.topArea ul li em {
	height: 40px;
}

.wrapper-1200 .logo {
	float: left;
	width: 190px;
	height: 42px;
	margin-top: 10px;
}

header .search {
	left: 700px;
}

header .search {
	float: right;
	margin-left: 50px;
	margin-top: 20px;
}

#search .keyWord .input {
	height: 40px;
	width: 450px;
	outline: none;
	font-size: 15px;
	padding: 0 80px 0 10px;
	box-sizing: border-box;
	border: 1px solid rgba(29, 113, 183, 1);
}

#search .keyBtn {
	width: 80px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	float: right;
	padding-right: 0px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	margin-top: -40px;
	background: url(http://www.bdall.com/style/images/search.png) no-repeat 50%;
	background-color: rgba(29, 113, 183, 1);
	position: relative;
}

.right-xw {
	float: right;
}

.right-xw ul li {
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 10px;
	border-radius: 4px;
}

.right-xw ul {
	overflow: hidden;
	margin-top: 10px;
}

.right-xw ul li img {
	width: 60px;
	height: 60px;
	border-radius: 4px;
}

header {
	overflow: hidden;
	padding: 10px 0;
}


/* 导航条 */

nav {
	height: 52px;
	background: rgba(29, 113, 183, 1);
	overflow: hidden;
}

nav ul li {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 30px;
	display: inline-block;
	line-height: 50px;
	position: relative;
}

nav ul li em {
	width: 1px;
	height: 20px;
	background: rgba(8, 123, 212, 1);
	color: transparent;
	font-weight: 200;
	display: inline-block;
	position: absolute;
	bottom: 14px;
}

nav ul {
	margin-right: -20px;
}

nav ul li a {
	color: rgba(255, 255, 255, 1);
	padding: 0px 12px;
}


/* 广告位 */

.middle {
	width: 1198px;
	height: 80px;
	margin-bottom: 10px;
}

.middle img {
	width: 1198px;
	height: 80px;
}


/* 头条 */

.Headlines h1 a {
	font-size: 44px;
	color: rgba(17, 17, 17, 1);
	line-height: 36px;
}

.Headlines h1 {
	text-align: center;
}

.picScroll-left {
	width: 714px;
	overflow: hidden;
	position: relative;
	float: left;
}

.picScroll-left .swiper {
	width: 714px;
	height: 470px;
	position: relative;
}

.swiper img {
	width: 100%;
	height: 100%;
}

.swiper .swiper-slide {
	position: relative;
}

.swiper .swiper-wrapper p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
	padding-right: 20%;
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 0 !important;
	width: 20% !important;
	text-align: center;
	line-height: 40px;
	left: 80% !important;
	color: #fff;
	font-size: 15px;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.8;
}

.swiper-pagination-bullet-active {
	background: #3599E7;
}


/* 右边text */

.Focus-r {
	float: right;
	width: 455px;
}

.Focus-r h1 a {
	color: #333;
}

.Focus-r h1 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.Focus-r p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(63, 62, 63, 1);
	line-height: 24px;
	text-indent: 2em;
}

.Focus-r p a {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

.Focus-r p a span {
	color: #b9b6b6;
}

.ul {
	width: 100%;
	height: auto;
}

.ul li {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ul li a {
	line-height: 38px;
	color: #333;
	font-size: 16px;
	padding-left: 15px;
}

.ul li:after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #666;
	display: block;
	position: absolute;
	left: 0;
	top: 16px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.focus-top {
	height: 140px;
	border-bottom: 1px dashed #B3B3B3;
	margin-bottom: 10px;
}

.ul li:nth-of-type(1) a {
	font-size: 20px;
	font-weight: 600;
}

.picScroll-left .hd ul li {
	float: left;
	width: 8px;
	height: 8px;
	margin-right: 20px;
	text-indent: -99999em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	z-index: 99;
}

.picScroll-left .hd ul .on {
	background-color: #3599E7;
}

.picScroll-left .hd ul {
	float: right;
}


/* 保定新闻 */

.bd-xw {
	width: 340px;
	height: 450px;
	float: left;
	margin-right: 30px;
}

.box {
	margin-top: 30px;
}

.btn-top {
	width: 100%;
	height: 40px;
	/* background: url(../img/bt-btn.png) no-repeat; */
	overflow: hidden;
}

.btn-top h1 {
	font-size: 20px !important;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 0px !important;
	float: left;
	border-top: 2px solid #3599E7;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 18px 13px !important;
	display: block;
	margin-top: 0px;
	cursor: pointer;
}

.btn-top {
	border-bottom: 1px solid #CCCCCC;
}

.btn-top a {
	float: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 40px;
}

.tw {
	width: 100%;
	height: 200px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 20px;
}

.tw a img {
	width: 100%;
	height: 100%;
}

.gj-gn .ul {
	margin-top: 7px;
}

.tw p {
	background: rgb(0, 0, 0, 0.6);
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}


/* 国际国内 */

.gj-gn {
	width: 420px;
	float: left;
	margin-right: 30px;
}

.zytw {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.zytw .tu img {
	float: left;
	width: 230px;
	height: 156px;
	margin-right: 10px;
}

.zytw p {
	text-indent: 32px;
	margin-top: -10px;
}

.zytw p a {
	line-height: 24px;
	color: #333;
	margin-top: -10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;
}

.zytw p span {
	color: #FF0000;
}

.zytw .gd {
	float: right;
	font-size: 14px;
	color: #666;
}

.zytw h1 a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	display: block;
}

.zytw h1 {
	margin-top: 4px;
}


/* 电子报 */

.dzb {
	width: 380px;
	float: left;
}


/* 广告位俩 */

.left-hb {
	width: 790px;
	height: 90px;
	float: left;
}

.left-hb img {
	width: 790px;
	height: 90px;
}

.right-hb {
	width: 380px;
	height: 90px;
	float: right;
}

.right-hb img {
	width: 380px;
	height: 90px;
}

.hb-i {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}


/* 领导专栏 */

.ld-btn {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}

.col-c1 {
	width: 340px;
	float: left;
	overflow: hidden;
}

.ld-btn .btn-top {
	margin-bottom: 20px;
}

.r1 .pic {
	width: 120px;
	height: 85px;
	float: left;
}

.r1 .pic img {
	height: 100%;
	width: 100%;
}

.r1 .pic h1 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 5px;
	text-align: center;
}

.r1 .text {
	width: 200px;
	float: right;
}

.r1 .text h1 {
	font-size: 15px;
	font-family: Microsoft YaHei;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
}

.r1 .text p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	text-align: justify;
}

.r1 .text span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(53, 153, 231, 1);
	line-height: 24px;
	float: right;
}

.r1 {
	overflow: hidden;
	margin-bottom: 10px;
	height: 90px;
}

.r1:last-child {
	margin-bottom: 0;
}

.col-c2 {
	width: 420px;
	float: left;
	margin-left: 20px;
}

.col-c2 .pic {
	width: 180px;
	height: 120px;
	float: left;
	margin-right: 10px;
}

.col-c2 .pic img {
	width: 180px;
	height: 120px;
}

.col-c2 h1 {
	text-align: justify;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 24px;
}

.col-c2 ul li {
	overflow: hidden;
	margin-bottom: 10px;
}

.col-c2 ul li:last-child {
	margin-bottom: 0;
}

.col-c3 {
	width: 382px;
	float: right;
}


/* 汽车 */

.btn-c {
	width: 790px;
	float: left;
}

.let-top {
	width: 790px;
	height: 156px;
	overflow: hidden;
}

.zt-pic {
	width: 230px;
	height: 156px;
	position: relative;
	float: left;
}

.zt-pic img {
	width: 230px;
	height: 156px;
}

.zt-pic span {
	height: 40px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.zt-pic i {
	height: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	/* text-align: left; */
	/* line-height: 40px; */
	z-index: 99;
	padding-left: 10px;
	color: #fff;
	margin: 0 auto;
	display: block;
	margin-top: -30px;
}

.zt-pic i a {
	color: #fff;
}

.rig-pic {
	width: 540px;
	height: 156px;
	float: right;
}

.rig-pic p {
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	line-height: 26px;
	border-bottom: dashed 1px #ccc;
	margin-top: 10px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-bottom: 12px;
}

.rig-pic li {
	position: relative;
	line-height: 36px;
	text-indent: 1em;
}

.rig-pic p span {
	color: #3599E7;
}

.rig-pic ul li a {
	font-size: 16px;
	color: #666;
}

.rig-pic h1 {
	font-size: 20px;
	color: #000;
	line-height: 0px;
}

.btn-c .btn-top {
	margin-bottom: 20px;
}

.rig-pic ul li:after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #666;
	display: block;
	position: absolute;
	left: 0;
	top: 16px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.let-bottom {
	overflow: hidden;
}

.let-bottom ul:nth-of-type(1) {
	float: left;
}

.let-bottom ul {
	margin-top: 20px;
	overflow: hidden;
	width: 48%;
}

.let-bottom ul li a {
	color: #333333;
}

.let-bottom ul li {
	font-size: 16px;
	line-height: 36px;
	position: relative;
	text-indent: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.let-bottom li:after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #666;
	display: block;
	position: absolute;
	left: 0;
	top: 16px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}


/* 娱乐 */

.yl-btn {
	width: 340px;
	margin-top: 30px;
	float: left;
	margin-right: 28px;
}

.yl-btn .pic {
	width: 340px;
	height: 190px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 20px;
}

.yl-btn .pic img {
	width: 340px;
	height: 190px;
}

.yl-btn .pic span {
	height: 33px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.yl-btn .pic i a {
	height: 33px;
	position: relative;
	font-size: 14px;
	color: #fff;
	padding-left: 6px;
	z-index: 99;
	top: -32px;
	display: block;
	text-align: center;
}

.left-box .ul li:nth-of-type(1) a {
	font-weight: 600;
	font-size: 20px;
}

.lf-btn {
	width: 420px;
	float: left;
	margin-top: 30px;
}

.left-jz .col-right .ul li {
	line-height: 39px;
}

.btn-fc .ul li {
	line-height: 40px;
}

.btn-fc .ul li:nth-of-type(1) a {
	font-weight: 600;
	font-size: 20px;
}


/* 房产 */

.btn-fc {
	width: 380px;
	float: right;
	padding: 0 15px;
}

.btn-fc .k-dol {
	width: 180px;
	height: 120px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.com3-tp img {
	width: 180px;
	height: 120px;
}

.btn-fc .k-dol .title {
	line-height: 32px;
	z-index: 100;
	font-size: 16px;
	margin-top: -34px;
	text-align: center;
	position: relative;
}

.btn-fc .k-dol i {
	height: 35px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: -99999em;
}

.btn-fc .k-dol .title a {
	color: #fff;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.btn-fc .btn-top {
	margin-bottom: 10px;
}

.btn-fc .k-dol:nth-of-type(2) {
	float: right;
}

.gw-1 {
	width: 1200px;
	height: 110px;
	margin: 20px auto;
}

.gw-1 img {
	width: 1200px;
	height: 110px;
}


/* 教育 */

.left-box {
	width: 800px;
	overflow: hidden;
	float: left;
}

.col-let {
	width: 340px;
	height: 255px;
	position: relative;
	float: left;
	margin-right: 20px;
}

.col-let a img {
	width: 340px;
	height: 255px;
}

.col-let .title {
	line-height: 35px;
	height: 35px;
	z-index: 100;
	font-size: 16px;
	text-align: center;
	position: absolute;
	width: 100%;
	padding: 0 10px;
	left: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.6);
	box-sizing: border-box;
}

.col-let a {
	color: #fff;
	width: 100%;
}

.col-let i {
	height: 35px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: -99999em;
}

.left-box .btn-top {
	margin-bottom: 20px;
}

.left-jz .col-let a img {
	width: 100%;
	height: 189px;
}

.left-jz .col-let {
	width: 340px;
	height: 189px;
}

.left-jz .col-right {
	width: 420px;
	float: right;
}

.left-jz .col-left {
	float: left;
	height: 400px;
	width: 340px;
}

.left-jz {
	overflow: hidden;
	margin-top: 15px;
}

.col-left ul {
	margin-top: 15px;
}


/* 经济 */

.jy-btn {
	width: 380px;
	float: right;
}

.jy-btn .pic {
	width: 350px;
	height: 170px;
	position: relative;
	margin-right: 20px;
}

.jy-btn .pic a img {
	width: 350px;
	height: 170px;
}

.jy-btn .pic .title {
	line-height: 35px;
	z-index: 100;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.6);
	text-align: center;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.jy-btn .pic a {
	color: #fff;
}

.jy-btn .pic i {
	height: 35px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: -99999em;
}

.jy-btn .btn-top {
	margin-bottom: 20px;
}

.jy-btn {
	padding: 0px 15px;
}

.sc .col-left {
	width: 380px;
	float: left;
}

.sc .col-let {
	width: 380px;
	height: 210px;
}

.sc .col-let a img {
	width: 380px;
	height: 210px;
}

.sc .btn-top {
	margin-bottom: 20px;
}

.sc .col-left {
	margin-right: 30px;
}

.sc {
	overflow: hidden;
}

.sc .col-left:nth-of-type(3) {
	margin-right: 0;
}


/* 底部 */

footer {
	width: 100%;
	height: 455px;
	background: rgba(247, 247, 247, 1);
	margin-top: 30px;
	border-top: 1px #dbdbdb solid;
}

.top-fter {
	padding-bottom: 20px;
	border-bottom: 1px #dbdbdb solid;
	padding-top: 10px;
}

.top-fter h1 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 36px;
}

.top-fter ul {
	overflow: hidden;
}

.top-fter ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 40px;
	padding-right: 60px;
}

.top-fter ul li {
	float: left;
}

.footerCon {
	width: 680px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

footer .f-pic {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 30px 0;
}

footer .f-pic span {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
}

footer .f-pic span a {
	display: block;
	height: 46px;
	border: 1px #cccccc solid;
}

footer .f-pic span a img {
	height: 100%;
}


/* 底部蓝色 */

.footer-bottom {
	background: #3599E7;
	color: #fff;
	font-size: 18px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.footer-bottom a {
	color: #fff;
}

.footer-bottom span {
	padding: 0 40px;
}


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

.tp-box {
	height: 403px;
	width: 380px;
	margin-top: 20px;
}

.tp-box img {
	height: 200px;
	width: 100%;
}


/*图片列表 */

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.position {
	margin-top: 30px;
}

.list-hot {
	display: block;
	margin-top: 36px;
}

.list-hot ul {
	margin-right: -28px;
}

.list-hot ul {
	padding: 8px 20px;
	overflow: hidden;
}

.list-hot li {
	width: 275px;
	float: left;
	margin-right: 14px;
}

.list-hot li> a {
	display: block;
	margin-bottom: 10px;
}

.list-hot li img {
	width: 275px;
	height: 210px;
	display: block;
}

.list-hot__title {
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-hot ul {
	padding: 8px 20px;
	overflow: hidden;
}

.slideGroup1 .parBd ul {
	overflow: hidden;
}

.slideGroup1 .parBd ul li {
	border-radius: 5px;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 24%;
	height: 180px;
	margin-right: 1.3%;
	margin-top: 20px;
}

.slideGroup1 .parBd ul li:nth-child(4n) {
	margin-right: 0;
}

.slideGroup1 .parBd ul li p {
	width: 100%;
	padding: 5px 0;
}

.yxhb-pic {
	height: 155px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.yxhb-pic img {
	width: 100%;
	height: 155px;
}

.yxhb-pic cite.bg {
	height: 50px;
	line-height: 50px
}

.yxhb-pic span.txt {
	height: 50px;
	line-height: 50px;
}

.title_xq {
	margin:15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.detail_top {
	width: 100%;
}

.title_xq h2 {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	line-height: 50px;
	text-align: center;
}

.userCreateTime {
	padding: 0 0 10px 0;
	font-size: 14px;
	text-align: center;
	color: #999;
}

.userCreateTime span {
	display: inline-block;
	color: #999;
	padding-left: 20px;
}

.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	padding: 0 20px;
}

.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}

.content_tex img {
	display: block;
	margin: 10px auto;
	max-width: 600px;
}

.page {
	padding: 20px 0;
}


/*åº•éƒ¨*/

.footbgs {
	background: rgba(247, 247, 247, 1);
	border-top: 1px #dbdbdb solid;
	padding: 20px 0;
	width: 100%;
	margin-top: 20px;
}

.footer {
	padding: 20px;
	margin-top: 10px;
	color: #333;
	overflow: hidden;
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
}

.footer a {
	color: #333;
}

.footer a:hover {
	color: #333 !important;
}

.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(http://www.yule.yktworld.com/static/img/top.png) no-repeat center center #fff;
	/*transform: rotate(270deg);*/
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #3599E7;
	background-size:50%;
	border-radius: 10px;
	/*	opacity: 0.7;*/
}

.goTop:hover {
	/*opacity: 1;*/
}

.beian {
	font-size: 14px;
	text-align: center;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.pages {
	text-align: center;
	font-size: 14px;
	margin: 20px 0;
	width: 100%;
	background: #fff;
	line-height: 35px;
	box-sizing: border-box;
}

.pages a {
	background: #fff;
	padding: 0 15px;
	height: 35px;
	display: inline-block;
	font-size: 16px;
	color: #333;
	border: 1px solid #ddd;
	margin: 0 3px;
}

.pages a:first-child {
	border-radius: 5px 0 0 5px;
}

.pages a:last-child {
	border-radius: 0 5px 5px 0;
}

.pages span {
	background: #1578d5;
	border: 1px solid #1578d5;
	padding: 0 15px;
	height: 35px;
	color: #fff;
	display: inline-block;
}

.guangao {
	width: 100%;
	height: 90px;
	position: relative;
	margin: 20px auto;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 300px;
	height: 300px;
	position: relative;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.label {
	margin: 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.label a {
	font-size: 14px;
	color: #fff;
	margin: 0 5px;
}

.main {
	padding-top: 20px;
}

.main .imgBox a {
	overflow: hidden;
	display: inline-block;
}

.main .imgBox img {
	float: left;
	width: 130px;
	height: 90px;
}

.main .defList li {
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}

.main .defList li:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	content: '';
	border-radius: 50%;
	margin-top: -2px;
	background: #666;
	display: block;
}

.main .imgBox p {
	margin-left: 150px;
	font-size: 15px;
	line-height: 25px;
	padding-top: 5px;
}

.listing-left {
	width: 860px;
	float: left;
	padding: 10px 0 0 0;
}

.listing-right {
	width: 300px;
	float: right;
}

.listing-left .ul_List li {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #ddd;
	line-height: 55px;
}

.listing-left .ul_List li a {
	color: #333;
	font-size: 16px;
	padding-left: 15px;
}

.listing-left .ul_List li:after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #666;
	display: block;
	position: absolute;
	left: 0;
	top: 27px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.index-list ul {
	padding: 10px 0 0 0;
}

.index-list ul li {
	display: block;
	line-height: 36px;
	height: 36px;
	font-size: 16px;
	background: url(http://www.yule.yktworld.com/static/img/dot.png) no-repeat left center;
	padding-left: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-title {
	height: 40px;
	line-height: 40px;
	position: relative;
}

.index-title::before {
	content: '';
	width: 100%;
	height: 2px;
	background: #eaeaea;
	position: absolute;
	bottom: 0;
	left: 0;
}

.index-title span {
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding: 0 10px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #1c71b4;
}

.index-title span::before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1d71b7;
}

.index-title a {
	float: right;
	font-size: 14px;
	color: #999;
}

.index-title a:hover {
	color: #1c71b4;
}

.index-pic4 {
	padding: 10px 0 0 0;
}

.index-pic4 ul li {
	width: 48%;
	height: 120px;
	float: left;
	margin: 0 4% 10px 0;
}

.index-pic4 ul li:nth-child(2n) {
	margin-right: 0;
}

.index-pic4 ul li a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	position: relative;
	margin-right: 15px;
}

.index-pic4 ul li a img {
	width: 100%;
	height: 100%;
}

.index-pic4 ul li a span {
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: 0;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 100%;
}

.index-pic4c {
	padding: 10px 0 0 0;
}

.index-pic4c ul {
	width: 1200px;
}

.index-pic4c ul li {
	width: 280px;
	height: 210px;
	float: left;
	margin: 10px 10px 0 10px;
}

.index-pic4c ul li a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	position: relative;
	margin-right: 15px;
}

.index-pic4c ul li a img {
	width: 100%;
	height: 100%;
}

.index-pic4c ul li a span {
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	margin-top: -36px;
	position: relative;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.index-pic5 {
	padding: 10px 0 0 0;
}

.index-pic5 ul {
	width: 100%;
}

.index-pic5 ul li {
	width: 100%;
	height: 210px;
}

.index-pic5 ul li a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	position: relative;
	margin-right: 15px;
}

.index-pic5 ul li a img {
	width: 100%;
	height: 100%;
}

.index-pic5 ul li a span {
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	bottom: 0;
	position: absolute;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 100%;
}

.wzdh {
	background: #fafafa;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	padding-left: 20px;
}

.tuijian .col-c1 {
	width: 430px;
}

.tuijian .col-c1 .r1 .text {
	width: 300px;
}

.tuijian {
	padding-top: 20px;
}

.post-navigation {
	overflow: hidden;
	padding: 20px 0 40px 0;
}

.post-navigation div {
	box-sizing: border-box;
	width: 400px;
	font-size: 15px;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #999;
	cursor: pointer;
	padding: 5px 10px;
}

.post-navigation div span {
	float: left;
}

.post-navigation div:hover a {
	color: #1578d5;
}

.post-navigation div:hover {
	border: 1px solid #1578d5;
}


/*======*/

.tw i a,
.index-pic5 ul li a span,
.index-pic4 ul li a span,
.slideGroup1 .parBd ul li p,
.tw p,
.col-let a,
.jy-btn .pic .title {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Focus-r h1 a,
.r1 .text h1 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.Focus-r p a span,
.col-c2 h1 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}