@charset "utf-8";
* {
    margin: 0;
    padding: 0
}

body {
    font: 18px tahoma, Helvetica, arial, Microsoft YaHei, simsun, sans-serif;
    line-height: 30px;
}

img {
    border: 0;
}

ul,
dl,
dt,
dd {
    list-style: none;
}

a:link,
a:active,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #cd0000;
    text-decoration: none;
}

.more a:link,
.more a:active,
.more a:visited {
    font-family: Microsoft YaHei;
    color: #cd0000;
    text-decoration: none;
    font-size: 14px;
}

.more a:hover {
    font-family: Microsoft YaHei;
    color: #cd0000;
    text-decoration: underline;
    font-size: 14px;
}

.container {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    padding: 0px;
    clear: both;
}

.container:bofore,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.wbg {
    background: #feeed9;
    height: 100%;
    overflow: hidden;
    padding: 0px;
    clear: both;
}

.header {
    width: 100%;
    height: 397px;
    margin: 0 auto;
    padding: 0px;
    background: url(banner1.jpg) top center no-repeat;
}

.newstop {}

.newspic {
    width: 488px;
    padding-top: 15px;
}

.newsbox {
    width: 492px;
    padding-left: 20px;
}

h1 {
    color: #cd0000;
    font-size: 32px;
    text-align: center;
    line-height: 60px;
    font-weight: normal;
}

h1 a:link,
h1 a:active,
h1 a:visited {
    color: #cd0000;
    text-decoration: none;
}

h1 a:hover {
    color: #cd0000;
    text-decoration: none;
}

.zy {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 15px;
}

.newslb {
    line-height: 40px;
    padding: 15px 0px;
}

A.rc:link,
A.rc:active,
A.rc:visited {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #ff9293;
    background: #fffef4;
    font-size: 18px;
    text-align: center;
    color: #cd0000;
    float: left;
    margin: 5px;
    display: block;
}

A.rc:hover {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #ff9293;
    background: #cd0000;
    font-size: 18px;
    text-align: center;
    color: #fff;
    float: left;
    margin: 5px;
    display: block;
}

.xx {
    border-bottom: dotted 1px #777676;
    line-height: 48px;
}

@media only screen and (max-width: 768px) {
	img{
		/* width: 100%; */
		height: auto;
	}
	table{
		width: 100%;
	}
    .header {
        width: 100%;
        height: auto;
    }
    .dqwz,
    .dis_no {
        display: none;
    }
    .container {
        width: 100%;
        padding: 0 20px;
        margin-top: 0px!important;
    }
    .list02 li a {
        width: 70%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    div {
        box-sizing: border-box;
    }
}
