
/*内容区域*/

/*导航条*/
.main{
    width:100%;
    background: #f6ebf5;
}
.content{
    width:960px;
    margin: auto;
    background: #ffffff;
    box-shadow: 0 0 20px rgb(0,0,0,0.6);
}
nav{
   height:58px;
    margin-left: 74px;
}
nav .nav{
    float: left;
    line-height: 58px;
    color: #000000;
    font-size: 18px;
    padding: 0 20px;
    cursor: pointer;
}
nav .nav:hover,nav .active{
    color: #4085b2;
}

/*内容左边*/
.main_l {
    float: left;
    width:620px;
    margin-left: 10px;
}
.title{
    height:48px;
    line-height: 48px;
    border-bottom: 2px solid #4085b2;
}


.main_l_content{
    margin-top: 24px;
}
.main_l_img{
    float: left;
    width:166px;
    height:127px;
    border: 2px solid #aaa9aa;
}
.mian_l_article{
    float: right;
    width:432px;
    height:132px;
    margin-left: 10px;
}
.mian_l_article .Link{
    display: block;
    max-width: 432px;
    height:30px;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 30px;
}
.mian_l_article .Link:hover{
    color: #4085b2;
}
.mian_l_article p{
    color: #666666;
    font-size: 12px;
    margin-top: 4px;
    line-height: 18px;
    max-height:54px;

}
.article_l{
    float: left;
    margin-top: 14px;
}
.article_l span{
    color: #666666;
    font-size: 12px;
}
.article_l .name{
    margin-right: 20px;
}
.article_r{
    margin-top: 14px;
    float: right;
}
.article_r li{
    float: left;
    margin-left: 4px;
}
.article_r li a{
    line-height: 15px;
    width:60px;
    display: block;
    font-size: 10px;
    color: #4085b2;
}
.article_r .click{
    background: url("../images/article_logo.png") no-repeat;
}
.article_r .click a{
    margin-left: 15px;
}
.article_r .comment{
    background: url("../images/article_logo.png") no-repeat 0 -25px;
}
.article_r .comment a{
    margin-left: 19px;
}
.article_r .number{
    background: url("../images/article_logo.png") no-repeat 0 -51px;
}
.article_r .number{
    text-indent: 18px;
    width: 73px;
}
.article_r .number:hover{
    color: #666666;
}
/*内容右边*/
.main_r{
    margin-right: 10px;
    float: right;
    width:260px;
}
.main_r .title{
    width:260px;
}
.main_r .album{
    margin-top: 14px;
    width: 100%;
    height:220px;
    background:#e1e0e0;
}
.main_r .album ul{
    width: 254px;
    padding:10px 0 0 10px;
}
.main_r .album li{
    float: left;
    width:77px;
    height:95px;
    margin-right: 5px;
    margin-bottom: 8px;

}
.main_r .album li img{
    display: block;
    width: 77px;
    height:95px;
}
.main_r .search_box{
    margin-top: 28px;
    height:28px;
    width:258px;
    border: 1px solid gray;
}
.main_r .search_box input{
    width:198px;
    padding:0 10px;
    line-height: 28px;
    font-size: 14px;
    color: #d0cccc;
    border: none;
    background: none;
}
.main_r .search_box button{
    float: right;
    border: none;
    background: #4085b2;
    height:29px;
    line-height: 29px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.main_r .search_box button:hover{
    background:#5996bd;
}
.main_r .New{
    margin-top: 40px;
}
.main_r .New_article{
    margin: 16px 0 0 4px;
    overflow: hidden;
}
.main_r .New_article a{
    display: block;
    max-width: 256px;
    font-size: 16px;
    color: #474747;
    line-height: 30px;
}
.main_r .New_article a:hover{
    color: #4085b2;
}

.main_r .vist{
    margin-top:40px;
    margin-bottom: 40px;
}
.main_r .vist li{
    float: left;
    margin: 18px 7px 0 4px;
}


/*底部*/
footer{
    height:50px;
    width:100%;
    text-align: center;
    color: #000;
    line-height: 50px;
}
