.SL_banner {
    height: 580px;
    background: url(../../images/rencai_3.png) no-repeat center;
    background-size: 100% 100%;
}

.SL_banner_text {
    padding-top: 227px;
}

.SL_banner_text .SL_msg {
    text-align: center;
    font-size: 46px;
    color: #ffffff;
    font-family: "宋体";
}

.SL_banner_text .SL_msgs {
    overflow: hidden;
    padding: 13px 21px 13px 21px;
    box-sizing: border-box;
    width: 535px;
    height: 68px;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.11);
}

.SL_input {
    float: left;
}

.SL_input input {
    border: none;
    width: 368px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border-radius: 5px;
}

.SL_inputs {
    float: right;
}

.SL_inputs input {
    border: none;
    width: 90px;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    border-radius: 5px;
    color:#fff;
    background-color: #004b47;
}

.SL_p {
    font-size: 14px;
    font-family: "宋体";
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.SL_pp {
    padding-top: 15px;
    font-size: 14px;
    font-family: "宋体";
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.SL_txt {
    padding-top: 40px;
    color: #838383;
    font-size: 14px;
    font-family: "Regular";
    cursor: pointer;
}

.SL_txt:hover {
    color: #08736d;
}

select {
    border: none;
    border: 1px #cccccc solid;
    width: 120px;
    height: 30px;
    border-radius: 20px;
    padding-left: 20px;
}

.SL_subnav {
    height: 50px;
    margin: 30px 80px 0 33px;
    background-color: #ebedef;
}

.SL_subnav ul {
    overflow: hidden;
}

.SL_subnav ul li {
    line-height: 50px;
    float: left;
    margin-left: 50px;
}

.SL_subnav ul li:nth-child(2) {
    margin-left: 295px;
}

.SL_subnav ul li:nth-child(3) {
    margin-left: 22px;
}

.SL_subnav ul li:nth-child(4) {
    margin-left: 66px;
}

.SL_subnav ul li:nth-child(5) {
    margin-left: 156px;
}

.SL_contents {
    margin: 10px 80px 0 33px;
    background-color: #ffffff;
}

.SL_contents ul {}

.SL_contents ul li {
    height: 50px;
    line-height: 50px;
}

.SL_contents ul li p {
    /**/
    width: 60px;
    float: left;
    cursor: pointer;
    text-align: center;
}

.SL_contents ul li .name {
    overflow: hidden;
    /**/
    width: 120px;
}

.SL_contents ul li .name span {
    display: inline-block;
}

.SL_contents ul li .name span img {
    width: 15px;
    height: 12px;
}

.name {
    margin-left: 20px;
}

.category {
    margin-left: 275px;
}

.place {
    margin-left: 85px;
}

.time {
    margin-left: 80px;
}

.operation {
    margin-left: 100px;
    margin-top: 15px;
    width: 70px !important;
    height: 20px;
    line-height: 20px;
    border: 1px solid #e2231a;
    border-radius: 20px;
    color: #e2231a;
    text-align: center;
    cursor: pointer;
}