﻿.header{
	background: #882a2a url(../images/header_bg.png) no-repeat right bottom;
}
.content{
	padding: 29px 0 50px;
	background-color: #fff;
}
.footer{
	margin-top: 0;
}
/*------box1 ------[开始]*/
.box1{
	float: left;
	width: 360px;
	margin: 0 15px 30px;
}
.box1 .title{
	width: 100%;
	font-size: 20px;
	color: #9a3a3a;
	/*height: 42px;
        line-height: 42px;*/
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 2px solid #e5e5e5;
}
.box1 .title img{
	vertical-align: middle;
	margin:0 5px 0 5px;
}
.box1 .title span.more{
	float: right;
	font-size: 14px;
	font-size: 13px;
	margin-top: 6px;
	/* line-height: 30px; */
	font-weight: normal;
}
.box1 .title span.more a{
	color: #aaa;
}
.box1 .title span.more a:hover{
	color: #9a3a3a;
}
.box1 .ct ul li{
	/* width: 349px; */
	overflow: hidden;
	padding: 14px 0;
	/* height: 81px; */
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
}
.box1 .ct ul li .time{
	float: left;
	/*width: 64px;
	height: 60px;*/
	text-align: center;
	/*line-height: 24px;*/
	/*margin-top: 2px;*/
	margin:3px 0 0 5px;
	padding-right: 14px;
	border-right:1px dashed #e7d9da;
	/* width: 54px; */
}
.box1 .ct ul li .time .date{
    color: #9a3a3a;
    font-size: 22px;
}
.box1 .ct ul li .time .year{
	color: #999;
	font-size: 13px;
	margin-top: 4px;
}
.box1 .ct ul li .list{
	float: left;
	width: 270px;
	font-size: 15px;
	line-height: 26px;
	margin-left:15px;
	color: #333;
}
.box1 .ct ul li .list a{
	color: #333;
    color: #555;
	/*text-align: center;*/
}
.box1 .ct ul li .list a:hover{
	color:#9a3a3a;
}
/*------box1 ------[结束]*/

/*------ tab切换 ------开始*/
/*--- 标题栏 ---开始*/
.box_tab{
    position: relative;
    width: 610px;
    position: relative;
    margin: 20px 35px 0 35px;
}
.box_tab .title,.notice .title{
    font-size: 22px;
    height: 58px;
    line-height: 56px;
    border-bottom: 2px solid #fff;
}     
.box_tab .title .tab{
    display: inline-block;
}
.box_tab .title .tab li{
    /*position: relative;           
    color:#1b1b1b;
    font-size: 28px;*/
    float: left;
    color: #914a4d;
    /*padding:0 0 20px;*/
    padding:0 6px;

    cursor: pointer;}
.box_tab .title .tab li.or{
	color: #c39796;
    margin:0 10px;
    padding: 0;
    font-size: 22px;
    background: none;
}
.box_tab .tab li.active{
    color: #fff;
    /*border-bottom: 2px solid #872a2a;*/
}
.box_tab .products .main .more a{
    position: absolute;
    top:24px;
    right:0;
    display: block;
    font-size: 14px;
    color: #fff;
    /*margin-top: 18px;*/
}
/*--- 标题栏 ---结束*/

.box_tab .products{
	margin-top: 15px;
}       
.box_tab .products .main{
    /*float: left;*/
    display: none;
}
.box_tab .products .main.selected{
    display: block;
}
/*.box_tab .products .main ul{
    height:190px;
}*/
.box_tab .products .main ul li{
    /*height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #ddd;*/
	line-height: 30px;
	margin:3px 0;
}
.box_tab .products .main ul li .time{
    float: left;
    color: #fff;
    margin-left: 2px;
}
.box_tab .products .main ul li .time .date{
	font-size: 20px;
}
.box_tab .products .main ul li .time .year{
	font-size: 14px;
	margin-left: 10px;
}
.box_tab .products .main ul li .list{
	float: left;
	margin-left: 19px;
	margin-top: 1px;
}
.box_tab .products .main ul li a{
    font-size: 15px;
    /*line-height: 45px;*/
    color: #fff;
    /*display: inline-block;
	width: 480px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
    padding-left: 16px;
    border-left: 1.5px solid #d1b1b0;
}  
.box_tab .products .main ul li a:hover{
    /*color: #0093dd;*/
}  
/*------ tab切换 ------结束*/

