﻿@charset "utf-8";
/*******************************************************************************
 * 全局
 ******************************************************************************/
body {
  	   	
    font-family:\5FAE\8F6F\96C5\9ED1,\5B8B\4F53;
    font-size: 14px;
    padding: 0;
    text-align: left;
    background: #ffffff;
	
}
body, div, dl, dt, dd, ul, ol, li, pre, form, h1 , h3 , h4 ,span, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

p{
	color: #333333;
	padding: 0;
	margin:0;

}
a:hover {
    color:#333333;
    text-decoration: none;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
ol li, ul li { 
    list-style: none outside none;
}
li { 
    list-style: none outside none;
	 list-style-type:none
}
caption, th {
    text-align: left;
}
q:before, q:after {
    content: "";
}
th, td {
    vertical-align: middle;
}

/* 清除浮动 */
.clearfix:after, .container:after {
    content:"\0020";display:block;
    height:0;clear:both;visibility:hidden;overflow:hidden;
}
.clearfix, .container {display:block;}
.clear {clear:both; margin:0 auto;}
.ggw{ 
    width:100%;	
    margin: 0 auto;
	height:100px;
	padding:40px 0px;
}

.fl{float:left;}
.fr{float:right;}

/**
* 文字溢出显示省略号
* 1. Chrome 21+ bug https://bugs.webkit.org/show_bug.cgi?id=121902
*/
.ellipsis {
    display: block;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

/*******************************************************************************
 * 主页开始
 ******************************************************************************/

.say_big_box{
    width: 1200px;
    margin: 36px auto;
}
.say_left_box{
}
.say_l_title li a{
    margin-top: 19px;
    width: 214px;
    height: 65px;
    background:#f5f6f8;
    text-align: center;
    line-height: 65px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 0 4px #dae2f1;
    display: block;
}
.say_right_box{
    width: 956px;
}
.say_right_box .frame a {
    width: 300px;
    height: 290px;
    float: left;
    margin: 0 18px 36px 0;
    background-color: #f5f6f8;
    box-shadow: 0 0 4px #d5ddec;
}
.say_right_box .frame{
    float: left;
}

.say_right_box .title-news {
    width: 262px;
    height: 192px;
    float: left;
    margin: 20px 20px 0 20px;
    overflow: hidden;
    color: #333;
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
}
.say_right_box .time-szs {
    width: 280px;
    float: left;
    margin: 13px 10px;
    text-align: right;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    position: relative;
    bottom: 0;
}
.say_l_title a{
    color: #6f6f6f;
}
.say_l_title li a:hover{
    background: #006eab;
    color: #ffffff;
}

.active{
    background: #006eab !important;
    color: #ffffff !important;
}