#div_art_n{
margin-left:30px;
margin-top:0px;
float:left;
width:350px;
height:120px;
text-align:left;
font-size:44px;
font-weight:bold;
line-height:120px;
color:#FFF;
}

.div_art_view{
margin-left:25px;
margin-top:40px;
float:left;
width:700px;
}

#div_art_pic{
margin-left:0px;
margin-top:0px;
float:left;
width:300px;
height:388px;
}

#div_art_info{
margin-left:20px;
margin-top:0px;
float:left;
width:380px;
text-align:left;
line-height:50px;
font-size:36px;
color:#333;
}

#div_art_text{
margin-left:25px;
margin-top:0px;
padding-top:15px;
padding-bottom:15px;
float:left;
width:700px;
border-bottom:#efefef solid 1px;
color:#666;
font-size:30px;
line-height:48px;
}

#div_art_menu{
margin-left:25px;
margin-top:40px;
float:left;
width:700px;
display:none;
}

.div_art_menu{
margin-left:25px;
margin-top:0px;
float:left;
width:160px;
height:50px;
border:#CCC solid 1px;
text-align:center;
font-size:32px;
font-weight:bold;
color:#999;
line-height:50px;
cursor:pointer;
display:none;

transition: border color 200ms;
-moz-transition: border color 200ms;	/* Firefox 4 */
-webkit-transition: border color 200ms;	/* Safari 和 Chrome */
-o-transition: border color 200ms;
}

.div_art_menu:hover
{
color:#ff0000;
border:#ff0000 solid 1px;
}

.div_art_menu_f{
margin-left:0px;
margin-top:0px;
float:left;
width:160px;
height:50px;
color:#fff;
background:#666;
text-align:center;
font-size:32px;
font-weight:bold;
line-height:50px;
display:none;
}

#div_news_home{
margin-left:25px;
margin-top:0px;
float:left;
width:700px;
}

.div_news_list{
margin-left:0px;
margin-top:0px;
float:left;
width:700px;
cursor:pointer;
transition: background 500ms;
-moz-transition: background 500ms;	/* Firefox 4 */
-webkit-transition: background 500ms;	/* Safari 和 Chrome */
-o-transition: background 500ms;	
}

.div_news_list:hover
{
background:#efefef;
}


.div_news_img_frame{
margin-left:0px;
margin-top:0px;
float:left;
width:700px;
height:350px;
overflow:hidden;
}

.div_news_img{
float:left;
}

.div_news_img img{
width:100%;
height:100%;
}


.div_news_info{
margin-left:0px;
margin-top:0px;
padding-top:10px;
padding-bottom:10px;
float:left;
width:700px;
color:#999;
font-size:30px;
}

.div_news_info A:link
{
text-decoration: none;
color: #036;
}

.div_news_info A:visited
{
text-decoration: none;
color: #036;
}

.div_news_info A:hover
{
text-decoration: underline;
color: #600;
}

.div_news_title{
margin-left:0px;
margin-top:0px;
padding-top:5px;
padding-bottom:20px;
float:left;
width:700px;
font-size:36px;
color:#333;
line-height:40px;
font-weight:bold;
}

.div_news_l{
margin-left:0px;
margin-top:0px;
float:left;
width:700px;
height:80px;
background:url(../picture/news_l.png) center center no-repeat;
}

