@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12 {
	padding: 0;
}

.container {
	/*width: 1170px;*/
	padding: 0px;
	/*margin: 0 auto;*/

}

.head {
	/*background: url(../images/header.png) repeat;*/
        background:#b31005;
	padding: 11px 0 22px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


/* 网页logo */
.logo {
	width: 28%;
	float: left;
        width: 47%;
}

.logo img{
     outline: none;
}



/* 导航 */
.nav {
	width: 53%;
	float: left;

}

.nav ul li {
	width: 15%;
	float: left;
	margin-top: 30px;
	position: relative;
}

.nav ul li:first-child {
	width: 10%;
}

.nav ul li a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
        border-radius: 5px;

}

.nav ul li:hover a {
	background: #fff;
        color: #b31005;
        
}

/*.nav ul li.active a {
	background: #fff;
        color: #b31005;
}*/


.nav ul li .nav_item {
	position: absolute;
	left: 0;
	top: 135%;
	width: 100%;
	border-radius: 2px;
	border: 1px solid rgba(156, 11, 4, 1);
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	background: rgba(179, 16, 5, 1);
	opacity: 0;
	visibility: hidden;
        border-radius: 5px;
	transition: opacity .4s ease, top .45s ease;
}

.nav ul li:hover .nav_item {
	left: 0;
	top: 120%;
	opacity: 1;
	visibility: visible;
	z-index: 100;

}

.nav ul li .nav_item:before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
}

.nav ul li .nav_item:after {
	content: '';
	display: block;
	position: absolute;
	top: -11px;
	left: 50%;
	border: 6px solid transparent;
	border-bottom-width: 5px;
	border-bottom-color: #9c0b04;
	transform: translateX(-50%);
}

.nav ul li .nav_item li {
	margin-top: 0;
	width: 100%;
}

.nav ul li .nav_item li a {
	padding: 10px;
	font-size: 16px;
	height: auto;
	line-height: 1;
	text-align: center;
         background: none;
    color: #fff;
border-radius: 0;
}

.nav ul li .nav_item li:first-child a{
   border-radius: 5px 5px 0 0;
}


.nav ul li .nav_item li:last-child a{
    border-radius: 0 0 5px 5px;
}

.nav ul li .nav_item li a:hover {
	color: #b31005;
	background: rgba(255, 255, 255, 1);

}


.navbar-toggle {
    display: none;
    position: relative;
    float: right;
    width: 24px;
    height: 22px;
    background: url(../images/anniu.png) no-repeat;
    margin-top: 20px;
    padding: 0;
    margin-right: 0;
    margin-bottom: 8px;
    border: none;
    border-radius: 0px;
}


.nav-new {
	background: #b31005;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 111;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
	transition-property: opacity, visibility, transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}


.nav-new.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.nav-new ul {
	width: 60%;
        
}

.nav-new ul li {
	width: 15%;
	float: left;
	position: relative;
        padding: 6.5px 0;
}

.nav-new ul li:first-child {
	width: 10%;
}


.nav-new ul li a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
        border-radius: 5px;
}

.nav-new ul li:hover a{
       background: #fff;
        color: #b31005;
}

/*.nav-new ul li.active a{
       background: #fff;
        color: #b31005;
}*/


.nav-new ul li .nav_item {
	position: absolute;
	left: 0;
	top: 135%;
	width: 100%;
	border-radius: 2px;
	border: 1px solid rgba(156, 11, 4, 1);
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	background: #b31005;
        border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, top .45s ease;
}

.nav-new ul li:hover .nav_item {
	left: 0;
	top: 120%;
	opacity: 1;
	visibility: visible;
	z-index: 100;

}

.nav-new ul li .nav_item:before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
}

.nav-new ul li .nav_item:after {
	content: '';
	display: block;
	position: absolute;
	top: -11px;
	left: 50%;
	border: 6px solid transparent;
	border-bottom-width: 5px;
	border-bottom-color: #9c0b04;
	transform: translateX(-50%);
}

.nav-new ul li .nav_item li {
	width: 100%;
        padding: 0;
}

.nav-new ul li .nav_item li a {
	padding: 10px;
	font-size: 16px;
	height: auto;
	line-height: 1;
	text-align: center;
           background: none;
    color: #fff;
     border-radius: 0;
}


.nav-new ul li .nav_item li:first-child a{
   border-radius: 5px 5px 0 0;
}


.nav-new ul li .nav_item li:last-child a{
    border-radius: 0 0 5px 5px;
}

.nav-new ul li .nav_item li a:hover {
	color: #b31005;
	background: rgba(255, 255, 255, 1);

}


