.home{
    width:100%;
    height:86px;
    border-bottom:1px dashed #666;
}
.home>ul{
    width:1200px;
    margin:0 auto;
    height:86px;
    line-height:100px;
}
.home>ul>li{
    float:left;margin-right: 5px;
	color:red;
}
.home>ul>li:nth-child(4){
    float:right;
    
}
.home>ul>li:nth-child(4) a{
color:red;
}
.home>ul>li:nth-child(3) a{
  color:red;
}
.main .info{
    width:1200px;
    margin:auto;
   overflow:hidden;
    padding-top:50px;
}
.main .info .info-left{
    float:left;
}
.main .info .info-left .info-LeftTop{
    width:880px;
    /*height:271px;*/
    color:#343434;
    font-size:14px;
}
/* .main .info .info-left .info-LeftTop span{
   color:#343434 !important;
} */
.home ul a{text-decoration: none}
.main .info .info-left .info-LeftTop h2{
    font-size:24px;
    
}
.main .info .info-left .info-LeftTop span:nth-child(4) div span{
   height:200px;
}
.main .info .info-right{
    width:290px;
    float:right;
}
.main .info .info-right>ul>li{
    margin-bottom:10px;
}
.main .info .info-right>ul>li a{
    display:block;
    width:250px;
    height:35px;
    background:#ddd;
    font-size:12px;
    line-height:35px;    
    padding-left:40px;
     text-decoration:none;
}
.main .info .info-right>ul>li a:hover{
   color:#fff;
   text-decoration:none;
}
.main .info .info-right>ul>li a:hover span{color:#fff;}
.culture strong{
 color:#fe3a3c;
}

