@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0; font-family:"微软雅黑";}
body{margin:0 auto;padding:0;color: #333;}
div,form,img,ul,ol,li,dt,dd{margin:0;padding:0;border:0;}
table{margin:auto;}
dl{margin:0;padding:0;border:0;}
dt,dd{clear:both;}
h1{font-size:22px;color:#000;font-weight:bold;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
textarea,input{font-size:12px;line-height:15px;margin:0;padding:0;}
li{ list-style:none;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{text-decoration:underline;}
.clear{ widows:0; height:0; font-size:0; clear:both;}


/*nav bar*/
.wrap1000{width:1000px;margin:0 auto;}
.wrap300{padding: 5px 5px;}

/*left*/
.left_content{ width:320px; float:left;border: 1px solid; border-color: #dddddd;}
.header_title_first{ clear:both;height: 32px;line-height: 32px;border-bottom: 1px solid; border-color: #dddddd; padding: 0px 5px;}
.header_title_other{ clear:both;height: 32px;line-height: 32px;border-top: 1px solid;border-bottom: 1px solid; border-color: #dddddd; padding: 0px 5px;}



.title_fl{ float:left;font-size: 14px;color: #AA8A6D;font-family: "微软雅黑";font-weight: bold;}
.more{float:right;font-size:12px;font-weight:normal;padding-right:5px}
.more a{color:#555;}

.adBox{margin: 5px 2px;}
.adBox img{width: 100%;}
    


/*评论*/
.news_box{ margin:10px 0 20px;}
.news_box img{ float:left; margin-right:10px;}
.news_box h3 a{ color:#2b2b2b; font-size:14px; display:block; margin-bottom:10px;}
.news_box p{ color:#666; font-size:14px; line-height:20px;}

.news_list{}
.news_list li{ line-height:30px;}
.news_list li a{color:#2b2b2b; font-size:14px;}

/*探索者*/
.pic_list{}
.pic_list li{ float:left; margin:0 10px 5px 0;position:relative;}
.pic_list li a{ display:block;}
.pic_list li img{ width:140px; height:100px;}
.mask{ width:140px; height:24px; background:#000; opacity:0.4; filter:alpha(opacity=40); position:absolute; bottom:0; left:0;}
.pic_list li p{ line-height:22px; position:absolute; bottom:0; left:0; padding-left:2px;}
.pic_list li p a{color:#fff; font-size:12px; }

/*热新闻*/
.hot_news{background:url(/images/jinshilu/list_bg.jpg) no-repeat left 5px;}
.hot_news li{ line-height:29px; padding-left:35px;}
.hot_news li a{ color:#2b2b2b; font-size:14px;}




/*右侧*/
.right_content{ width:650px; float:right;}

.m{ width: 650px; height: 342px; margin-left: auto; margin-right: auto; }

/**
 * PgwSlider - Version 1.3
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlider {
   
    width:100%;
}

.pgwSlider .ps-current {
    float: left;
    width: 74%;
    overflow: hidden;
    height: inherit;
    position: relative;
    font-size: 1rem;
}

.pgwSlider .ps-current span {
    position: absolute;
    width: 100%;
    padding: 8px 10px 10px;
    background-image: linear-gradient(to bottom, rgb(16 13 13 / 28%), rgb(52 48 48 / 94%));
    left: 0;
    bottom: 0;
    color: #fff;
}

.pgwSlider .ps-current img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
}

ul.pgwSlider,
.pgwSlider > ul {
    float: right;
    width: 25%;
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.pgwSlider > li,
.pgwSlider > ul > li {
    height: 50px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 0.8rem;
}

ul.pgwSlider > li:last-child,
.pgwSlider > ul > li:last-child {
    margin-bottom: 0;
}

ul.pgwSlider > li span,
.pgwSlider > ul > li span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 3px 0 5px 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.pgwSlider > li:hover,
.pgwSlider > ul > li:hover {
    opacity: 1 !important;
}

ul.pgwSlider > li img,
.pgwSlider > ul > li img {
    width: 100%;
    min-height: 100%;
    display: block;
}

@media (min-width: 481px) {
    ul.pgwSlider > li,
    .pgwSlider > ul > li {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .pgwSlider .ps-current {
        margin-bottom: 6px;
        font-size: 0.9rem;
    }

    .pgwSlider .ps-current img {
        width: 100%;
        min-height: inherit;
    }

    .pgwSlider .ps-current,
    ul.pgwSlider,
    .pgwSlider > ul {
        width: 100%;
    }

    ul.pgwSlider > li,
    .pgwSlider > ul > li {
        float: left;
        min-height: 50px;
        max-height: 70px;
        min-width: 20%;
    }

    ul.pgwSlider > li span,
    .pgwSlider > ul > li span {
        white-space: nowrap;
    }
}














/*选项卡*/
.tab_box{ margin-bottom:10px;}
.tab_big{ height:200px;  width:650px; overflow:hidden;  position:relative;}
.tab_big li{ position:relative; float:left; width:650px; height:200px;}
.tab_big li img{ float:left; margin-right:10px; width:350px; height:200px;}
.tab_big li h1,.tab_big li h1 a{ font-size:20px; color:#2b2b2b; line-height:26px;}
.tab_big li p{ font-size:14px; color:#666; line-height:20px;}
.tab_big li span,.tab_big li span a{ color:#999; margin-right:10px; font-size:14px; line-height:26px;}

/*share_btn*/
.share_live24{position: absolute;right: 0;bottom: 0;color: #7a7a7a;;height:24px;z-index:999;}


.share_live24 a{float:right;line-height:24px;margin:4px 0 0 3px;display:block;width:16px;height:16px;}
.share_live24 span{float:right;line-height:24px;}

.tab_small{ margin-top:10px;}
.tab_small li{ width:114px; height:124px; padding:15px 5px 5px;  background:url(/images/jinshilu/tab_small_normal.jpg) no-repeat; float:left; margin-right:5px; cursor:pointer;}
.tab_small li.focus{ background:url(/images/jinshilu/tab_small_click.jpg) no-repeat; }
.tab_small li.focus p{ color:#fff;}
.tab_small li img{ width:110px; height:60px;}
.tab_small li p{ font-size:14px; line-height:20px; color:#666;}

/*list*/

.hover_list{ margin:5px 0; border-top:#ababab 2px solid;}
.each_news{ position:relative; border-bottom:#E7E7E7 2px solid; padding:10px 0; cursor:pointer;overflow: hidden;}
.each_news img{ float:left; margin-right:10px;}
.each_news h1{ display:block; margin-bottom:10px;}
.each_news h1 a{ font-size:20px; color:#2b2b2b; line-height:26px;}
.each_news p{ font-size:14px; color:#666; line-height:24px;}
.each_news span,.article_info span a{ color:#999; margin-right:10px; font-size:14px; line-height:26px;}

.content_news_list{position:relative; border-bottom:#E7E7E7 2px solid; padding:10px 0;height:150px; cursor:pointer;overflow: hidden;}

.content_news_list .left{float: left;margin-right: 5px; width:calc(100% - 190px);}
.content_news_list .left h2{overflow: hidden; font-size: 16px;font-weight: 600;color: #333;padding-bottom:5px;}
.content_news_list .left h2 a{color: #333;}
.content_news_list .left .text{font-size: 14px;height: 80px;overflow: hidden;line-height: 1.5;color: #212529;}
.content_news_list .left .tags {color: #ccc;font-size: 14px;padding: 10px 0;}
.content_news_list .left .tags a{color: #666}

.content_news_list .right{float: right;margin-left: 5px; width: 180px;}


.content_news_list .right>a {
    display: inline-block;
    overflow: hidden;
    height: 127px;
    line-height: 120px;
    border: 1px solid #cbcbd2;
    padding: 2px;
    
}

.content_news_list .right>a>img {
   width: 100%;
  
}

.renwu_info{
	font-size: 12px;
	color: #212529;
	
}

.renwu_info .pic{
	float: left;
	
}
.renwu_info .pic img{
	width:150px;
	margin-right: 5px;
	/* border-radius: 50%;   
    overflow: hidden;
    border: 1px ridge #F4E9E0; */
}
.renwu_info .text{	
	font-family:"微软雅黑";
	line-height: 150%;
}
.renwu_info .text p{
	text-indent:2em;
}
.renwu_info .text .title{
	font-size: 14px;
	font-weight: bold;
}


.article-keywords {
	margin-top: 5px 0px; line-height : 22px;
	font-size: 14px;
	line-height: 22px;
	background-color: #f4f4f4;
}

.article-keywords>a {
	display: inline-block;
	text-decoration: none;
	color: #010101;
	background-color: #eee;
	padding: 5px 10px;
	margin: 5px 0px;
}

.article-keywords>a:hover {
	background: #aa8a6d;
	color: #fff;
}

.banner_right {
	max-height: 100px;
	overflow: hidden;
}

.banner_right img{
	width: 100%;
}




/*load_more*/
.load_more{
	width:100%; padding: 10px;cursor:pointer;
}
.load_more a{
	color:#aa8a6d;
}
.load_more>a:hover {
	background: #aa8a6d;
	color: #fff;
}

.load_more .left{
	 height:60px; line-height:60px; width:48%; border:1px solid #AA8A6D; text-align:center;font-size:16px; display:block;  float:left;
}

.load_more .right{
	 height:60px; line-height:60px; width:48%; border:1px solid #AA8A6D; text-align:center;font-size:16px; display:block;float:right;
}


/* temp1 */
#temp1{height:301px;width:650px;background:url(/images/jinshilu/bg.png) no-repeat}
#temp1 .JQ-content-box{float:left;overflow:hidden;width:498px;height:289px;margin:6px 0 0 6px;_margin:6px 0 0 3px;position:relative}
#temp1 .JQ-content-box .JQ-slide-content{position:absolute}
#temp1 .JQ-content-box .JQ-slide-content li{zoom:1;width:498px;height:289px;vertical-align:text-top}
#temp1 .JQ-content-box .JQ-slide-content li img{width:498px;height:289px;display:block}
#temp1 .JQ-slide-nav{display:block;float:right;width:145px;height:301px;overflow:hidden;}
#temp1 .JQ-slide-nav li{display:inline;float:left;padding-left:12px;padding-bottom:6px;width:133px;height:61px;padding-top:6px;margin-bottom:3px;background:url(/images/jinshilu/nom.png)}
#temp1 .JQ-slide-nav li.on{display:inline;float:left;padding-left:12px;padding-bottom:6px;width:133px;height:61px;padding-top:6px;margin-bottom:3px;background:url(/images/jinshilu/on_box.png)}
#temp1 .JQ-slide-nav li img{width:127px;height:61px;display:block}

