﻿ol,
ul {
    list-style: none;
}


.link-con {
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
}

.select {
    width: 240px;
    height: 35px;
    float: left;
    position: relative;
    margin-left: 15px;
}

.select p {
    line-height: 33px;
    color: #FFFFFF;
    font-size: 15px;
    text-indent: 15px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
}


.sub_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 160px;
    overflow-y: auto;
    border-radius: 3px;
    background-color: #fff;
    z-index: 999;
}

.sub_menu li {
    position: relative;
    display: block;
    padding: 0 8px;
    font-size: 14px;
    line-height: 1.7em;
}

.sub_menu::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.sub_menu {
    -ms-overflow-style: none;
}

.sub_menu {
    overflow: -moz-scrollbars-none;
}

.select {
    margin-bottom: 40px;
}

.select span {
    float: left;
}

.select img {
    margin-right: 10px;
    margin-top: 9px;
    float: right;
}

.link-rt {
    padding: 10px 0;
    background-color: #9F3B3A;
    float: left;
    margin-top: 20px;
}

.sub_menu li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.select .sub_menu {
    margin-top: 36px;
}

.select:hover .sub_menu {
    display: block;
}

.select:hover p {
    background-color: #FFFFFF;
    border: 1px solid #9F3B3A;
    color: #333;
}

.sub_menu li a:hover {
    color: #9F3B3A;
}