/* 倒计时 */
.date-jisi {
	width: 19%;
	float: left;
	position: relative;
	padding-right: 45px;
	margin-top: 25px;
}

.date-jisi p {
	font-size: 20px;
	color: #fff;
	text-align: right;
	/*font-family: "宋体";*/
	line-height: 25px;
	font-weight: bold;
	margin-right: 13px;
	margin-bottom: 0;
	height: 50px;
	float: right;
}

.date-jisi .dayri {
	height: 50px;
	float: right;
}

.date-jisi .dayri span {
	padding: 0 1px;
	background: #5b0601;
	border-radius: 13px;
	margin-left: 4px;
	color: #ffe6a1;
	font-size: 50px;
	line-height: 48px;
	height: 50px;
	overflow: hidden;
	display: inline-block;
}

.date-jisi .dayri span:first-child {
	margin-left: 0;
}

.date-jisi .tian {
	font-size: 24px;
	/*font-family: "宋体";*/
	color: #fff;
	display: inline-block;
	margin-left: 12px;
	line-height: 50px;
	position: absolute;
	right: 12px;
	top: 0px;
}



/* 轮播图 */
.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}


/*首页内容部分*/
.contentbox {
	background: url(../images/baground-body.jpg) center 100% repeat;
	padding: 35px 0 0;
}


/* 首页标题 */
.title {

	border-bottom: 1px solid #b48e59;
	margin-bottom: 25px;
}

.index-height {
	height: 60px;
	line-height: 60px;
}

.title h3 {
	float: left;
	font-size: 36px;
	font-weight: normal;
	color: #8d6e18;
	padding: 0 6px 0 0px;
	position: relative;
}

.title h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 100%;
	height: 15px;
	background: url(../images/index-title.png) center no-repeat;
	background-size: auto 100%;

}

.title h3 span {
	color: #c00017;
}

.title .more {
	font-size: 16px;
	color: #333;
	float: right;
	transition: 0.6s all;
}

.title .more:hover {
	color: #c00017;
	transition: 0.6s all;
	padding-right: 6px;
}

/* 庆典动态 */


.index-dynamic {
	padding-right: 2.16%;
	margin-top: 15px;
}

.index-dynamic ul {
	margin-left: -3.99%;
	overflow: hidden;
	padding-bottom: 56px;
}

.index-dynamic ul li {
	width: 46.01%;
	float: left;
	margin-left: 3.99%;
	position: relative;
}


.index-dynamic ul li .index-dynamic-img {
	height: 273px;
	background: #c20d03;
	overflow: hidden;
}

.index-dynamic ul li .index-dynamic-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.index-dynamic ul li:hover .index-dynamic-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.index-dynamic ul li .index-dynamic-box {
	padding: 8px 0 58px;
	transition: 0.6s all;
	position: relative;
}

.index-dynamic ul li:hover .index-dynamic-box {
	box-shadow: 0px 0px 16px 0px rgba(145, 145, 145, 0.39);
	padding: 0 0 66px 0;
	transition: 0.6s all;
}


.index-dynamic ul li .index-dynamic-text {
	padding: 26px 0 0px 0;
	transition: 0.6s all;
	position: relative;
}

.index-dynamic ul li:hover .index-dynamic-text {
	padding: 26px 20px 0 20px;
	transition: 0.6s all;
}

.index-dynamic ul li .index-dynamic-text h3 {
	margin: 0;
}

