﻿@charset "utf-8";

body {}

.banner .fullSlide .hd {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}

.banner .fullSlide .hd ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 4px;
	background-color: #fff;
	cursor: pointer;
}

.banner .fullSlide .hd ul li.on {
	background-color: #f4b201;
}

.banner .fullSlide .prev,
.banner .fullSlide .next {
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 45%;
	font-weight: bold;
	opacity: 0;
}

.banner .fullSlide .prev {
	left: 4%;
}

.banner .fullSlide .next {
	right: 4%;
}

.banner .fullSlide:hover .prev,
.banner .fullSlide:hover .next {
	opacity: 1;
}


.modular-title:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #ddd;
	z-index: 2;
}

.modular-title .title:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #990000;
	z-index: 3;
}

.modular-title .more {
	padding: 4px 10px;
	background-color: #ff9900;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 10px;
}

/* row1 start */
/* modular-1 */
.row1 .modular-1 {
	width: 768px;
	margin-right: 30px;
}

.modular-1 .top-news .img {
	width: 210px;
}

.modular-1 .top-news .text-info {
	width: 533px;
}

.modular-1 .list li .item:after {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #cc0000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
}

.modular-1 .list li .item:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #cc0000;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: 2px;
}

.modular-1 .list li .item {
	line-height: 36px;
	border-bottom: 1px dashed #e1e1e1;
}

.modular-1 .list li .item .title {
	width: 92%;
}

.modular-1 .list li .item .date {
	width: 8%;
	text-align: right;
}

/*  start */
.modular-2 {
	width: 402px;
}

.modular-2 .list .item {
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
}

.modular-2 .list .date {
	width: 50px;
	border: 1px solid #990000;
}

.modular-2 .list .date .dd {
	height: 28px;
	line-height: 28px;
	background-color: #990000;
}

.modular-2 .list .date .yy {
	height: 20px;
	line-height: 20px;
}

.modular-2 .list .title {
	width: 340px;
}



/*  end */

/* row2 start */
.row2 {
	background: url("../img/square-bg.jpg") center center;
}

.row2 .list-item {
	width: 386px;
}

.row2 .list-item .list .item {
	line-height: 32px;
}

.row2 .list-item .list .item:after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #990000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}

.row2 .list-item .list .item .title {
	width: 85%;
}

.row2 .list-item .list .item .date {
	width: 14%;
}


/* row2 end */

/* row3 start */
.row3 {
	padding: 40px 0;
}

.modular-3 {
	width: 792px;
}

.modular-4 {
	width: 388px;
}

.modular-4 .list li {
	width: 33.33%;
	padding: 10px 0;
}

.modular-4 .list li .item .icon {
	color: #990000;
}




/* row3 end */

/* hover */
.modular-3 .item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.top-news:hover .title,
.modular-1 .list li .item:hover .title,
.modular-1 .list li .item:hover .date,
.modular-4 .list li a:hover {
	color: #990000;
}


/*  start */
/*  end */

