﻿body{
	background-color: #fff;
}
/*------ 公共头部 box1 ------[开始]*/
.box1{
	width: 380px;
	margin-top: 30px;
	margin-top: 20px;
}
.box1 .title{
	/*width: 100%;*/
	font-size: 18px;
	color: #0b6cb8;
	/*padding:0 0 8px 3px;*/
	height: 45px;
	/* line-height: 38px; */
	/*margin-bottom:20px;*/
	border-bottom:2px solid #e5e5e5;
	border-bottom:2px solid #e0e7ee;
}
.box1 .title .column{
	float: left;
	padding:0 10px;
	line-height: 43px;
	font-weight: bold;
	/* color: #333; */
	border-bottom:2px solid #0b6cb8;
}
.box1 .title span.more{
	float: right;
    font-size: 13px;
    line-height: 45px;
}
.box1 .title span.more a{
	color: #aaa;
}
.box1 .title span.more a:hover{
	color: #0b6cb8;
}
/*------ 公共头部 box1 ------[结束]*/

/*------box2 ------[开始]*/
.box2{
	float: left;
	width: 380px;
	margin-left:30px;
}
.box2 .ct ul{
	margin-top: 5px;
}
.box2 .ct ul li{
	/*padding:3px 0 0 5px;*/
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	border-bottom:1px dashed #dfdfdf;
}
.box2 .ct ul li a{
	display: inline-block;
	overflow: hidden;
	width:320px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	line-height: 52px;
	padding-left: 22px;
	background: url(../images/icon_square.png) scroll no-repeat center left;
}
.box2 .ct ul li a:hover{
	color: #0b6cb8;
}
.box2 .ct ul li span.date{
	float: right;
	color: #aaa;
	/*margin-top:13px;*/
}
/*------box2 ------[结束]*/

/*------日常管理 rcgl ------[开始]*/
.rcgl{
	width: 790px;
}
.rcgl .ct ul li{
	float: left;
	width: 380px;
	overflow: hidden;
	padding: 14px 0;
	height: 81px;
    display: flex;
    align-items: center;
	border-bottom: 1px solid #eee;
}
.rcgl .ct ul li:nth-child(even){
	margin-left: 30px;
}
.rcgl .ct ul li .time{
	float: left;
	/*width: 64px;
	height: 60px;*/
	text-align: center;
	/*line-height: 24px;*/
	/*margin-top: 2px;*/
	margin:3px 0 0 5px;
	padding-right:16px;
	border-right:1px dashed #e7d9da;
}
.rcgl .ct ul li .time .date{
    color: #0b6cb8;
    /*color: #d2b210;
    color: #c6a70b;*/
    font-size: 24px;
}
.rcgl .ct ul li .time .year{
	color: #999;
	font-size: 13px;
	margin-top: 3px;
}
.rcgl .ct ul li .list{
	float: left;
	width: 290px;
	font-size: 16px;
	line-height: 26px;
	margin-left:15px;
	color: #333;
}
.rcgl .ct ul li .list a{
	color: #333;
    color: #555;
	/*text-align: center;*/
}
.rcgl .ct ul li .list a:hover{
	color:#0b6cb8;
}
/*------日常管理 rcgl ------[结束]*/

/*------ 友情链接 links ------[开始]*/
.links{
	margin-left: 30px;
}
.links .ct{
	height: 310px;
	margin-top: 15px;
	padding:15px 0 0 20px;
	background-color: #fafafa;
	background-color: #f8f9fa;
}
/*.links .ct ul{
	margin:15px 0 0 3px;s
}*/
.links .ct ul li a{
	font-size: 16px;
	color: #555555;
	line-height: 38px;
	padding-left: 26px;
	background:url(../images/icon_links.png) no-repeat center left;
}
.links .ct ul li a:hover{
	color: #0b6cb8;
}
/*------ 友情链接 links ------[结束]*/









