.index-content{
    min-height: 500px;
    background: #fff;
    border-radius: 6px;
    margin-top: 20px;
    border: 1px solid #e9e9e9;
    margin-bottom: 50px;
}
.main-content{
    margin-top: 50px;
}
.img-box{
    height: 350px;
    border: 1px solid #e9e9e9;
    margin-top: 20px;
}
.lt-panel{
    margin-left: 20px;
    width: 47%;
    float: left;
    height: 350px;
}
.lt-panel-head{
    height: 40px;
}
.title-dot{
    float: left;
    width: 20%;
   
    height: 42px;
    background:#2e79c4;
    border-radius: 6px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
}
.lt-panel-title a{
    display: inline-block;
    width: 78%;
    border:1px solid #c1c1c1;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 22px;
}
.rt-panel{
    
    width: 47%;
    float: right;
    height: 350px;
    
}
.lt-panel-content{
    
    margin-top: 30px;
}
.content-list{
    width: 96%;
    border:1px solid #c1c1c1;
    margin: 0 auto;
    position: relative;
    border-radius: 6px;
    min-height: 200px;
}
.content-list li a{
    line-height:40px;
    padding-left: 20px;
}

.content-list li a:hover{
    font-weight: bold;
    color:#2e79c4;
    text-decoration: underline;
}
.dot{
   /* display: inline-block;
    position: absolute;
    background: #2e79c4;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top:52px;
    left:-8px;
    box-shadow: 0 0 10px #60aad9;*/
    
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c1c1c1;
    margin-top: 16px;

}
.fr{
    float: right;
    margin-right: 10px;
    color:#fff;
    line-height:20px;
    display: block;
    width: 100px;
    height: 20px;
    background: #60aad9;
    border-radius: 6px;
    margin-top: 10px;
}
.content-headlines{
    height: 350px;
    border:1px dashed #efefef;
    position: relative;
    overflow: hidden;
}
.content-headlines a:first-child{
    opacity: 1;
}
.content-headlines a {
    position: absolute;
    opacity: 0;
    transition: opacity 0.8s linear;
}

.head-icon{
    position: absolute;
    display: block;
    width: 40px;
    height: 70px;
    border-radius: 4px;
    opacity: 0.6;
    background: #000;
    color:#fff;
    top:150px;
    font-size: 22px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    z-index: 20;
}
.head-l{
    left: -45px;
    transition: left .4s;
}
.head-r{
    right: -45px;
    transition: right .4s;
}
.sign-icon{
    position: absolute;
    bottom: 0;
    height: 20px;
    background: #000;
    opacity: 0.6;
    width: 100%;
    z-index: 20;
}
.sign-icon-list{
    text-align: center;
    height: 20px;
    line-height: 20px;
}
.sign-icon-list li{
    display: inline-block;
    width: 26px;
    height: 8px;
    background:#fff;
    margin-bottom: 5px;
    opacity: 1;
}
.icon-active{
    border:1px solid red;
   
}