/*------ 公告栏 notice ------开始*/
.notice{
	float: right;
    width: 510px;
    height: 100%;
    background: #9b6260;
    padding: 24px 30px 0 30px;
}
.notice .title{
	color: #fff;
	margin-bottom: 13px;
}
.notice .title span.more{
	float: right;
	font-size: 14px;
	font-size: 13px;
	/*margin-top: 6px;*/
	/* line-height: 30px; */
	font-weight: normal;
}
.notice .title span.more a{
	color: #fff;
}
.notice .ct ul li{
	/*padding:3px 0 0 5px;*/
	padding:0 2px;
	/* height: 48px; */
	line-height: 27px;
	font-size: 14px;
	/* border-bottom:1px dashed #dfdfdf; */
}
.notice .ct ul li a{
	display: inline-block;
	overflow: hidden;
	width: 335px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	/*line-height: 41px;*/
	/* line-height: 48px; */
	text-decoration: none;
	padding-left: 16px;
	background: url(../images/icon_dot.png) scroll no-repeat center left;
}
.notice .ct ul li span.date{
	float: right;
	color: #fff;
	/*margin-top:13px;*/
}
/*------ 公告栏 notice ------结束*/

/*------ 滚动图片 news_scroll ------开始*/
.news_scroll{
	margin:50px 0 0 ;
	position: relative;
}

.news_scroll .pic_scroll{
	overflow: hidden;
	/*padding: 20px 0;*/
	height: 158px;
}
.news_scroll .pic_scroll ul li{
	float: left;
	margin-right: 15px;
}
.news_scroll .pic_scroll ul li a{
	display: inline-block;
	font-size: 14px;
	color: #626262;
	text-decoration: none;
	/*width: 234px;*/
	/*height: 158px;*/
}
.news_scroll .pic_scroll ul li a:hover{
	color: #a30d0d;
}
.news_scroll .pic_scroll ul li a img{
	width: 206px;
	height: 136px;
	padding:3px;
	border:2px solid #dcdcdc;
}
.news_scroll .pic_scroll ul li a p{
	width:205px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 5px;
}

.news_scroll .picMarquee-left{
	/*width: 1200px;*/
	width: 1140px;
	margin:0 auto;
	overflow: hidden;
	/*padding: 20px 0;*/
	height: 158px;
	/*position:relative;*/
}

.picMarquee-left .hd{

}
.picMarquee-left .hd .prev{ 
	display:block;  
	width:24px; 
	height:175px; 
	float:right;   
	overflow:hidden;
	cursor:pointer; 
	background:url(../images/arrow_right.png) no-repeat;
}
.picMarquee-left .hd .next{ 
	display:block;  
	width:24px; 
	height:175px; 
	margin-right: 2px;
	float:left;   
	overflow:hidden;
	cursor:pointer; 
	background:url("../images/arrow_left.png") no-repeat;
}
/*.picMarquee-left .hd .prevStop{ 
	background-position:-60px 0; 
}
.picMarquee-left .hd .nextStop{ 
	background-position:-60px -50px; 
}*/

.news_scroll .picMarquee-left .bd .tempWrap{
	/*width: 1148px !important;*/
	width: 1088px !important;
}
.news_scroll .picMarquee-left ul li{
	float: left;
	margin-right: 15px;
}
.news_scroll .picMarquee-left ul li a{
	display: inline-block;
	font-size: 14px;
	color: #626262;
	text-decoration: none;
	/*width: 234px;*/
	/*height: 158px;*/
}
.news_scroll .picMarquee-left ul li a:hover{
	color: #9a3a3a;
}
.news_scroll .picMarquee-left ul li a img{
	width: 206px;
	height: 136px;
	padding:3px;
	border:2px solid #dcdcdc;
}
.news_scroll .picMarquee-left ul li a p{
	width:205px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 5px;
}
/*------ 滚动图片 news_scroll ------结束*/


