
/*
*{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=‘http://www.w3.org/2000/svg’><filter id=‘grayscale’><feColorMatrix type=‘matrix’ values=‘0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/>#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}*/
html {
    background: url(../images/bg.png) no-repeat center top fixed;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
form,
input,
p,
div,
span,
img,
a,
label,
select,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

body {
    font-family: verdana, "宋体";
    font-size: 14px;
    color: #fff;
    -webkit-text-size-adjust: none;
    line-height: 24px;
    max-width: 1002px;
    margin: 0 auto;
}

ul,
ol,
li {
    list-style: none;
}

img {
    border: none;
}

.content {
    clear: both;
    height: 100%;
    overflow: hidden;
}

.content div {
    float: left;
}

.content_left {
    width: 10%;
}

.content_center {
    width: 58%;
}

.content_right {
    width: 32%;
}

.right_list_title {
    word-wrap: break-word;
    width: 190px;
    margin: 2px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    padding-left: 5px;
}

.lanmu {
    background: #eb4f4c;
    padding: 1px 1px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 15px 10px;
    cursor: pointer;
}

.M-box {
    margin: 35px 0;
}

.M-box a {
    cursor: pointer;
}

.list_logo {
    width: 175px;
}

.list_logo img {
    border-radius: 1px;
}

.list_title {
    width: 360px;
    margin: 30px 0;
}

.list_detail {
    clear: both;
    margin: 10px 0;
    cursor: pointer;
}

.list_detail div {
    float: left;
}

.tuji_flag {
    background: #eb4f4c;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    width: 43px;
    height: 27px;
    line-height: 27px;
}

.tuji_title {
    font-size: 15px;
    padding-left: 10px;
}

.tuji_image {
    clear: both;
    margin-top: 10px;
}

.tuji_image span {
    display: inline-block;
    width: 174px;
    margin: 3px;
}

.tuji_image img {
    width: 160px;
    height: 124px;
}

.tuji_head {
    background: #f9f9f9;
    border-top: #ccc solid 1px;
    height: 53px;
    line-height: 53px;
    width: 100%;
}

.content_lunbo {
    display: block;
    clear: both;
    width: 516px;
    height: 283px;
    position: relative;
    overflow: auto;
}

.li {
    list-style: none;
}

.content_lunbo ul li {
    float: left;
}

.content_lunbo img {
    border: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

.banner_li {
    width: 516px;
    height: 283px;
    cursor: pointer;
}

.banner_li img {
    width: 516px;
    height: 283px;
}

.list_tuji_detail {
    cursor: pointer;
}

.dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
}

.dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.dots li.active {
    background: #fff;
    opacity: 1;
}

.right_header_img img {
    width: 298px;
    height: 192px;
}

.dianshi_iframe {
    margin: 20px 20px;
}