.index-dynamic ul li .index-dynamic-text h3 a {
	display: block;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.index-dynamic ul li .index-dynamic-text p {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 15px 0 0;
}


.index-dynamic ul li .index-dynamic-xinxi {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -51px;
	width: 100%;

}

.index-dynamic ul li:hover .index-dynamic-xinxi {
	bottom: -35px;
	padding: 0 20px;
}


.index-dynamic ul li .index-dynamic-time {
	color: #a18d55;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 60%;
	float: left;
}


.index-dynamic ul li .index-dynamic-xinxi .more {
	font-size: 16px;
	color: #866f3b;
	float: left;
	width: 40%;
	text-align: right;
}


.index-dynamic ul li .border {
	position: absolute;
	background: none;
	transition: all .5s ease-in-out;
}

.index-dynamic ul li .border:nth-of-type(2) {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 2px solid #c20d03;
}

.index-dynamic ul li .border:nth-of-type(3) {
	top: 0;
	right: 0;
	width: 10px;
	height: 0;
	border-right: 2px solid #c20d03;
}

.index-dynamic ul li .border:nth-of-type(4) {
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 2px solid #c20d03;
}

.index-dynamic ul li .border:nth-of-type(5) {
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 2px solid #c20d03;
}

.index-dynamic ul li:hover .border:nth-of-type(2) {
	width: 100%;
}

.index-dynamic ul li:hover .border:nth-of-type(3) {
	height: 100%;
}

.index-dynamic ul li:hover .border:nth-of-type(4) {
	width: 100%;
}

.index-dynamic ul li:hover .border:nth-of-type(5) {
	height: 100%;
}

/* 通知公告 */

.index-notice {
	padding-left: 0.7%;
	margin-top: 15px;
}

.index-notice ul {
	margin-top: -14px;
}

.index-notice ul li {
	padding: 21px 0;
	border-bottom: 1px solid #e6d1a4;
}

.index-notice ul li .time {
	position: relative;
	float: left;
	width: 66px;
	height: 74px;
	transition: 0.6s all;
	background: #fff;
}

.index-notice ul li:hover .time {
	background: #c20d03;

}

.index-notice ul li .time .day {
	transition: 0.6s all;
	font-size: 24px;
	color: #a18d55;
	text-align: center;
	line-height: 30px;
	margin-top: 13px;
}

.index-notice ul li:hover .time .day {
	color: #fff;
	transition: 0.6s all;
}

.index-notice ul li .time .month {
	transition: 0.6s all;
	font-size: 14px;
	color: #a18d55;
	text-align: center;
}

.index-notice ul li:hover .time .month {
	color: #fff;
	transition: 0.6s all;
}

.index-notice ul li .notice-title {
	font-size: 18px;
	color: #333;
	margin-left: 90px;
	line-height: 30px;
	margin-top: 7px;
	margin-bottom: 7px;
	transition: 0.6s all;
        height: 60px;
text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.index-notice ul li:hover .notice-title {
	color: #c20d03;
	transition: 0.6s all;
}


/* 首页视频 */
.index-video {
	margin-bottom: 45px;
}

.index-video video {
	width: 100%;
	height: 450px;
	position: relative;
}

.index-video .index-video-label {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index-video .index-video-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* 历史沿革 */

.index-history {
	padding-right: 2.78%;
	padding-bottom: 75px;
}


/* 时光影像 */

.index-shiguang {
	padding-left: 1.59%;
}

.index-shiguang ul li {
	width: 100%;
	background: #ab0007;
	margin-top: 21px;
	position: relative;
}

.index-shiguang ul li:first-child {
	margin-top: 0;
}

.index-shiguang ul li+li {
	background: #b48e59;
}

.index-shiguang ul li .shiguang {
	width: 260px;
	float: left;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);

}

.index-shiguang ul li .shiguang p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-top: 20px;
        margin-bottom: 0;
}

.index-shiguang ul li .shiguang-box {
	margin-left: 260px;
	position: relative;
}


.index-shiguang ul li .shiguang-box .shiguang-img {
	width: 100%;
	height: 261px;
	overflow: hidden;
}

.index-shiguang ul li .shiguang-box .shiguang-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.index-shiguang ul li:hover .shiguang-box .shiguang-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.index-shiguang ul li .shiguang-box .shiguang-title {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	height: 40px;
	padding: 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	background: rgba(0, 0, 0, 0.48);
	;
}



/* 历史沿革 */
#marquee2{
	width:100%;
	height:561px;
	overflow:hidden;
}

#marquee2 ul li{
	 width:100%;
	height:187px;	
	position:relative;
	padding-bottom: 26px;
}

.control{
	float: left;
    margin-right: 36px;
}

.control a{
	background: #ab0007;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
   
}


/* 祝福留言 */
.bless {
	background: url(../images/zhufu-body.png) repeat;
	padding-bottom: 45px;
}

.bless-box {
	background: #ab0007;
	width: 208px;
	text-align: center;
	padding: 40px 0 40px;
	margin-top: -44px;
	float: left;
}


.bless-box h5 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 34px 0 0;
	padding-bottom: 30px;
	position: relative;
}

.bless-box h5::after {
	content: "";
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 33px;
	background: #fff;
	transform: translateX(-50%);

}


.bless ul {
	margin-left: 290px;
}

.bless ul li {
	width: 32%;
	margin-left: 1.33%;
	float: left;
	margin-top: 35px;
}

.bless ul li .bless_title {
	font-size: 16px;
	color: #ab0007;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bless ul li .bless_title font{
    font-size: 16px !important;
   color: #ab0007 !important;
}


.bless ul li .bless_xinxi {
	font-size: 14px;
	color: #333;
	opacity: 0.52;
	line-height: 22px;
}

.bless ul li+li+li+li+li+li+li{
     display: none;
}
.messagesx {
    display: none;
}


/* 轮播图 */

