@charset "UTF-8";
/* CSS Document */
nav li.hotspots{
    border-top: 4px solid #e9b43f;
    
}
nav li.hotspots a{
    color: #09437b;
    font-weight: bold;
    }
.menu-list a:hover{
    color: #eab84a;
    font-weight: bold;
}
/*hotspots*/
.hotspots_con{
    width: 1200px;
    margin:0 auto;
    margin-top: 50px;
    margin-bottom: -40px;
}
.hotspots_con .hotspots_intro{
    width: 270px;
    float: left;
    border-bottom: 1px solid #cecece;
    height: 159px;
    margin-right: 20px;
}
.hotspots_con .hotspots_intro h3{
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    line-height: 24px;
    padding-right: 10px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hotspots_con .hotspots_intro p{
    font-size: 12px;
    color: #888;
    line-height: 18px;
    padding: 10px 16px 2px 0;
    text-align: justify;
    text-justify: inter-ideograph;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hotspots_con .hotspots_intro .date{
    font-size: 12px;
    color: #333;
    margin-top: 4px;
}
.hotspots_left{
    /*padding: 10px;*/
    float: left;
    margin-bottom: 50px;
    cursor: pointer;
}
.hotspots_left img{
    width: 280px;
}
.hotspots_left img:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
}
/*
.hotspots_left:hover{
    padding: 10px;
    -webkit-box-shadow:0 0 10px rgba(216, 216, 216, 0.8);  
    -moz-box-shadow:0 0 10px rgba(216, 216, 216, 0.8);  
    box-shadow:0 0 10px rgba(216, 216, 216, 0.8);
}
*/
.hotspots_right{
    /*padding: 10px;*/
    float: right;
    margin-bottom: 50px;
    cursor: pointer;
}
.hotspots_right img:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
}
/*
.hotspots_right:hover{
    padding: 10px;
    -webkit-box-shadow:0 0 10px rgba(216, 216, 216, 0.8);  
    -moz-box-shadow:0 0 10px rgba(216, 216, 216, 0.8);  
    box-shadow:0 0 10px rgba(216, 216, 216, 0.8);
}
*/

/* */

















