﻿@charset "utf-8";
.h li {
    float: left;
    _display: inline;
    _white-space: nowrap;
}

.list-t,
.list-a,
.list-p,
.list-b-t,
.list-p-t,
.list-p-t li,
.list-r {
    overflow: hidden;
    zoom: 1;
}

.list-t li,
.list-a li,
.list-p li,
.list-b-t li,
.list-p-t li,
.list-r li {
    position: relative;
    line-height: 1.5;
}

.list-t li a {
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-t li a:hover {
    text-decoration: underline;
}

.list-t li span.tag {
    margin-right: 5px;
}

.list-t li span.date {
    position: absolute;
    top: 0;
    right: 0;
}

.list-p li {
    text-align: center;
}

.list-a li a {
    display: inline-block;
}




/* 自定义 */
.backtop {
    position: fixed;
    bottom: 100px;
    right: 50px;
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: #c0392b url(images/index/backtop2.png) center no-repeat;
    background-color: #caa96e;
    background-color: rgba(202, 169, 110, .9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
    z-index: 99;
}



/* 二级列表 */

.column {
    width: 1200px;
    margin: 0 auto 30px;
}
.column h2 {
    float: left;
    margin-left: 40px;
    font: bold 48px/180px microsoft yahei, simhei;
    color: #fff;
    text-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}
.menu {
    float: right;
    margin-top: 80px;
}

.menu li {
    float: left;
    margin: 0 10px;
}

.menu li a {
    display: block;
    padding: 0 25px;
    font: bold 16px/40px microsoft yahei, simhei;
    color: #fff;
    border-radius: 100px;
}

.menu li a:hover {
    background-color: rgba(0, 0, 0, .1);
}

.menu li.current a {
    background-color: #c0392b;
}


/* 瀑布流列表 */

.falls {
    position: relative;
}

.panel {
    float: left;
    width: 285px;
    background: white;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    transition: all .35s;
}

.panel:hover {
    transform: translate(0, -5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.panel h4 {
    padding: 15px;
    font: bold 16px/30px microsoft yahei, simhei;
}

.panel h4 a {
    color: #555;
}

.panel .pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.panel .pic img {
    display: block;
    width: 100%;
    transition: transform .35s;
}

.panel a:hover img {
    transform: scale(1.05, 1.05);
}

.panel p {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    line-height: 24px;
    background-color: #f8f8f8;
}


/* 分页 */

.pages {
    font: 0/0 microsoft yahei;
    padding: 15px 0;
    text-align: center;
}

.pages a {
    display: inline-block;
    line-height: 28px;
    margin: 0 1px;
    padding: 6px 20px;
    border: 1px #ddd solid;
    font-size: 14px;
    vertical-align: middle;
}

.pages a:hover {
    border: 1px #c0392b solid;
    background-color: #f1f1f1;
}

.pages a.current {
    border: 1px #c0392b solid;
    background-color: #c0392b;
    color: #fff;
    position: relative;
}

.pages span {
    line-height: 28px;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 20px;
    vertical-align: middle;
}

.pages select {
    border: 1px #d2d2d2 solid;
    padding: 4px;
}
/*  正文 */

.article {
    padding:30px 50px;
    background-color: #fff;
}

.article h2 {
	  width:100%;
    font:normal 30px/50px microsoft yahei, simhei;
    text-align: center;
    color: #333;
}

.article .info {
    text-align: center;
    color: #8c8c8c;
	  width:100%;
    font:normal 14px/40px microsoft yahei, simhei;
}

.article-box {
    padding: 35px;
    line-height: 2;
    text-align: justify;
    color: #333;
    font-size: 18px;
		border-bottom:1px solid #caaa6f;
}

.article-box p+p {
    margin-top: 1em;
}
.article-box p img{
max-width: 900px;
    display: block;
    margin: 0 auto;		
   }
/* 位置 */

.where {
    position: relative;
		color:#333;
		border-bottom:1px solid #caaa6f;
    font:bold 16px/40px microsoft yahei, simhei;
}
.where a{
	display:inline-block;
	padding:0px 5px;
	color:#333;
  font:bold 14px/40px microsoft yahei, simhei;
}

/* 相关链接 */

.related ul li{
	float:left;
	width:40%;
	padding:0px 50px;
	}
.related ul li a{
  font:bold 16px/40px microsoft yahei, simhei;
	}	
.related ul li a span{
	display:block;
	float:left;
	padding:10px;
	margin-right:20px;
	width:80px;
	height:60px;
	color:#fff;
	text-align:center;
	background-color:#ccc;
  font:bold 24px/30px microsoft yahei, simhei;
	}	
.related ul li a b{
  font:normal 14px/20px microsoft yahei, simhei;
	}	
.related ul li a:hover span{
	background-color:#cf3332;
	}	
	
	
/* 图文列表 */
.main .list-b-t li {
	color: #666;
	background:#fff;
	position:relative;
	min-height: 150px;
	margin-bottom:20px;
	border:1px solid #ececec;
}
.main .list-b-t li:hover{
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 8px rgba(0,0,0,.1);
	box-shadow: 0 5px 8px rgba(0,0,0,.1);
}
.main .list-b-t li span{
	color:#fff;
	display:inline-block;
	background:#ff6a6a;
	padding:2px;
	margin-top:-1px;
	margin-left:-1px;
	float:left;
  font:normal 14px/30px microsoft yahei, simhei;
	}
.main .list-b-t li span b{
	font-size:20px;
	}
.main .list-b-t li h4 {
	line-height: 30px;
	color:#5a5a5a;
	padding-left:80px;
  font:normal 20px/60px microsoft yahei, simhei;
}
.main .list-b-t li h4,.main .list-b-t li p{
	width:67%;
	}
.main .list-b-t li p {
	line-height: 30px;
	padding-left:20px;
	text-indent:2em;
}
.main .list-b-t li .img {
	 width:350px;
	 height:150px;
	 display:inline-block;
   vertical-align: top;
   margin-left: 20px;
	 position:absolute;
	 top:0px;
	 right:0px;
}
	
/* 正文组图 */
.photos {
	width: 620px;
	margin: 0 auto;
	position: relative;
}
.photos .pic {
	text-align: center;
	position: relative;
}
.photos .pic img {
	min-height: 360px;
}
.photos .pic span {
	display: block;
}
.photos .pic .tips {
	display: none;
	width: 200px;
	font-size: 14px;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	color: #fff;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -110px;
}
.photos h4 {
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}
.photos .preview { /* 容器大小、溢出隐藏 */
	width: 620px;
	height: 80px;
	position: relative;
	overflow: hidden;
	border-top: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
	background-color: #fff;
	margin: 0 auto;
	padding: 1px 0;
}
.photos .preview ul {
	height: 80px;
	background-color: #f2f2f2;
}
.photos .preview li { /* 子元素大小 */
	width: 124px;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
.photos .preview li a {
	width: 112px;
	height: 66px;
	display: block;
	border: 2px #f2f2f2 solid;
	margin: 0 auto;
}
.photos .preview li.current a {
	border: 2px #2c94df solid;
}
.photos .preview li a span {
	width: 110px;
	height: 64px;
	display: block;
	border: 1px #fff solid;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}
.photos .preview li a img {
	width: 110px;
}
.photos p .prev, .photos p .next {
	display: block;
	width: 23px;
	height: 23px;
	border: none;
	background-image: url(images/col/arr.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 30px;
	cursor: pointer;
	z-index: 3;
	font: 0/0 lx;
	overflow: hidden;
	margin: 0;
}
.photos p .prev {
	left: 0;
}
.photos p .next {
	background-position: 100% 0;
	right: 0;
}
.photos .pic .prev, .photos .pic .next {
	width: 50%;
	_height: 2000px;
	background-image: url(about:blank);
	position: absolute;
	top: 0;
	bottom: 0;
}
.photos .pic .prev {
	cursor: url(../images/hd_left_arrow.cur), auto;
	left: 0;
}
.photos .pic .next {
	cursor: url(../images/hd_right_arrow.cur), auto;
	right: 0;
}
/*20180110   新增*/	
.headlines {
	width: 100%;
	padding: 20px 0px;
	background: white;
	margin-bottom:20px;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.15);
}
.headlines h3 {
	margin-bottom: 2px;
	padding-left: 150px;
	text-align: center;
	background: url(../images/col/headlines.png) 60px 0px no-repeat;
	font: bold 28px/70px microsoft yahei;
}
.headlines h3 a {
	color: #c0392b;
}
@media screen and (max-width: 1024px){
   .article-box p{
      text-indent: 2em;
   }
   .where {
      font: bold 30px/40px microsoft yahei, simhei;
      height: 50px;
      line-height: 50px;
   }
}


/* 首页tab */
.p3 {
	overflow: hidden;
	padding: 60px 0;
	background-color: #f0f0f0;
	background-attachment: fixed;
}
.p3 .tab {
    height: 40px;
}

.p3 .tab ul {
    float: left;
    position: relative;
    left: 75%;
    padding: 10px 0;
    height: 20px;
}

.p3 .tab li {
    float: left;
    position: relative;
    right: 50%;
    padding: 0 30px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.p3 .tab li+li {
    border-left: 1px solid #aaa;
}

.p3 .tab li a {
    display: block;
    height: 20px;
    line-height: 20px;
}

.p3 .tab .current,
.p3 .tab .on {
    position: relative;
    z-index: 2;
}

.p3 .tab .current a,
.p3 .tab .on a {
    margin: -10px -40px;
    padding: 10px 40px;
    background: #cb2d2c;
    background: -webkit-linear-gradient(90deg, #cb2d2c 0%, #ec5c5c 100%);
    background: linear-gradient(90deg, #cb2d2c 0%, #ec5c5c 100%);
    color: #fff;
    border-radius: 100px;
}



