@charset "utf-8";
/*
    design by shouzi@vip.qq.com
*/
body {
    background: #f2f2f2;
    font-family: "宋体", Arial;
    font-size: 12px;
    margin: 0;
}

a, a:link {
    color: blue;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.box {
    margin-top: 5px;
    width: 100%;
    background: #fff;
}

.l {float: left;}
.r {float: right;}
#wrapper {
    position:relative;
    width:910px;
    left:50%;
    margin-left:-455px;
    background: #fff;
    border:1px solid #fff;
}

#header {
    width: 100%;
    height: 135px;
}

#flashnews {
    width: 300px;
    height: 241px;
    border: 1px solid #fff;
    float: left;
}
#top_desc {
    width: 600px;
    float: left;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

#top_desc h5 {
    text-align: center;
    color: #666;
}


.newsbox {
    width: 100%;
    margin-top: 8px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.newsbox .title {
    width: 100%;
    height: 30px;
    line-height:30px;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    text-indent: 15px;
    display: block;
    background: url("../image/tit_bg.gif") no-repeat right top;
}

.newsbox .title a {
    background: url("../image/title.png") no-repeat;
    padding-left: 20px;
    color: #fff;
}

.newsbox .title a:hover {
    text-decoration: none;
    color: #fff;
}
.newsbox .list {
    margin: 5px 4px 5px 10px;
}
.newsbox .list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.newsbox .list ul li {
    height:20px;
    line-height:20px;
}

ul.newslist {
    margin-top: 15px;
}

ul.newslist li {
    height: 20px;
    line-height: 20px;
}

ul.newslist li a {
    font-size: 12px;
    color: #333;
}

ul.newslist li a:hover {
    color: #ff0000;
}

ul.newslist li span {
    font-family: Georgia;
    font-size:12px;
    padding-right:15px;
}

h2 {
    margin-top: 15px;
    text-align: center;
    line-height:35px;
}

h2:hover {
    color:#ff0000;
    text-decoration: underline;
}

p.content {
    text-indent: 25px;
    line-height: 20px;
    overflow: hidden;
}
p, div {
    line-height: 20px;
}
div.cupage{
	width:600px;
	margin:5px auto;
	text-align:center;
	border-top:1px solid #EEE;
	line-height:31px;
	overflow:hidden;
>>>>>>> 1.2
}

div.cupage strong {
    padding-right: 5px;
}
.left_cont {
    width: 380px;
    float: left;
}

.right_cont {
    width: 200px;
    float: right;
    margin-left: 10px;
    background: #ffdfca;
    border-left: 1px solid #ff9966;
}
h5 {
    margin-top: 15px;
    text-align: center;
}

#news {
    width: 580px;
    margin: 10px auto;
}