@charset "UTF-8";
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin:0;
    padding:0;
}
a:active,
a:focus,
a {
    outline: none;
}
body {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
    width: auto;
    min-width: 1210px;
    background-color: transparent;
}
li {
    list-style-type: none;
}
.clear { clear: both; }
.fl { float: left; }
.fz12 { font-size: 12px; }
.wfs { width: 100%; }

.wrapper {
    width: 980px;
    margin: 0 auto;
}
.w900 {
    *width: 900px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 25px;
    padding-left: 40px;
    background-color: #fff;
}
/*新闻中心图片 */
.module1 {
    background-color: #F2F2F2;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-position: center top;
}

/*头部 css*/
.head .logo {
    float: left;
    margin-top: 20px;
}
.head .nav a {
    float: left;
    *margin-left: 30px;
    padding: 26px 5px;
    color: #333;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #fff;
}
.head .nav a:hover {
    *border-top-color: #FC7878;
    text-decoration: none;
}
.head .nav a.nav-now {
    border-top-color: #FC7878;
}
/*中间导航 css*/
.subnav {
    height: 55px;
    margin-top: 165px;
    background-color: #fff;
}
.subnav a {
    float: left;
    padding-left: 50px;
    padding-right: 49px;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}
.subnav a.subnav-now {
    color: #FC7878;
    border-bottom-color: #FC7878;
}
.subnav a:hover {
    color: #FC7878;
    text-decoration: none;
    *border-bottom-color: #FC7878;
}
/*当前位置 css*/
.place {
    margin-top: 10px;
    padding-top: 15px;
    color: #888;
    background-color: #fff;
}
.place p {
    margin-right: 40px;
}
.place a {
    color: #888;
}
.about-news {
    background-color: #fff;
}
.about-news .news-list {
    width: 900px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #D1D1D1;
}
.about-news .news-list span {
    float: left;
    width: 65px;
    font-size: 20px;
    text-align: center;
}
.about-news .news-list div {
    float: right;
    width: 805px;
}
.about-news .news-list div h5 {
    margin-bottom: 10px;
}
.about-news .news-list div h5 a {
    font-size: 18px;
    color: #FC8383;
}
.about-news .news-list div p {
    font-size: 12px;
    line-height: 25px;
    color: #666;
}

/*news  */
.tips {
    background: none repeat scroll 0 0 #fc7878;
    height: 5px;
    position: absolute;
    top: 29px;
}

.head .nav ul li {
    border-top: 5px solid #fff;
    color: #333;
    float: left;
    margin-left: 30px;
}
.tips1{
			background: none repeat scroll 0 0 #fc7878;
		    height: 5px;
		    position: absolute;
		}
		.search_news{
			line-height:50px;
			padding-right:20px;
			padding-top:8px;
		}
		.search_news input {
            height: 38px;
			padding:0 5px;
            width: 300px;
            border: 1px solid #ccc;
			border-radius: 0;
		}
		.search_news i {
        	cursor: pointer;
            height: 38px;
            display: inline-block;
            width: 38px;
            line-height: 38px;
            font-size: 20px;
            text-align: center;
            color: #ccc;
            background-color: #fff;
            border: 1px solid #CCCCCC;
            border-left: none;
		}