.banner {
	margin-top: 127px;
}
.banner.banner-x {
	margin-top: 127px;
}



/* 左侧 */
.left-box {
	padding-right: 6%;
	margin-bottom: 60px;
	margin-top: -100px;
}

.left-nav {
	margin-bottom: 11px;
}


.left-nav .current {
	font-size: 30px;
	color: #fff;
	text-align: left;
	font-weight: normal;
	line-height: 48px;
	background-color: #c20d03;
	background-image: url(../images/current.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	position: relative;
	padding: 30px 0 37px 60px;
}

.left-nav ul {
	background: #fffbf4;
	padding: 24px 23px 40px;
	border: 2px solid #fff;
}

.left-nav ul li {
	border-bottom: 1px solid #ebe7e1;
}

.left-nav ul li a {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 50px;
	padding: 3px 0 3px 45px;
	text-decoration: none;
	position: relative;
}

.left-nav ul li:hover a, .left-nav ul li.active a {
	color: #c20d03;
	font-weight: bold;
}

.left-nav ul li a::before, .left-nav ul li a::after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
}

.left-nav ul li a::before {
	background: url(../images/left-nav-left.png) left center no-repeat;
	-webkit-transition: .6s all;
	transition: .6s all;
	width: 6px;
	left: 0;
}

.left-nav ul li:hover a:before, .left-nav ul li.active a:before {
	background: url(../images/left-nav-leftac.png) left center no-repeat;
	-webkit-transition: .6s all;
	transition: .6s all;
}

.left-nav ul li a::after {
	background: url(../images/left-nav-right.png) left center no-repeat;
	-webkit-transition: .6s all;
	transition: .6s all;
	width: 7px;
	right: 0;
}

.left-nav ul li:hover a:after, .left-nav ul li.active a:after {
	background: url(../images/left-nav-rightac.png) left center no-repeat;
	-webkit-transition: .6s all;
	transition: .6s all;

}



.left-link {
	background: #fffbf4;
	border: 2px solid #fff;
	padding: 0 35px 20px;
}

.left-link ul {
	overflow: hidden;
}

.left-link ul li {
	width: 50%;
	float: left;
	margin-top: 25px;
}

.left-link ul li a {
	display: block;
	width: 65px;
}

.left-link ul li+li a {
	margin: 0 0 0 auto;
}

.left-link ul li+li+li a {
	margin: 0 auto 0 0;
}

.left-link ul li+li+li+li a {
	margin: 0 0 0 auto;
}


.left-link ul li .link-img {
	margin: 0 auto 10px;
	width: 44px;
	overflow: hidden;
}

.left-link ul li .link-img img{
	width: 100%;
}
.left-link ul li p {
	font-size: 16px;
	color: #333;
}

.link-entr {
	margin-top: 18px;
}

.link-entr a {
	display: block;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	background-color: #c20d03;
	color: #fff;
	margin-bottom: 12px;
	border-radius: 5px;
	position: relative;
	padding: 2px 0;
}

.link-entr a+a {
	background-color: #b48e59;
}


.link-entr a::before, .link-entr a::after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 21px;
}

.link-entr a::before {
	background: url(../images/link-entr-left.png) left center no-repeat;
	left: 0;
}

.link-entr a::after {
	background: url(../images/link-entr-right.png) left center no-repeat;
	right: 0;
}

/* 右侧 */
.right-current {
	position: relative;
}

.columntitle {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #b48e59;
	margin-bottom: 20px;
}

.columntitle span {
	float: left;
	display: block;
	position: relative;
	font-size: 36px;
	color: #ab0007;
	font-weight: normal;
	padding: 0 6px 0 0px;
}


.columntitle span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 100%;
	height: 15px;
	background: url(../images/index-title.png) center no-repeat;
	background-size: 100% 100%;
}

/* 当前位置 */

.location {
	position: absolute;
	right: 0;
	top: 22px;
}

.location a {
	font-size: 14px;
	color: #333333;
}

.location span {
	font-size: 14px;
	color: #333333;
}


/* 简介 */
.about {
	overflow: hidden;
	margin-bottom: 40px;
           margin-top: 60px;
    margin-left: 8%;
    margin-right: 8%;
}

.about .content h3 {
	font-size: 22px;
	color: #c20d03;
	padding-left: 35px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 5px;
}

.about .content h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: #da928e;
	border-radius: 4px;
}

.about .content p {
	font-size: 18px;
	color: #333;
	line-height: 38px;
}

.article .attach ul li a {
	color: #0000ee;
}

.article .attach ul li a:hover {
	color: #ff0000;

}

.article .content iframe {
    width: 100% !important;
}


