﻿@charset "utf-8";
/* CSS Document */
.pic{margin:0 auto; margin-top:60px; width:1180px; overflow:hidden;}
.pic .left{float:left; width:270px;}
.pic .left .subject{width:100%; background-color:#efefef; height:102px; overflow:hidden;}
.pic .left .subject h1{font-size:24px; border:2px solid #fff; width:258px; line-height:90px; height:90px; text-align:center; margin:4px; font-weight:500;}
.pic .left li{ margin-top:40px; background-color:#efefef;text-align:center; }
.pic .left li a{color:#1c1c1c; font-size:18px; line-height:48px; position:relative; display:inline-block; width:100%;}
.pic .left li span{text-align:center; background-color:#da007f; color:#fff; position:absolute; top:0; right:0; display:inline-block; width:48px;}
.pic .left li a:hover{background-color:#da007f; color:#fff;}
.pic .left li a:hover span{background-color:#ffebf7; color:#da007f;}

.pic .right{width:860px; float:right; overflow:hidden; }
.pic .right .right-1{width:30%; height:190px; margin-left:3.3%; margin-top:30px; overflow:hidden; position:relative; background-color:#000; float:left;}
.pic .right .right-1:first-child,.pic .right .right-1:nth-child(2),.pic .right .right-1:nth-child(3){margin-top:0;}
.pic .right .right-1 img{width:100%; height:100%;transition:all 0.5s ease-in;}
.pic .right .right-1 h1{color:#fff; font-size:18px; font-weight:500; text-align:center; position:absolute; height:190px; width:100%; top:90px; z-index:1; opacity:0;transition:all 0.5s ease-in;}
.pic .right .right-1:hover img{ transform:scale(1.2); opacity:0.8;}
.pic .right .right-1:hover h1{opacity:1;}

.page{width:1180px; margin:60px auto;}
.clearfix {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
.page-1{text-align: center; overflow:hidden; }
.pager {
	max-width: 100%;
	text-align: center;
	float:right;
}

.pager a {
	cursor: pointer;
}

.pager a,
.pager span {
	/* 按钮内数字 */
	width: 45px;
	height: 40px;
	border: 1px solid #EBEBEB;
	margin-left: -1px;
	color: #8a8a8a;
	display: inline-block;
	line-height: 40px;
	float: left;
	font-size: 15px;
	text-decoration: none;
	margin: 0 2px;
	border-radius: 6px;
}
.pager a:hover,
.pager span:hover {
	border-color: #da007f;
	color: #da007f;
	position: relative;
	z-index: 1;
}

.pager span.current {
	background-color: #da007f;
	color: #fff;
	border-color: #EBEBEB;
	position: relative;
	z-index: 1;
}

.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
	background: white url(../img/page_bg.jpg)  8px 7px no-repeat;
}

.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover {
	background: white url(../img/page_bg_hover.jpg)  8px 7px no-repeat;
}

.pager .pg-prev,
.pager .pg-prev:hover {
	background-position: 7px -21px;
}

.pager .pg-next,
.pager .pg-next:hover {
	background-position: -21px -21px;
}

.pager .pg-last,
.pager .pg-last:hover {
	background-position: -21px 7px;
}

.pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover {
	cursor: default;
	background-image: url(../img/page_bg.jpg);
}

.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover {
	cursor: default;
	background-image:url(../img/page_bg_hover.jpg);
}

.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true'] {
	border-color: #eeeeee;
}

.pager span.els {
	border-color: transparent;
}

.pagerHtmlWrap {
	width: 100%;
	margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
	width: 100%;
	height: 35px;
	padding: 5px 0;
	border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
	color: #454545;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
	display: inline-block;
	width: 25%;
	text-align: left;
	margin: 0;
}

/*list*/

.right-2{width:96.7%; background-color:#efefef;margin-bottom:30px; height:70px; overflow:hidden; margin-left:3.3%;}
.right-2:last-child{margin-bottom:0;}
.right-2 a{ border:2px solid #fff; height:58px; color:#1c1c1c; display:block; overflow:hidden; margin:4px;}
.right-2 a h1{font-size:18px; line-height:58px; font-weight:500;width:85%; float:left; margin-left:10px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.right-2 a span{ float:right; line-height:58px; margin-right:10px; color:#999;}
.right-2:hover{background-color:#e4e4e4;}
.right-2:hover a{}


/*details*/
.details{margin-left:3.3%; width:96.7%; text-align:center; }
.details h1{font-size:24px; font-weight:500; line-height:50px; font-family: "文鼎颜楷";}
.details span{font-size:14px; font-weight:500; line-height:2;}
.line-1{padding:10px; border-bottom:1px solid #eee; margin-bottom:20px;}
.details p{font-size:16px; line-height:1.8; text-indent:2em; text-align:justify; padding-left:20px; padding-right:20px; font-family: "文鼎颜楷";}
.details img{width:70%; margin:20px auto;}
.details h2{text-align:left; padding-left:20px; font-weight:500; font-size:16px; line-height:1.8;}
.details h2 a{color:#000000;}
.details h2 a:hover{color:#333;}


/*honor*/
.right-3{width:30%; margin-left:3.3%; margin-top:30px; overflow:hidden; position:static; background-color:#fff; float:left; height:250px;}
.right-3 .honor{width:100%; transition:none; height:190px;}
.honor:hover{background-color:#fff;}
.right-3 p{font-size:16px; font-weight:500; line-height:20px;overflow: hidden;
            white-space: nowrap;
            text-overflow:ellipsis;
            text-align:center;
            margin-top:10px
        }
.pic .right .right-3:first-child,.pic .right .right-3:nth-child(2),.pic .right .right-3:nth-child(3){margin-top:0;}
.location{width:100%; overflow:hidden;}
.location h3{line-height:60px; height:60px; font-size:15px; color:#555;  font-weight:500; float:right;}














