/*内容*/
.content{
	background: #f2f2f2;
}
.content .left{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.content .right{
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 20px;
}
.content .tab-top{
	border-bottom: 1px solid #e5e5e5;
}
.content .tabBar{
	border: none;
}
.content .left-list{
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}
.content .left-list .title{
	float: left;
	color: #333;
	font-size: 16px;
	line-height: 65px;
	width: 400px;
	font-weight: bold;
}
.content .left-list .title:before{
	height: 20px;
	margin-top: 22.5px;
	content: "";
	display: block;
	float: left;
	background: #00b0f8;
	width: 4px;
	margin-right: 15px;
}
.content .tabBar{
	float: left;
}
.content .left-list .tabBar span{
	background: none;
	font-size: 16px;
	color: #333;
	line-height: 65px;
	padding: 0 25px 0 0;
	height: 65px;
	font-weight: normal;
	position: relative;
}
.content .left-list .tabBar span:before{
	height: 30px;
	margin-top: 17.5px;
	content: "";
	display: block;
	float: left;
	background: #dddddd;
	width: 1px;
	margin-right: 25px;
}
.content .left-list .tabBar span:last-child:after{
    height: 30px;
    content: "";
    display: block;
    float: right;
    background: #dddddd;
    width: 1px;
    position: absolute;
    right: 0;
    top: 17.5px;
}
.content .left-list .tabBar span.current{
	background: none;
	color: #00b0f8;
}
.content .left-list .more{
	float: right;
	color: #999;
	font-size: 14px;
	line-height: 65px;
}
.content .left-list .more:hover{
	color:#00b0f8;
}
.content ul{
	text-indent: 0;
	padding: 15px 0;
}
.content .tabCon li a{
	font-size: 14px;
	line-height: 40px;
    display: block;
}
.content .tabCon li a:hover .left{
	color: #00b0f8;
}
.content .tabCon li a:hover{
	background: #f2f2f2;
}
.content .tabCon li .left{
	color: #333;
	padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content .tabCon li .type{
	color: #ff392f;
	padding: 0;
	text-align: center;
}
.content .tabCon li .type.on{
	color: #bbb;
}
.content .tabCon li .time{
	color: #999999;
	text-align: right;
	padding: 0;
	padding-right: 5px;
}
.content .right-item{
	margin-top: 20px;
	background: #fff;
}
.content .right-item.dow{
	margin-bottom: 20px;
	background: #00b0f8;
}
.content .right-item.dow{
	font-size: 26px;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 68px;
    cursor: pointer;
}
.content .right-item.dow img{
	height: 40px;
	margin-right: 7px;
	margin-top: -3px;
}
.content .right-item.dow p{
	display: inline-block;
    margin: 0;
}
.content .news-top .title{
	float: left;
	color: #333;
	font-size: 16px;
	line-height: 65px;
	font-weight: bold;
}
.content .news-top .title:before{
	height: 20px;
	margin-top: 22.5px;
	content: "";
	display: block;
	float: left;
	background: #00b0f8;
	width: 4px;
	margin-right: 15px;
}
.content .news-top .more{
	color: #999;
	font-size: 14px;
	line-height: 65px;
	text-align: right;
}
.content .news-top .more:hover{
	color: #00b0f8;
}
.content .list{
	margin: 0 10px;
	border-top: 1px solid #e5e5e5;
	padding: 0 5px;
}
.content .news .list li a{
	color: #333;
	padding: 0;
	display: block;
	font-size: 14px;
	line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.content .news .list li a:before{
	content: "";
	width: 5px;
	height: 5px;
	background: #a0a0a0;
	border-radius: 50%;
	float: left;
	display: block;
    margin-top: 17.5px;
    margin-right: 10px;
}
.content .news .list li a:hover{
	color: #00b0f8;
}
.content .login .login-top{
    width: 100%;
    float: none;
}
.content .islogin{
    height: 0px;
    overflow: hidden;
    margin-top: -20px;
}
.content .login .login-top span{
	text-align: center;
	display: block;
	background: #00b0f8;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	color: #bdecff;
    font-weight: normal;
}
.content .login .login-top span.current{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.content .login .cont{
	padding: 10px;
}
.content .login .cont .tab-input div{
	height: 60px;
	line-height: 60px;
}
.content .login .cont .tab-input div.name{
	padding-right: 0px;
	font-size: 14px;
}
.content .login .cont .tab-input div.input{
	padding-left: 10px;
}
.content .login .cont .tab-input input{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
.content .login .cont .common{
	padding: 10px 0;
}
.content .login .cont .common input{
	width: 100%;
	font-size: 14px;
}
.content .login .cont .tab-button{
	line-height: 45px;
	height: 45px;
}
.content .login .cont .tab-button .btn-right{
	text-align: right;
}
.content .login .cont .tab-button a{
	display: block;
	color: #333;
	font-size: 14px;
}
.content .login .cont .tab-button a:hover{
	color: #00b0f8;
}
.content .tips .tips-title{
	height: 50px;
	background: #00b0f8;
}
.content .tips .tips-title .title {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
}
.content .tips .tips-title .more {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-align: right;
}
.content .list {
    margin: 0 10px;
    border-top: 1px solid #e5e5e5;
    padding: 0 5px;
}
.content .tips .list li {
    color: #333;
    padding: 0;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}
.content .tips .list li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #00b0f8;
    border-radius: 50%;
    float: left;
    display: block;
    margin-top: 12px;
    margin-right: 10px;
}
.content .tips .list li a{
	color: #ff392f;
	padding-left: 5px;
}
