﻿@charset "utf-8";
/*
**
**
*/
*{
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, em, i{
    font-weight: normal;
    font-style: normal;
}
ul,li,dl,dt,dd,ol{
    list-style: none;
}
.selector_Main a{
    text-decoration: none;
    outline: none;
    color: #666;
}
.article{
    width: 1200px;
    margin: 0 auto;
}
/* 清除浮动 */
.selector_Main:after,.selector_nav:after,.Output-Main:after,.Output-list-Main:after{
    display: table;
    content: "";
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.selector_Main{
    margin: 0 auto;
    width: 1200px;
    height: auto;
}
.selector_nav{
    margin-top: 30px;
    color: #474747;
    font-size: 14px;
    line-height: 26px;
}
.Selector_Min {
    display:inline-block;
}
.selector_nav_item .ss-item{
    position: relative;
    margin-right: 5px;
    padding: 0 8px;
    line-height: 23px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    cursor:pointer;
}

.selector_nav_item .ss-item .in-sprite{
    margin-left: 8px;
    vertical-align: middle;
    color: #474747;
    display: inline-block;
}
.screen-choose{
    margin-top: 20px;
    border: 1px #dcdcdc solid;
}
.screen-choose dl{
    padding: 10px 0 5px 0;
    border-bottom: 1px #dcdcdc solid;
}
.screen-choose dt{
    width: 85px;
    text-align: right;
    color: #d21300;
    float: left;
    font-size: 14px;
}
.screen-choose dd{
    overflow: hidden;
}
.screen-choose dd li{
    padding: 0 0 9px 18px;
    float: left;
}
.screen-choose dd li a{
    display: inline-block;
    line-height: 19px;
    padding: 0 4px;
    font-size:14px;
    cursor:pointer;
}
.screen-choose dl:last-child{
    border-bottom: 0;
}
.screen-choose dd li a.active{
    background: #5496cf;
    color: #fff;
}
.Output-list{
    background: #f5f4f4;
    width: 585px;
    padding: 11px;
    margin: 34px 0 0 30px;
    display: inline-block;
    border: 1px #dcdcdc solid;
}
.Output-Main{
    position: relative;
    margin-left: -30px;
    margin-bottom:40px;
}
.Output-list-Main .figure{
    background: #474747;
    width: 118px;
    height: 155px;
    overflow:hidden;
    text-align:center;
}
.Output-list-Main .figure img{
    width: 118px;
    display:inline-block;
}
.Output-list-Main .inner{
    width: 420px;
    color: #727272;
}
.Output-list-Main .inner h3{
    font-size: 16px;
    padding-bottom: 5px;
}
.Output-list-Main .inner h3 a{
    color: #d21300;
    text-decoration: none;
}
.Output-list-Main .inner h3 label{
    font-size: 14px;
    padding-left: 15px;
}
    /*.Output-list-Main .inner>div {
        height:82px;
        overflow:hidden;
        line-height:1.5;
    }*/

.inner-Content {
    padding-top:5px;
}