/**!
 * 我的关注
 * date:2017-10-11
 * author: xlb;
 */

/*头部内容*/
.navitems>li>a {
   color:#333;
}

.navitems > li.news-count {
	margin-left: 245px;
}

.news-count>a {
	position: relative;
}

.news-count i {
	position: absolute;
	width:14px;
	height: 14px;
	background: #e4393d;
	color:#fff;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	right:-15px;
	top:-10px;
	font-style: normal;
}

.fs {
	height: 0;
}

.cate-type {
	font-weight: bold;
}

.cate-type i {
	width:23px;
	height: 19px;
	margin:12px 10px 0 22px;
	background: url("../images/mall/back.png") no-repeat center;
}

.navitems > li.account-center {
	margin-left: 200px;
	position: absolute;
	z-index: 2;
	padding-bottom: 10px;
}

.account-center>a {
	display: block;
}

.account-center span {
	display: block;
	padding:0 20px 0 10px;
	background: url("../images/mall/sl-down.png") 85px center no-repeat;
}

.account-center ul {
	display:none; 
}

.account-center.active {
	background: #fff;
	box-shadow: 0 0 5px 4px rgba(221,221,221,.6);
}

.account-center.active ul {
	display: block;
}

.account-center.active span {
	background: url("../images/mall/sl-up.png") 85px center no-repeat;

}

.account-list>li {
	width:90px;
	padding:0 10px;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	text-align: left;
}

.account-list>li:hover {
	background: #eee;
}

/*关注的内容*/
.focus {
	background: #f0f0f0;
}

.left-link {
	width:115px;
	padding-left: 75px;
	padding-top: 24px;
}

.left-link dl {
	margin-bottom: 20px;
}

.left-link dt {
	font-weight: bold;
	font-size: 15px;
	color:#333;
	margin-bottom: 5px;
}

.left-link dd {
	font-size: 12px;
	height: 25px;
	line-height: 25px;
}

.left-link dd>a {
	color:#666;
}

.left-link dd>a:hover,
.left-link dd>a.active {
	color:#e65e60;
}

.right-focus {
	width:1000px;
	margin-top:24px;
	font-size: 12px;
}

/* todo-filter */
.todo-filter {
	height: 40px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
.todo-filter .tf-title {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #B42829;
	margin-left: 20px;
	font-size: 15px;
	font-weight: bold;
}
/* tf-time */
.todo-filter .tf-time {
	float: left;
    margin: 8px 0 0 130px;
}
.todo-filter .tf-time input {
	width: 157px;
	height: 24px;
    line-height: 24px;
   	padding-left: 5px;
    outline: none;
    border: 1px solid #dddddd;
    background: url(../images/mall/selectarrow.png) no-repeat 138px;
}

/* searh-bar */
.todo-filter .searh-bar-wrap {
	float: right;
	height: 32px;
	margin-top: 4px;
}
.todo-filter .searh-bar-wrap input {
	float: left;
	width: 217px;
	height:30px;
	line-height: 30px;
	padding-left: 8px;
	border: 1px solid #cdcdcd;
}
.todo-filter .searh-bar-wrap span {
	float: left;
	width:50px;
	height:32px;
	line-height: 32px;
	text-align: center;
	margin: 0 4px;
	color:#fff;
	background-color:#e75234;
	cursor: pointer;
}

/* todo-list */
.todo-list {
	border: 1px solid #e1e1e1;
	margin-top:20px;
	background-color: #fff;
	font-size: 13px;
	min-height: 500px;
}
.todo-list .space {
	height: 30px;
    width: 998px;
    position: absolute;
    background: #f7f7f7;
    border-bottom: 1px solid #dfdfdf;
}
.todo-list table {
	width: 976px;
    position: absolute;
    margin-left: 12px;
}
.todo-list thead tr {
	height: 30px;
	line-height: 30px;
}
.todo-list thead th {
	text-align: center;
	background-color:#f7f7f7;
}
.todo-list th.col01 {
	width: 50px;
}
.todo-list th.col02 {
	width: 500px;
}
.todo-list th.col03 {
	width: 102px;
}
.todo-list th.col04 {
	width: 70px;
}
.todo-list th.col05 {
	width: 70px;
}
.todo-list th.col06 {
	width: 206px;
}
.todo-list tbody tr {
	height: 40px;
	border-bottom: 1px dotted #e0e0e0;
}
.todo-list tbody tr:hover {
	font-weight: bold;
}
.todo-list tbody td {
	text-align: center;
}
.todo-list tbody td.todo-text {
	text-align: left;
	width: 500px;
}
.todo-list tbody td.todo-text p {
	width: 480px;
}
.todo-list tbody td.todo-text a {
	color: #333;
}

/* pager */
.pager {
	margin: 40px auto;
}

.con-hd {
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin-bottom: 20px;
	background-color: #fff;
}

.con-hd h1 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 23px;
	padding-left: 33px;
	background: url(../images/usr.png) no-repeat left;
}

.pages {
	float: right;
}

.pages .pre, .pages .next {
	display: inline-block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
}

.pages .page {
	margin: 0 14px;
	color: #cc0000;
}