﻿@charset "utf-8";
/* CSS Document */
*{padding:0px; margin:0px;}
/*超出部分显示...*/
/*自然视频*/
.content_tv{
    width:660px;
}
.recommendtv_title{
    font-size:20px;
    margin-top:10px;
    margin-bottom:10px;
}
.recommendtv_content{
    width:660px;
}
.recommendtv_content_solo{
    width:210px;
    height:150px;
    margin-left:10px;
    margin-bottom:10px;
    float:left;
    position:relative;
}
.nature_tv{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
}
.nature_tv_title{
    width:240px;
    height:35px;
    background:#000;
    position:absolute;
    left:0px;
    bottom:0px;
    line-height:35px;
    z-index:3;
    color:#fff;
    opacity:0.7;
	font-size:14px;
}
.nature_tv_title_left{
	width:132px;
    background:#000;
	float:left;
	margin-left:8px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.nature_tv_title_right{
	width:100px;
	float:right;
}
.footer ul{
    list-style:none;
}
.footer ul li{
    line-height:30px;
    width:115px;
    float:left;
}

.notice{width:360px;float:right;height:310px;margin-top:20px;background:#eee;}
.noticetitle{margin:10px 8px;font-size:20px;}
.noticetitle a{text-decoration:none;color:#8081D6;font-size:12px;}
.noticetitle a:hover{font-weight:bold;}
.noticecontent{margin:26px 10px;height: 310px;overflow: hidden;}
.noticecontent ul li{line-height:26px; }
.noticecontent a{text-decoration:none;color:#1a1a1a;}
.noticecontent a:hover{color:#8081D6;}
.noticecontent p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size:14px;line-height:2;}
.newstitle{text-decoration:none;color:#000;width:700px;float:left;}
.newstitle:hover{color:#8081D6;}