/* 图片列表 */

.img-list {
	margin-top: 50px;
	margin-bottom: 40px;
}

.img-list ul {
	margin-left: -0.83%;
        overflow: hidden;
}

.img-list ul li {
	float: left;
	width: 32.5%;
	margin-left: 0.83%;
	margin-top: 23px;

}

.img-list ul li .img-list_picture {
	height: 271px;
	background-color: #c20d03;
	overflow: hidden;
}

.img-list ul li .img-list_picture img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.img-list ul li:hover .img-list_picture img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.img-list ul li .img-list_text {
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0;
}

.img-list ul li:hover .img-list_text {
	color: #c20d03;
}


/*时光*/
.bigimgdiv {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    opacity: 0;
    text-align: center;
   -webkit-transition: 0.5s;
    transition: 0.5s;
   display: none;
-webkit-transform: scale(1.185);
    -ms-transform: scale(1.185);
    transform: scale(1.185);

}

.bigimgdiv_active{
    opacity: 1;
 -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
 -webkit-transition-duration: .3s;
    transition-duration: .3s;
   
}

.big_close {
    display: inline-block;
    text-align: center;
    width: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    position: absolute;
    top: -2px;
    right: -5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.big_close:hover {
    opacity: .5;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.bigimgcont {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    border-radius: 0;
    background: #f8f8f8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);


}


.bigimg_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}


.bigimg_inner {
    max-width: 100%;
}

.bigimg_inner img{
    max-width: 100%;
}


.shiguang-items {
  /*  margin-bottom: -30px;*/
    margin-top: 45px;
}

.shiguang-items ul{
      margin-left: -2%;
   overflow: hidden;
}

.shiguang-items ul li {
    width: 31.33%;
      width: 23%;
    float: left;
    margin-left: 2%;
    text-align: center;
    border: 2px solid #c00017;
    border-radius: 2px;
    margin-top: 10px;
   
}

.shiguang-items ul li a{
    color: #c00017;
    font-size: 22px;
    padding: 12px 0;
     display: block;
}

.shiguang-items ul li.active a{
    color: #fff;
    background: #c00017;
}

/* 图片新闻 */

.img-news {
	margin-top: 40px;
	margin-bottom: 40px;
}

.img-news ul {
	margin-left: -1.1%;
           overflow: hidden;
}

.img-news ul li {
	float: left;
	width: 32.23%;
	margin-left: 1.1%;
	position: relative;
	margin-bottom: 19px;
	height: 361px;
}


.img-news ul li .index-dynamic-img {
	height: 219px;
	background: #c20d03;
	overflow: hidden;
}

.img-news ul li .index-dynamic-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.img-news ul li:hover .index-dynamic-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.img-news ul li .index-dynamic-box {
	padding: 18px 0 28px;
	transition: 0.6s all;
	position: relative;
}

.img-news ul li:hover .index-dynamic-box {
	box-shadow: 0px 0px 16px 0px rgba(145, 145, 145, 0.39);
	padding: 0 0 46px 0;
	transition: 0.6s all;
}


.img-news ul li .index-dynamic-text {
	padding: 13px 0 0px 0;
	transition: 0.6s all;
	position: relative;
}

.img-news ul li:hover .index-dynamic-text {
	padding: 13px 12px 0 12px;
	transition: 0.6s all;
}

.img-news ul li .index-dynamic-text h3 {
	margin: 0;
}

.img-news ul li .index-dynamic-text h3 a {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.img-news ul li .index-dynamic-text p {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 5px 0 0;
}


.img-news ul li .index-dynamic-xinxi {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;

}

.img-news ul li:hover .index-dynamic-xinxi {
	bottom: -35px;
	padding: 0 12px;
}


.img-news ul li .index-dynamic-time {
	color: #a18d55;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 60%;
	float: left;
}


.img-news ul li .index-dynamic-xinxi .more {
	font-size: 16px;
	color: #866f3b;
	float: left;
	width: 40%;
	text-align: right;
}


.img-news ul li .border {
	position: absolute;
	background: none;
	transition: all .5s ease-in-out;
}

.img-news ul li .border:nth-of-type(2) {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 2px solid #c20d03;
}

.img-news ul li .border:nth-of-type(3) {
	top: 0;
	right: 0;
	width: 10px;
	height: 0;
	border-right: 2px solid #c20d03;
}

.img-news ul li .border:nth-of-type(4) {
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 2px solid #c20d03;
}

.img-news ul li .border:nth-of-type(5) {
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 2px solid #c20d03;
}

.img-news ul li:hover .border:nth-of-type(2) {
	width: 100%;
}

.img-news ul li:hover .border:nth-of-type(3) {
	height: 100%;
}

.img-news ul li:hover .border:nth-of-type(4) {
	width: 100%;
}

.img-news ul li:hover .border:nth-of-type(5) {
	height: 100%;
}

/*列表页*/

.list, .donation, .course {
	margin-top: 55px;
	margin-bottom: 40px;
}

.list ul li {
	padding: 28px 30px 15px 36px;
	background: #fffbf4;
	border: 2px solid #fff;
	margin-bottom: 20px;
	transition: 0.6s all;
}

.list ul li:hover {
	background: #c20d03;
}

.list ul li .time {
	position: relative;
	float: left;
	width: 72px;
	height: 74px;
	transition: 0.6s all;
	background: #c20d03;
	margin-top: 2px;
	transition: 0.6s all;
}

.list ul li:hover .time {
	background: #fff;
	transition: 0.6s all;
}

.list ul li .time .day {
	transition: 0.6s all;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 42px;
	margin-top: 5px;
}

.list ul li:hover .time .day {
	color: #c20d03;
	transition: 0.6s all;
}

.list ul li .time .month {
	transition: 0.6s all;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.list ul li:hover .time .month {
	color: #c20d03;
	transition: 0.6s all;
}

.list ul li .list-box {
	margin-left: 108px;
}

.list.list3 ul li .list-box{
    margin-left: 0px;
}


.list ul li .list-box h5 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	transition: 0.6s all;
}

.list ul li:hover .list-box h5 {
	color: #fff;
	transition: 0.6s all;
}


.list ul li .list-box p {
	font-size: 14px;
	margin-top: 0;
	color: #909090;
	line-height: 24px;
	height: 48px;
	margin-bottom: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.list ul li:hover .list-box p {
	color: #fff;
	transition: 0.6s all;
}


/* 捐款 */
.donation ul li {
	border: 2px solid #fff;
	background: #fffbf4;
	margin-bottom: 28px;
	padding: 23px;
	overflow: hidden;
	position: relative;
}

.donation ul li .donation-aniu {
	position: absolute;
	right: 23px;
	top: 23px;
}

.donation ul li .donation-aniu a {
	display: block;
	float: left;
	background: #c20d03;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 8px 22px;
	border-radius: 5px;
	margin-right: 30px;
	transition: 0.6s all;
	border: 1px solid #c20d03;
	;
}

.donation ul li .donation-aniu a:hover {
	font-weight: bold;
	color: #c20d03;
	background: #fff;
	transition: 0.6s all;

}

.donation ul li .donation-title {
	width: 100%;
	font-size: 24px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 30px;
	padding-left: 38px;
	position: relative;
	padding-right: 300px;
	margin: 9px 0;
}


/* 学院历程 */


.course ul li, .index-history ul li {
	
        position: relative;
}

.course ul li{
     margin-bottom: 26px;
}

.course ul li a, .index-history ul li a {
    cursor: auto;
}

.course ul li .time, .index-history ul li .time {
	color: #f0e7e3;
	font-size: 20px;
	/*font-family: "宋体";*/
	line-height: 30px;
	padding: 13.5px 0;
	background-color: #ab0007;
	width: 197px;
	text-align: center;
	position: relative;
	float: left;
}

.course ul li .time::before, .course ul li .time::after, .index-history ul li .time::before, .index-history ul li .time::after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 17px;
}

.course ul li .time::before, .index-history ul li .time::before {
	background: url(../images/licheng-left.png) left center no-repeat;
	left: 0;
}

.course ul li .time::after, .index-history ul li .time::after {
	background: url(../images/licheng-right.png) left center no-repeat;
	right: 0;
}


.history-box {
	margin-left: 220px;
	/*background: url(../images/licheng.png) center no-repeat;
	background-size: 100% 100%;*/
	padding: 34px 35px 34px;
	position: relative;
        overflow: hidden;
}

.index-history .history-box {
    padding: 36px 35px 33px;
	overflow: hidden;
}


.history-box .top-lishi{
	position:absolute;
	right: 0;
	top: 0;
}


.history-box .rigjt-lishi {
    position: absolute;
    right: 0;
    top: 8px;
   overflow: hidden;
    height: calc(100%-22px);
    height: -webkit-calc(100% - 22px);
    height: -moz-calc(100% - 22px);
}


 .bottom-lishi {
    position: absolute;
    right: 0;
    width: calc(100%-227px);
    width: -webkit-calc(100% - 227px);
    width: -moz-calc(100% - 227px);
    overflow: hidden;
    height: 15px;
}

.index-history ul li .bottom-lishi{
    bottom: 25px;
}


.course ul li .bottom-lishi{
    bottom: 0px;
}

.bottom-lishi img {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}


.history-box .left-lishi {
    position: absolute;
	left: 0;
	bottom: 0;
}


.history-box .history-tubiao {
	position: absolute;
	top: 13px;
	right: 18px;
}

.history-box .history-title {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.history-box p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 8px;
}

/* 内容页 */

.article {
	min-height: 380px;
	margin-bottom: 100px;
	margin-top: 60px;
        margin-left: 8%;
       margin-right: 8%;

}

.article h1.intro {
	text-align: center;
	font-size: 16px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: center;
	font-size: 24px;
	color: #a82420;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 8px 0;
	border-bottom: none;
}

.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}


.article h4 {
	font-size: 14px;
	color: #333;
    text-align: center;
    padding-left: 15px;
    margin: 20px 0 10px;
    padding: 15px 10px;
    /* background: #fff; */
    border-bottom: 1px solid #b48e59;
}


.article h4 span.view {
	font-size: 16px;
	color: #666;
	background: url(../images/view.png) left center no-repeat;
	padding-left: 25px;
	float: right;
}


.article .content p {
	font-size: 18px;
	color: #333;
	line-height: 38px;
	font-family: "微软雅黑";
	margin-bottom: 0;
}

.article .content img {
	max-width: 100%;
	height: auto;
        margin-top: 12px;
    margin-bottom: 12px;
}

.article .attach ul li a {
	color: #0000ee;
}

.article .attach ul li a:hover {
	color: #ff0000;

}


/*分页栏*/

.pagebar {
	text-align: center;
	margin: 60px auto;
}

.p_first_d, .p_last_d {
	display: none;
}

.p_first, .p_last {
	display: none;
}

.p_prev_d, .p_prev {
	font-size: 14px;
	color: #333;
	padding: 6px 12px;
	border: 1px solid #e8e8e8;
	margin: 0px 2px;
}

.p_no {
	/*display: none !important;*/
	padding: 6px 12px;
	border: 1px solid #e8e8e8;
	margin: 0px 2px;
	font-size: 14px;
	color: #333;
}

.p_no_d {
	font-size: 14x;
	background: #990000;
	color: #fff;
	padding: 6px 12px;
	border: 1px solid #e8e8e8;
	margin: 0px 2px;
}

.p_next, .p_next_d {
	font-size: 14px;
	color: #333;
	padding: 6px 12px;
	margin-left: 2px;
	border: 1px solid #e8e8e8;
}


.list .headStyle14x1iekwp4 a, #fen a, .list .PrevDisabled, .list .this-page, .list .NextDisabled {
	height: 20px !important;
}


