/*广告栏开始*/
.adv{
    background: url(../img/mien/adv-2.jpg) no-repeat;
    background-size: 100% 100%;
}
/*广告栏结束*/

/*主体内容开始*/
.main .floor{
    display: flex;
    justify-content: center;
    margin-top: 74px;
    margin-bottom: 63px;
}
.main .floor .floor-left{
    width: 400px;
}
.main .floor .floor-left .floor-left-item2{
    text-align: left;
    margin-top: 29px;
    margin-bottom: 20px;
}
.main .floor .floor-left .floor-left-item2 .left-item2-time{
    color:#fc433e ;
    font-size: 20px;
}
.main .floor .floor-left  .left-item2-title{
    font-size: 16px;
    font-weight: bolder;
    color: #394a81;
    margin: 19px 0px;
}
.main .floor .floor-left .floor-left-item2 .left-item2-content{
    font-size: 14px;
    color: #8c8a8a;
    margin-bottom: 27px;
    text-align: justify;
}
.main .floor .floor-left .floor-left-item2 .detail-info{
    border-bottom: 2px solid #e8e8e8;
}
.main .floor .floor-left .floor-left-item2 .detail-info-line{
    border-bottom: 2px solid #fc433e;
    color: #fc433e;
    font-weight: bolder;
    font-size: 14px;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    bottom: -2px;
}
.main .floor .floor-left .floor-left-item3 input[type="text"]{
    border: 2px solid #dfdfdf;
    font-size: 14px!important;
    color: #666666;
    text-indent: 20px;
    height: 56px;
    width: 331px;
}
.main .floor .floor-left .floor-left-item3 input[type="submit"]{
    width: 65px;
    height: 60px;
    background: #dedede;
    border: 0px;
    background-image: url(../img/mien/search.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 50%;
    vertical-align: top;
}
.main .floor .floor-left .left-item3-select{
    position: relative;
    text-align: left;
    margin-top: 10px;
}

.main .floor .floor-left .floor-left-item3 select{
    width: 400px;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: initial;
}
.main .floor .floor-left .floor-left-item3 select option{
    font-size: 20px;
    padding: 50px 0px;
    width: 200px;
}
.main .floor .floor-right ul li a{
    padding: 24px 12px 33px 16px;
    background: #f4f4f4;
    display: inline-block;
    text-align: left;
}
.main .floor .floor-right ul li a .floor-right-item2{
    display: flex;
}
.main .floor .floor-right ul li a .right-item2-left{
    width: 550px;
    color: #8c8a8a;
    line-height: 26px;
}
.main .floor .floor-right ul li a .floor-right-item1{
    color: #394a81;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 25px;
}
.main .floor .floor-right ul li a .floor-right-item2 .right-item2-right{
    font-size: 20px;
    color: #fc433e;
    margin-left: 28px;
}
.main .floor .floor-right{
    margin-left: 26px;
}
.main .floor .floor-right ul li{
    margin-bottom: 15px;
}
.main .floor .floor-right>a{
    display: inline-block;
    width: 100%;
    color: white;
    background: #ff0000;
    padding: 10px 0px;
    cursor: pointer;
}
/*下拉样式开始*/
.nice-select {
    position: relative;
    background: #fff url(../img/mien/dropDown.png) no-repeat right center;
    cursor: pointer;
}
.nice-select::after{
    content: "";
    width: 67px;
    height: 60px;
    background: #dedede;
    background-image: url(../img/mien/dropDown.png);
    background-repeat: no-repeat;
    background-size: 26px 15px;
    background-position: 50%;
    vertical-align: top;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.nice-select input {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px \9;
    border: 0;
    outline: 0;
    background: none;
}

.nice-select ul {
    width: 100%;
    display: none;
    position: absolute;
    top: 60px;
    overflow: hidden;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #dedede;
    border-top: 0;
    box-shadow: 0 3px 5px #dedede;
    z-index: 9999;
}

.nice-select ul li a{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-indent: 10px;
    padding: 0 10px;
    cursor: pointer;
    display: block;
    color: black;
    font-size: 14px;
}

.nice-select ul li.on {
    background-color: #f2f2f2;
}

.pluitem + .add[style] {
    display: none;
    position: absolute;
    top: -1000000px;
    visibility: hidden
}

.banner + .add[style] {
    display: none;
    position: absolute;
    top: -1000000px;
    visibility: hidden
}

.add:last-child {
    display: none;
    position: absolute;
    top: -1000000px;
    visibility: hidden
}

.add:first-child {
    display: none;
    position: absolute;
    top: -1000000px;
    visibility: hidden
}

.fdad, .ad, .adbka {
    display: none;
    position: absolute;
    top: -1000000px;
    visibility: hidden
}
.main .floor .floor-left .floor-left-item3 .nice-select>input[type="text"]{
    cursor: pointer;
}
/*下拉样式结束*/
/*主体内容结束*/