﻿.mod-item-1 .list li

/*column-mod start*/
.mod-name {
	width: 100%;
	height: 36px;
	position: relative;
}
.mod-name:before {
	content: "";
	display:block;
	position:absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #0E6EBA;
	margin-top: -1px;
}
.mod-name .name {
	color: #0E6EBA;
	background: #fff;
	line-height: 36px;
	padding-right:20px;
}

.mod-name .more {
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 2;
	background-color: #fff;
	width: 60px;
	height: 36px;
	line-height: 36px;
}
/*column-mod start*/

/*row2 start*/
/*mod-item-1*/
.row1 {
	padding: 30px 0;
}

.mod-item-1 .list li {
	margin-right: 30px;
	width: 370px;
}

.row1 .item-li a{
	background-color: #F3F3F3;
}

.row1 .item-li .date {
	color: #0E6EBA;
}
.row1 .item-li a .more {
	padding: 5px 10px;
	border: 1px solid #ddd;
}


/*hover*/
.row1 .item-li a:hover {
	background-color: #094B9F;
}
.row1 .item-li a:hover .date,
.row1 .item-li a:hover .title,
.row1 .item-li a:hover .abstract,
.row1 .item-li a:hover .more {
	color: #fff;
}



/*row1 end*/


/*row2 start*/
.row2 {
	padding: 30px 0;
	background: #f8f8f8;
}
.row2 .name,
.row2 .more {
	background: #f8f8f8;
}
.row2 .left {
	width: 468px;
	margin-right: 40px;
}
.row2 .left .list ul li {
	line-height:36px;
}
.row2 .left .list ul li .title {
	width: 402px;
}
.row2 .left .list ul li .date {
	width: 60px;
}

/*right*/
.row2 .right {
	width: 692px;
}
.row2 .right .list .top-news .pic {
	width: 280px;
}
.row2 .right .list .top-news .msg {
	width: 396px;
}
.row2 .right .list ul li {
	line-height:33px;
}
.row2 .right .list ul li .title {
	width: 627px;
}
.row2 .right .list ul li .date {
	width: 60px;
}

/*hover*/
.row2 .right .list .top-news:hover .title {
	color: ##3070cf;
}









/*row2 end*/



/*row3 start*/
.row3 {
	padding: 30px 0;
}

/*row3 end*/

/*hover*/
.list li a:hover .title,
.list li a:hover .date,
.column-mod .more:hover {
	color: #0e68c0;
}
















































































