@charset "utf-8";
/* 快速链接开始 */
.rapid-links {
	background-color: #fff;
}
.rapid-links ul li{
	width: 19.5%;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	vertical-align: top;
}
.rapid-links ul li a{
	padding: 0 5px;
}
.rapid-links ul li .icon{
	display: block;
	padding-top: 24px;
	padding-bottom: 15px;
	font-size: 35px;
	color:#fff;
	line-height: 1;
	text-align:center;
}
.rapid-links ul li p{
	display: block;
	text-align:center;
	padding: 0 5px;
	font-size: 16px;
	color: #333;
}
.rapid-links ul li:hover p{
	color: #fb9161;
}
/* 快速链接结束 */

/* 第二栏新闻列表开始 */
.news-wrap{
}
/*left*/
.pic-list {
	width: 864px;
	padding: 40px 0;
}
.mod-name .icon{
	font-size: 30px;
	color:#a548a8;
	vertical-align: middle;
}
.mod-name em{
	font-size: 24px;
    color: #a20f1e;
	font-weight: 400;
}
.pic-slide {
	width: 100%;
	height: 280px;
}
.pic-slide .bd li .pic{
	width: 420px;
	height: 280px;
}
.pic-slide .bd li .title{
	text-align: left;
	padding: 0 35px 0 25px;
	width: 384px;
	height: 280px;
	position:relative;
}
.pic-slide .bd .title a{
	font-weight:normal;
}
.pic-slide .bd .title .time{
	display: block;
	padding: 20px 0 15px 0;
	font-size: 14px;
	color: #989898;
	line-height: 1;
}
.pic-slide .bd .title .abstract{
	line-height: 24px;
	color: #787878;
}
.pic-slide .bd .title .more{
	width: 110px;
	height: 36px;
	border: 1px solid #b5b5b5;
	text-align:center;
	line-height:36px;
	color: #666;
	position: absolute;
	bottom: 5px;
	left: 25px;
	display:block;
	font-size: 14px;
	border-radius: 5px;
}
.pic-slide .bd .title .more:hover{
	color: #c1424f;
	border-color: #c1424f;
}
.pic-slide .hd{
	
}
.pic-slide .prev,
.pic-slide .next{
	position: absolute;
	bottom: -70px;
	right: 10px;
	background: url(/rlzy/images/index-icons.png) no-repeat -30px 0;
	width: 29px;
	height: 27px;
	z-index: 3;
}
.pic-slide .prev{
	background-position: 0 0;
	right: 50px;
}
.pic-slide .bd ul li .title a:hover{
	color: #ff9d34;
}
.pic-slide  .hd{
	width: 420px;
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align:center;
}
.pic-slide  .hd ul{
	font-size: 0;
	text-align:center;
}
.pic-slide  .hd ul li{
	display:inline-block;
	*display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FFF;
	margin: 0 3px;
	font-size: 0;
}
.pic-slide  .hd ul li.on{
	background-color: #c1424f;
}
/* right */
.notice{
	width: 336px;
	padding-top: 15px;
}
.notice .mod-name em{
	font-size: 24px;
    color: #fff;
    padding-left: 25px;
	font-weight: 400;
}
.notice .mod-name{
	color: #fff;
    border-radius: 5px 5px 0 0;
    padding-top: 15px;
    padding-bottom: 10px;
    background: #e75847;
}
.notice ul{
	width: 100%;
	background-color: #f7f7f7;
}
.notice ul li{
	border-bottom: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
	width: 90%;
	margin: 0 auto;
}
.notice ul li .time{
	width: 45px;
	height: 45px;
	vertical-align: middle;
	border-radius: 50%;
	border: 1px solid #fa7a86;
	font-size: 14px;
	line-height: 45px;
	text-align:center;
	color: #999;
}
.notice ul li:hover .time{
	border-color: transparent;
	color:#e75847;
	background-color: #e5e5e5;
}
.notice ul li .title{
	width: 233px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding-left: 10px;
	vertical-align:middle;
	font-weight: normal;
}
.notice ul li:hover a{
	color: #e75847;
}
.notice .mod-name a.more:hover{
	color: #fff;
}
/* 第二栏新闻列表结束 */
.pic-left-slide{
	width: 100%;
	height: 338px;
	background: url(/rlzy/images/slide-bg.jpg) no-repeat;
	background-size: cover;
}
.pic-left-slide .name .icon,
.pic-left-slide .name em,
.pic-left-slide .more{
	color: #fff;
}
.left-slide ul li{
	width: 290px;
	float: left;
	margin-right: 16px;
	text-align: center;
}
.left-slide ul li img{
	border: 8px solid #fff;
}
.left-slide ul li h5{
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 24px;
	color: #b31b25;
	line-height: 1;
}
.left-slide ul li p{
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #a1a1a1;
	line-height: 24px;
	text-align: left;
}
.left-slide ul li:hover img,
.left-slide ul li:hover{
	border-color: #f3f3f3;
	background-color: #f3f3f3;
}
.left-slide  .prev,
.left-slide .next{
	position: absolute;
	top: 280px;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	left: -90px;
	background: url(/rlzy/images/index-icons.png) -130px 0;
	
}
.left-slide .next{
	left: auto;
	right: -90px;
	background-position: -191px 0;
	z-index: 3;
}
/*video start*/
.video-wrap{
	padding-top: 230px;
	padding-bottom: 30px;
}
.video-l{
	padding-left: 205px;
	background: url(/rlzy/images/index-video-Limg.jpg) no-repeat left top;
	height: 433px;
}
.v-box{
	width: 327px;
	height: 209px;
}
.v-box a{
	display: block;
	padding: 10px 20px;
	border: 3px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -59px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.v-box .box{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.v-box .box:hover{background: url(/rlzy/images/bg_black_40.png);}
.more:hover{
	color: #ff9d34;
}
/*video end*/

/*底部文字链接*/
.site{ width:280px;}
.tlinks li a{
	color: #ccc;
}
.tlinks li a:hover{
	color: #fff;
}