.bg {
    background: url('../images/img-4.jpg');
    background-size: 100% 100%;
}

.list {
    position: absolute;
    top: 68%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 232px;
    text-align: center;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.list {
    border-top: 0px;
}

.list li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.list li a:hover {
    background-color: #F5F5F5;
}

.nymain {
    padding-bottom: 50px;
}

.item {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none !important;
}

.nymain_left {
    width: 20%;
}

.nymain_left ul li {
    list-style: none;
    width: 230px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 2px 0;
    text-align: center;
}

.nymain_left ul li a {
    display: block;
    width: 100%;
    padding: 0 50px;
}

.link_one:hover {
    color: #ffffff;
    background-color: initial !important;
}

.nymain_left ul li a:hover {
    color: #ffffff !important;
    background-color: red;
}

.nymain_left ul li a:hover span {
    color: #ffffff;
}

.nymain_left ul li:nth-child(1) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #231815;
}

.nymain_left ul li:nth-child(2) {
    background-color: #E60012;
}

.nymain_left ul li:nth-child(3),
.nymain_left ul li:nth-child(4),
.nymain_left ul li:nth-child(5) {
    background-color: #D9D9D9;
}

.nymain_left ul li:nth-child(1) a,
.nymain_left ul li:nth-child(2) a {
    color: #ffffff;
    text-decoration: none;
}

.nymain_left ul li:nth-child(3) a,
.nymain_left ul li:nth-child(4) a,
.nymain_left ul li:nth-child(5) a,
.right_liks a {
    color: #333;
}

.title {
    position: relative;
}

.right_liks {
    bottom: 0px;
    right: 0;
    position: absolute;
}

.items li a:hover,
.right_liks a:hover {
    color: red;
}

.right_title {
    font-family: inherit;
    font-weight: 500;
    font-size: 18px;
}

.right_content {
    line-height: 30px;
}

.nymain_right {
    width: 80%;
    margin-left: 50px;
}

.bg_white {
    background-color: #ffffff;
}

.text_title {
    color: red;
}

.content_title {
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: bold;
}

hr {
    border-top: 1px solid #333;
}

.icon {
    font-size: 14px;
    padding-left: 15px;
    font-weight: 50;
}

.text_icon {
    display: inline-block;
    width: 5px;
    height: 20px;
    background: red;
    margin-right: 10px;
}

.items li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

.items li a {
    color: black;
}

.items li a:nth-child(2) {
    color: #ffffff;
    text-align: center;
    display: inline-block;
    width: 90px;
    height: 25px;
    line-height: 25px;
    border-radius: 10px;
    background-color: #ccc;
    float: right;
}

.items li a:nth-child(2):hover {
    background-color: red;
}

.items li .item_link {
    background-color: red !important;
}

.txt {
    text-align: left;
    font-size: 16px;
}

.nymain_content1 {
    width: 40%;
    padding-top: 20px;
    padding-bottom: 40px;
}

.nymain_content2 {
    width: 60%;
}

.nymain_content1 h4 {
    margin: 0px 0 15px 0;
}

.nymain_content1 ul li {
    padding: 5px 0;
}

.two {
    width: 60%;
}


/* 去掉 datalist 默认样式 */

input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

#search {
    width: 230px;
    border: 1px solid #ccc;
    height: 30px;
    margin: 0 20px;
}

.sjx {
    cursor: pointer;
    position: absolute;
    right: 26px;
    top: 9px;
    color: #ccc;
}

.dropdown-menu {
    border-top: 0;
    position: absolute;
    top: 100%;
    left: 92px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 232px;
    text-align: center;
}

.btn {
    width: 100px;
    color: #ffffff;
    background-color: red;
}

.sf {
    padding: 20px 0;
}

.left_sjx {
    margin-right: 20px;
    color: red;
}

.shengfen {
    font-size: 18px;
    font-weight: bold;
}

.tubiao {
    padding-right: 10px;
}

.icon {
    font-size: 14px;
    padding-left: 15px;
    font-weight: 50;
}

.text_icon {
    display: inline-block;
    width: 5px;
    height: 20px;
    background: red;
    margin-right: 10px;
}

.icon-img {
    position: absolute;
    top: 25%;
    right: 13px;
}

.nymain_left {
    width: 20%;
}

ul {
    margin: 0;
    padding: 0;
}

.nymain_left ul li:nth-child(1) {
    height: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #231815;
}

.nymain_left ul li {
    position: relative;
    list-style: none;
    line-height: 55px;
    margin: 2px 0;
    text-align: left;
}

.nymain_left ul li:nth-child(1) a,
.nymain_left ul li:nth-child(2) a {
    color: #ffffff;
    text-decoration: none;
}

.nymain_left ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    padding-left: 22px;
}

.link_one {
    line-height: 60px !important;
    font-size: 18px !important;
}

a {
    text-decoration: none !important;
}

.nymain_left ul li:nth-child(3),
.nymain_left ul li:nth-child(4),
.nymain_left ul li:nth-child(5) {
    background-color: #D9D9D9;
}

.nymain_left ul li a {
    font-size: 15px;
}

.icon {
    float: right;
    font-size: 10px;
    padding-left: 15px;
    font-weight: 50;
    position: absolute;
    color: #A5A5A5;
    top: 38%;
    right: 20px;
}