/* 友情链接专用样式控制 */
.yqlj_title li {
	float: left;
	width: 280px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ccc;
	margin: 0px 14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yqlj_title li a {
	font-size: 16px;
	color: #333;
}
/* 友情链接  鼠标移上出现下划线 */

.yqlj_title :hover{
 text-decoration:underline;
}
/*  友情链接分类 图片和标题的控制     */
.yqlj_Classification{
	width: 100%;
    height: 100px;
    border-bottom: 4px solid #f68d1e ;
    margin-bottom: 24px;	
}
.yqlj_Classification img{
	display: block;
    float: left;
    height: 100px;
	
}
.yqlj_Classification span{
	display: block;
    float: left;
    font-size: 33px;
    line-height: 100px;
	
}

/* 网站地图 专用样式 */
.wzdt_title {
	width: 280px;
	height: 380px;
	float: left;
	margin: 10px 25px 40px 0px;
}

.wzdt_title p {
	border-bottom: 1px solid #3d7bce;
	font-weight: 600;
}

.wzdt_title p a {
	font-size: 18px;
	color: #3d7bce;
	font-weight: 600;
}


.wzdt_title li {
	width: 280px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #ccc;
}

.wzdt_title li a {
	font-size: 16px;
	color: #333;
}

/* 我要投稿 页面专用css */
.cont_wytg {
	width: 500px;
	height: 400px;
	margin: 30px auto;
	font-family: "微软雅黑";
}

.cont_wytg table {
	width: 500px;
	height: 400px;
	border: none;
	font-size: 14px;
	color: #333;
}

.cont_wytg table tr td {
	height: 50px;
	border: none;
}

.cont_wytg table tr .text_lt {
	text-align: right;

}

.cont_wytg input[type="text"] {
	width: 310px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	padding-left: 10px;
	font-size: 14px;

}

.cont_wytg input[type="button"] {
	width: 320px;
	height: 50px;
	background: #00499b;
	border-radius: 4px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}


/* RSS订阅页面专用css */
.cont_xxdy {
	width: 1235px;
	min-height: 500px;
	margin: 0 auto;
	font-family: "微软雅黑";
}

.cont_xxdy_explain {
	border-bottom: #EAEAEA 1px solid;
	padding: 20px 0px;
	font-size: 16px;
}

/* 左侧RSS管理 */
.rssgl {
	width: 870px;
	height: 350px;
	float: left;
}

.rssgl table tr td {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}

.rssgl_lt p {
	width: 170px;
}

.rssgl_md p {
	width: 600px;
}

.rssgl_rt a {
	display: block;
	width: 100px;
	height: 30px;
	background: #3d7bce;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	line-height: 30px;
	margin-top: 10px;
}

/* 右侧RSS简介 */
.rssjj {
	width: 330px;
	height: 350px;
	float: right;
}

.rssjj .rssyctitle {
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px dashed #ccc;
	height: 50px;
	line-height: 50px;
}

.rssjj ul li {
	margin-top: 10px;
	width: 160px;
	height: 50px;
	float: left;
}

