@charset "gb2312";
/* CSS Document */


/*********** 首页所有bt ***********/
.sy_bt {
	width: 100%;
	height: 40px;
	border-bottom: solid 1px #e2cbc7;
	margin-bottom: 10px;
}

.sy_bt h3 {
	height: 40px;
	color: #803125;
	font: 18px/40px "微软雅黑";
	text-align: center;
	float: left;
	font-weight: bold;
	background: url(/templates/jcb/images/bt_ico.png) no-repeat left center;
	padding-left: 24px;
}

.sy_bt a {
	width: 86px;
	height: 24px;
	background: #B02F33;
	color: #fff;
	font: 14px/22px "微软雅黑";
	text-align: center;
	margin-top: 8px;
	float: right;
	display: block;
	transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-webkit-border-radius: 20px;
	/*适配以webkit为核心的浏览?chrome、safari?*/
	-moz-border-radius: 20px;
	/*适配firefox浏览?/
	-ms-border-radius: 20px;
	/*适配IE浏览?/
	-o-border-radius: 20px;
	/*适配opera浏览?/
	border-radius: 20px;
	/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/
}

.sy_bt a:hover {
	background: #7c271a;
	transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
}

.sy_warp {
	width: 1200px;
	padding-top: 40px;
	padding-bottom: 40px;
}

/********************** left *********************/
.sy_left {
	width: 470px;
	float: right;
}

/*********** 新闻列表 ***********/
.new_lb {
	float: left;
	width: 470px;
	height: 200px;
	margin-bottom: 10px;
}

.new_lb ul {
	width: 470px;
	height: auto;
	overflow: hidden;
}

.new_lb ul li {
	width: 470px;
	height: 31px;
	background: url(/templates/jcb/images/ico01.jpg) no-repeat 3px center;
}

.new_lb ul li a {
	float: left;
	color: #282727;
	font: 14px/31px "微软雅黑";
	height: 31px;
	margin-left: 15px;
	width: 335px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_lb ul li a:hover {
	color: #902E31;
	text-decoration: underline;
	;
}

.new_lb ul li span {
	float: right;
	font: 13px/31px "微软雅黑";
	color: #aeadad;
}


.sy_list {
	width: 430px;
	height: 348px;
	overflow: hidden;
	float: left;
	margin-right: 40px;
}

.new_lb2 {
	float: left;
	width: 430px;
	height: 348px;
	margin-bottom: 40px;
}

.new_lb2 ul {
	width: 470px;
	height: auto;
	overflow: hidden;
}

.new_lb2 ul li {
	width: 430px;
	height: 31px;
	background: url(/templates/jcb/images/ico01.jpg) no-repeat 3px center;
}

.new_lb2 ul li a {
	float: left;
	color: #282727;
	font: 14px/31px "微软雅黑";
	height: 31px;
	margin-left: 15px;
	width: 335px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_lb2 ul li a:hover {
	color: #902E31;
	text-decoration: underline;
	;
}

.new_lb2 ul li span {
	float: right;
	font: 13px/31px "微软雅黑";
	color: #aeadad;
}

.sy_piclist {
	width: 260px;
	height: 348px;
	overflow: hidden;
	float: left;
}

.new_lb3 {
	float: left;
	width: 260px;
	height: 348px;
	margin-bottom: 40px;
}

.new_lb3 ul {
	width: 260px;
	height: auto;
	overflow: hidden;
}

.new_lb3 ul li {
	width: 260px;
	height: 72px;
	background: url(/templates/jcb/images/ico01.jpg) no-repeat 3px center;
	margin-bottom: 3px;
}

.new_lb3 ul li img {
	max-width: 100%;
	max-height: 72px;
}


.sy_news {
	width: 680px;
	float: left;
	height: 420px;
}

/*********** 图片新闻 ***********/
.pic_new {
	position: relative;
	width: 360px;
	height: 328px;
	overflow: hidden;
	float: left;
	margin-bottom: 18px;
}

.pic_new .pic {
	width: 360px;
	height: 236px;
	display: block;
}

.pic_new .pic img {
	width: 360px;
	height: 236px;
	display: block;
}

.pic_new .txt-bg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	height: 92px;
	width: 360px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

.pic_new .txt {
	position: absolute;
	left: 16px;
	bottom: 0px;
	z-index: 0;
	height: 92px;
	display: block;
	width: 325px;
	overflow: hidden;
}

.pic_new .txt li {
	position: absolute;
	bottom: -82px;
	height: 82px;
	display: block;
	width: 325px;
	overflow: hidden;
}

.pic_new .txt li a {
	display: block;
	width: 325px;
	height: 48px;
	color: #282727;
	font: 16px/24px "微软雅黑";
	overflow: hidden;
}

.pic_new .num {
	position: absolute;
	z-index: 0;
	bottom: 12px;
	right: 18px;
}

.pic_new .num li {
	float: left;
	position: relative;
	width: 16px;
	height: 16px;
	font: 12px/16px "宋体";
	overflow: hidden;
	text-align: center;
	margin-bottom: 0px;
	cursor: pointer;
	margin-right: 5px;
}

.pic_new .num li a,
.pic_new .num li span {
	position: absolute;
	color: #fff;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.pic_new .num li span {
	z-index: 1;
	background: #D1B283;
	filter: alpha(opacity=90);
	opacity: 0.90;
	font: 12px/16px "宋体";
}

.pic_new .num li.on a,
.pic_new .num a:hover {
	background: #c51513;
	color: #fff;
}

/*********** 新闻列表 ***********/
.pic_lb {
	float: right;
	width: 300px;
	height: 328px;
}

.pic_lb ul {
	width: 300px;
	height: 392px;
	overflow: hidden;
}

.pic_lb ul li {
	width: 300px;
	height: 33px;
	background: url(/templates/jcb/images/ico01.jpg) no-repeat 3px center;
}

.pic_lb ul li a {
	float: left;
	color: #282727;
	font: 14px/33px "微软雅黑";
	height: 33px;
	margin-left: 15px;
	width: 200px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pic_lb ul li a:hover {
	color: #902E31;
	text-decoration: underline;
}

.pic_lb ul li span {
	float: right;
	font: 13px/31px "微软雅黑";
	color: #aeadad;
}

/*********** ico ***********/
.sy_ico {
	float: left;
	width: 680px;
	height: 80px;
}

.sy_ico a {
	float: left;
	width: 338px;
	height: 80px;
	background: #8c1d40;
	display: block;
	transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
}

.sy_ico a:hover {
	background: #7d0f31;
	transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
}

.sy_ico a p {
	float: left;
	width: 106px;
	height: 80px;
	background: #7d0f31;
	display: block;
	text-align: center;
	margin-right: 26px;
}

.sy_ico a p img {
	float: left;
	width: 47px;
	height: 34px;
	margin: 24px 0px 0px 30px;
}

.sy_ico a h3 {
	float: left;
	color: #fff;
	margin-top: 20px;
	font: 18px/24px "微软雅黑";
	font-weight: bold;
	letter-spacing: 2px;
}

.sy_ico a h3 span {
	color: #fff;
	display: block;
	font: 12px/24px "微软雅黑";
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.sy_ico .sy_ico02 {
	float: right;
	width: 338px;
	height: 80px;
	background: #1453a2;
	display: block;
}

.sy_ico .sy_ico02 p {
	float: left;
	width: 106px;
	height: 80px;
	background: #10488f;
	display: block;
	text-align: center;
	margin-right: 26px;
}

.sy_ico .sy_ico02:hover {
	background: #10488f;
	transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
}