/* 底部 */
.footer {
	background: #920005;
	padding: 60px 0 65px;
}

.footer-logo {
	float: left;
	width: 35.8%;
	margin-top: 10px;
}

.footer-adress {
	float: left;
	width: 43.2%;
	padding: 0 10px;
	margin-top: 10px;
       width: 64.2%;
    padding: 0 10px 0 120px;
    width: 54.2%;
   padding: 0 10px 0 10px;
}


.footer-adress p {
	font-size: 16px;
	color: #ececec;
	line-height: 30px;
	font-family: "微软雅黑";
}


.footer-code {
	width: 21%;
        width: 10%;
	float: left;
       /* display: none;*/
}

.footer-code ul li {
	float: right;
	margin-left: 17px;
}

.footer-code ul li .code-box {
	width: 90px;
	height: 90px;
	background: #fff;
	float: left;
}

.footer-code ul li .code-box img {
	width: 100%;
}

.footer-code ul li .code-text {
	font-size: 14px;
	color: #fff;
	float: left;
	writing-mode: vertical-lr;
	padding: 17.2px 11px;
	background: #aa6440;

}

.footer-code ul li+li .code-text {
	background: #b34b3d;
}
/* 留言板*/

.liuyan{
  position: relative;
  padding-top: 420px;
 margin-bottom:50px;
}

