﻿
.container{
    height:400px;
    position: relative;
    overflow: hidden;
    min-width:1096px;
}
.container .fly{
    height:30px;
    width:400px;
    /*background:red;*/
    position:absolute;
    left:-400px;
    top:20px;
    line-height:30px;
    z-index:100;
}
.container .fly a{
    color:#333;
    text-decoration: none;
}
.container .box{
    width:1096px;
    position:absolute;
    left:50%;
    margin-left:-550px;
    overflow: hidden;
    padding-top:70px;
    height:400px;
}
.container .box .left{
    float: left;
    margin-left:6px;
    width:45%;
    padding:10px;
    line-height:30px;
    -webkit-box-shadow: 0 0 6px 0 #666;
    -moz-box-shadow: 0 0 6px 0 #666;
    box-shadow: 0 0 6px 0 #666;
}
.container .box .right{
    float: right;
    margin-right:6px;
    width:45%;
    padding:10px;
    line-height:30px;
    -webkit-box-shadow: 0 0 6px 0 #666;
    -moz-box-shadow: 0 0 6px 0 #666;
    box-shadow: 0 0 6px 0 #666;

}
.container .box h4{
    margin-bottom:10px;
}
.container .box .left h4 span,.container .box .right h4 span{
    font-size: 16px;
}
.container .box .left h4 span a,.container .box .right h4 span a{
    text-decoration: none;
    color:#000;
}
.container .box .left h4 span a:hover,.container .box .right h4 span a:hover{
    color:red;
}
.container .box .left li,.container .box .right li{
    overflow: hidden;
}
.container .box .left li a,.container .box .right li a{
    font-size:14px;
    float: left;
    width:80%;
    text-decoration: none;
    color:#333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.container .box li a:hover{
    text-decoration:underline;
}
.container .box .left li span,.container .box .right li span{
    float: right;
    font-size: 14px;
    color:#986262;
}