@charset "UTF-8";
/*CSS Document*/

/*search-box*/
.search_b input{
    border-radius: 25px;
    width: 320px;
    height: 30px;
    background-image:url("../image/icon_index_search.png");
    background-repeat: no-repeat;
    background-position: 95%;
    border: 1px solid #CCC;
    margin-bottom: 20px;
    padding-left: 10px;
}
.title_class {
    width: 100%;
    max-height: 200px;
    min-height: 75px;
    overflow: auto;
    margin-bottom: 20px;
}
.title_class ul {
    width: 1100px;
    height: 100%;
}
.title_class ul li{
    float: left;
    width: 183px;
    margin-top: 15px;
    text-align: center;
    white-space: normal;
    margin: 0;
    padding: 0;
    /*border: 1px solid #CCC;*/
    height: 50px;
    line-height: 50px;

}
.title_class ul li a {
    display: block;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.action_color {
    background: #CCCCCC !important;
}
.all-class ul{
    width: 100%;
    height: 600px;
}
.all-class ul li{
    float: left;
    width: 20%;
    text-align: center;
}
.all-class a{
    display: inline-block;
    width: 100%;
}
.all-class a img {
    display: block;
    min-width: 154px;
    min-height: 188px;
    max-width: 154px;
    max-height: 188px;
    margin: 0 auto;
}
.all-class a p {
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.details_page{
    margin-top: 15px;
    min-height: 490px;
}
.page_left{
    width: 320px;
    float: left;
    min-height: 500px;
    background-color: #FFFFFF;
    padding: 15px 0 15px 0;
}

.page_left a{
    text-align: center;
    width: 100%;
    display: inline-block;
}
.page_left a img {
    display: inline-block;
    width: 290px;
    height: 152px;
}
.page_left h3{
    margin-top: 10px;
    color: #a08664;
    font-size: 16px;
}
.page_left p{
    width: 280px;
    text-indent: 25px;
    margin-top: 10px;
    padding: 0 0 0 20px;
}
.page_right{
    width: 800px;
    float: right;
    min-height: 500px;
    background-color: #FFFFFF;
    padding: 15px 0 15px 5px;
}
.page_right h3{
    font-size: 16px;
    margin-left: 15px;
    border-bottom: 1px solid #E6E6E6;
    height: 30px;
    width: 760px;
}
.right_ml ul li{
    font-size: 16px;
    margin-top: 15px;

}
.right_ml ul li span{
    font-size: 14px;
    margin-left: 15px;
    line-height: 30px;
    width: 650px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}
.right_ml ul li a{
    width: 80px;
    height: 30px;
    margin-left: 30px;
    background-image:url("../image/vido.png");
    background-repeat: no-repeat;
    background-repeat: round;
    cursor: pointer;
    vertical-align: middle;
}
.right_ml ul li a:hover{
    width: 80px;
    height: 30px;
    margin-left: 30px;
    background-repeat: no-repeat;
    background-repeat: round;
    cursor: pointer;
    vertical-align: middle;
    background-image:url("../image/vido1.png");
}
/*.xian{*/
    /*border: 1px solid #E6E6E6;*/
    /*margin: 20px 0 20px 15px;*/
/*}*/
.right_lx ul{
    margin-top: 15px;
}
.right_lx li{
    line-height: 30px;
}