.liuyan table{
   display: none;
}

.liuyan table+table{
   display: block;
  position: absolute;
    left: 0;
    top: 0px;
}



.liuyan form  table+table{ 
       position: inherit;
    left: 0;
    top: 0;
}

.liuyan table+table tbody{
    width: 100%;
    display: block;
}

.liuyan table+table tbody tr{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.liuyan  form  table+table tbody tr{
   margin-bottom: 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    background: #fffbf4;
    padding: 10px 20px 0;
}

.liuyan table+table tbody tr td{
    width: auto;
    display: block;
    margin-bottom: 0px;
    background: none;
}

.liuyan table+table table{
    display: block;
    width: 100%;
}

.liuyan table+table table table tr+tr td {
   height: 32px;
    overflow: hidden;
}

.liuyan table+table table table tr+tr td span{
        width: 10% !important;
    height: 32px;
    line-height: 32px;
    display: block;
    float: left;
    font-size: 15px !important;
    font-family: '微软雅黑' !important;
    font-weight: normal !important;
    color: #ab0007 !important;
  
}

.liuyan table+table table table tr+tr td input{
 width: 90% !important;
    background: #fffbf4 !important;
    height: 32px !important;
    border: 2px solid #fff !important;
    border-radius: 5px;
}


.liuyan table+table table table tr+tr+tr td {
    height: auto;
    overflow: auto;
   width: 99.6%;
}
.liuyan table+table table table table{
   margin-top: 15px;
}

.liuyan table+table table table table tr td span{
    width: auto !important;
   
}
.liuyan table+table table table table tr td input{
width: 35% !important;
    margin: 0 10px;
}

.liuyan table+table table table table tr td input[type="button"]{
    width: 100% !important;
    border-radius: 5px;
    padding: 10px 10px;
    background: #ab0007 !important;
    border: none !important;
    text-align: center;
    display: block;
    height: auto !important;
    color: #fff;
    margin: 20px auto 0 auto;
}

.liuyan form table tr{
    background: none;
    display: block;
    overflow: hidden;
  /*  padding: 3px 5px 0;*/
 
}
.liuyan form table tr td{
   width: auto;
    display: block;
    float: left;

}
.liuyan form table tr+tr{
    width: 100%;
}

.liuyan form table tr+tr td{
       width: auto;
}

.liuyan form table tr:nth-child(even){
  /* margin-top: 4px;*/
border-top: none;
    padding: 0;
margin-bottom: 20px;
border-bottom: 2px solid #fff;

}

.liuyan form table tr:nth-child(even) td span{
   color: #ab0007 !important;
    font-size: 14px !important;
    font-family: 微软雅黑 !important;
}

.liuyan form table tr td+td{
 display: none;
}

.liuyan form table tr td+td+td+td{
  display: block;
    float: left;
    width: auto;
    /* margin-left: 10px; */
    color: #333;
    opacity: 0.52;
    line-height: 12px;
    padding-left: 10px;
    border-left: 2px solid #999;
    font-family: "微软雅黑";
    font-size: 14px;
    /* margin-top: 2px; */
    margin-bottom: 0;
margin-left: 10px;
    margin-top: 4px;
}

.liuyan form table tr td+td+td+td+td{
  display: none;
}

.liuyan form table+table table+table+table{
   display: none;
}

.liuyan form table  table {
   display: none;
}

.liuyan form table  table tbody{
   width: 100%;
    display: block;
}

.liuyan form table  table+table{
   display: block;
}

.liuyan form table  table tr td font{
   color: #ab0007;
   
}
.liuyan form table+table tr td table+table tr{
    padding: 0 20px 10px;
}

.liuyan .ly-text{
       margin-left: -4px;
}

.liuyan form table+table tr table{
      display: block;
}

.liuyan form table+table tr table tr{
    border: none;
    padding: 0;
}
.liuyan form table+table tr table tr td{
    display: inline;
    width: auto;
}

.liuyan form table+table tr table tr td+td{
   display: inline;
    width: auto;
}

.liuyan form table+table tr td table tr td{
   padding-top: 6px;
    font-size: 14px;
    font-family: 微软雅黑 !important;
    margin-right: 10px;
}

.liuyan form table+table tr td table tr td+td{
   padding-top: 0px;

}

.liuyan form table+table tr td table tr td+td div span .ly-text{
   display: none;
}

.liuyan form table+table tr td table tr td+td div span.PrevDisabled , .liuyan form table+table tr td table tr td+td div span.NextDisabled{
      height: auto;
    color: #fff !important;
    border: 1px solid #dfdfdf;
    background: #920005;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 微软雅黑 !important;
}

.liuyan form table+table tr td table tr td+td div span.this-page , .liuyan form table+table tr td table tr td+td div a ,.liuyan form table+table tr td table tr td+td div a.Next ,.liuyan form table+table tr td table tr td+td div a.Prev {

    height: auto;
    color: #fff !important;
    border: 1px solid #dfdfdf;
    background: #920005;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 微软雅黑 !important;

}

.liuyan form table+table tr td table tr td+td div a:hover{
   color: #fff !important;
    border: 1px solid #dfdfdf;
    background: #444;
}

.liuyan form table tr:last-child {
    border: none;
    background: none;
}

.liuyan form table tr:nth-last-child(2){
border: none;
    background: none;

}