﻿* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

.outer {
    width: 300px;
    height: 220px;
    position: relative;
}

.img li {
    position: absolute;
    left: 0;
    top: 0;
    display:none;
}

.img li img{
    display: block;
}

.img li p{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 12px;
}

.num {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 32px;
    font-size: 0;
    text-align: right;
}

.num li {
    width: 15px;
    height: 15px;
    background-color: #666666;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    margin: 0 2px;
    cursor: pointer;
}

.num li.on{
    background-color: #ff0000;
}

.btn {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    font-size: 30px;
    font-family: "宋体";
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    display: none;
}

.outer:hover .btn {
    display: block;
}

.outer .left {
    left: 0;
}

.outer .right {
    right: 0;
}


/* 企业单页-20170206 */
.show_n {
    margin: 0 auto;
    overflow: hidden;
    width: 950px;
}
.show_news li{
    float: left;
    overflow: hidden;
    width: 300px;
    height: 160px;
}
.show_news li:nth-child(2),.show_news li:nth-child(5){
    margin: 0 15px;
}
.show_news h4{
    height: 45px;
    font-size: 14px;
}
.show_news .img{
    float: left;
}
.show_news p{
    float: right;
    width: 150px;
    font-size: 13px;
    color: #666;
}
.show_enq{
    padding: 15px;
    line-height: 200%;
    font-size: 16px;
    height: 137px;
}
.show_enq a{
    text-decoration:underline;
}
.show_time{
    color: #999;
}
.title_box20{
    position: relative;
}
.title_box20 span{
    position: absolute;
    right: 5px;
    top: 0px;
}

/* 20170208 新增栏目页样式 */
.enquiry_box{ width:950px; height:auto; margin:10px auto; overflow:hidden;}

.enquiry_box_left{ width:650px; height:auto; float:left;}
.enquiry_news{ width:650px; height:auto; overflow:hidden;}
.title_box35{ width:630px; height:33px; background:url(../images/bg_title35.jpg) no-repeat top left; color:#1757a2; font-size:16px; line-height:33px; padding-left:20px; position:relative; margin-bottom:15px;}
.title_box35 a{ font-weight:normal; position:absolute; right:5px;}
#E_news_list  .show_news li:nth-child(2),#E_news_list  .show_news li:nth-child(4){ margin:0 0 0 50px;}

#Enquiry .feedback { border: 1px solid #ccc; font-size: 12px; padding: 10px 15px 15px; width: 618px;}
.enquiry_fd_txt{ color:#666; margin-top:20px; line-height:18px;}
.enquiry_fd_txt2{ width:580px; height:200px; font-size:12px; line-height:18px; color:#666; margin-top:5px;}

.enquiry_box_right{ width:280px; height:auto; float:left; margin-left:20px;}
.enquiry_contact{width:280px; height:auto; }
.enquiry_contact h4{ width:260px; height:30px; line-height:30px; color:#fff; font-size:16px; padding-left:20px; background:rgba(0, 0, 0, 0) url("http://www.chinabuses.org/statics/images/images2012/bg_title11.gif") repeat-x scroll 0 0;}
.enquiry_contact p{ width:238px; height:auto; padding:20px; border-bottom:1px solid #E4E4E4; border-left:1px solid #E4E4E4; border-right:1px solid #E4E4E4; font-size:14px; line-height:20px; color:#666;}

.enquiry_message{width:280px; height:auto; margin-top:20px;}
.enquiry_message h4{ width:260px; height:30px; line-height:30px; color:#fff; font-size:16px; padding-left:20px; background:rgba(0, 0, 0, 0) url("http://www.chinabuses.org/statics/images/images2012/bg_title11.gif") repeat-x scroll 0 0;}
.enquiry_message ul{ width:238px; height:auto; padding:20px; border-bottom:1px solid #E4E4E4; border-left:1px solid #E4E4E4; border-right:1px solid #E4E4E4; font-size:12px; line-height:20px; color:#666;}
.enquiry_message ul li{ margin-bottom:15px;}
.enquiry_message ul li p{ margin-bottom:10px;}
.enquiry_message ul li span{ color:#999;}