body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements  */
dl, dt, dd, ul, ol, li, /* list elements 鍒楄〃鍏冪礌 */
pre, /* text formatting elements 鏂囨湰鏍煎紡鍏冪礌 */
form, fieldset, legend, button, input, textarea, /* form elements 琛ㄥ崟鍏冪礌 */
th, td, /* table elements 琛ㄦ牸鍏冪礌 */
img /* images elements 鍥剧墖鍏冪礌 */
{
    border: medium none;
    margin: 0;
    padding: 0;
}

/**  **/
body, button, input, select, textarea {
    /*font: 12px/1.5 '瀹嬩綋', tahoma, Srial, helvetica, sans-serif;*/
    font:15px Helvetica Neue,Helvetica,PingFang SC,寰蒋闆呴粦,Tahoma,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
em {
    font-style: normal;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #F40;
}
/** 閲嶇疆鍥剧墖鍏冪礌 **/
img {
    border: 0;
}
/** 閲嶇疆琛ㄦ牸鍏冪礌 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/** 鑷畾涔夋牱寮� **/
body,html{
    background-color: #fbfbfb;
}
.mid-container{
    width: 1198px;
    border: 1px solid #EFEFEF;
    box-shadow: #EFEFEF 1px 1px 5px;
    margin: 15px auto;
    background-color: #FFFFFF;
}
.news-box-title{
    width: 1173px;
    height: 50px;
    padding-left: 25px;
    line-height: 50px;
    background-color: #F4F5F6;

}
.news-box-title span{
    font-size: 16px;
    font-weight: 600;
    color: #1170B6;
    float: left;

}
.CurrChnlCls{
    font-size: 16px;
}
.menu-container-gl{
    width: 250px;
    float: left;
}
.menu-title-gl{
    width: 225px;
    height: 50px;
    padding-left: 25px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    background: #1470B4;
    font-size: 18px;
    letter-spacing: 2px;
}
.menu-list-gl{
    width: 200px;
    background: #EEF8FD;
    padding: 25px;
    border-bottom: 1px dashed #BEBEBE;
}
.menu-text-gl{
    width: 200px;
    background: #EEF8FD;
    padding: 25px;
    height: 526px;
}
.menu-list-gl li{
    width: 200px;
    height: 35px;
}
.menu-list-gl li a{
    display: block;
    width: 180px;
    height: 35px;
    font-size: 15px;
    letter-spacing: 1px;
    float: left;
    line-height: 35px;
}
.menu-list-gl li span{
    display: block;
    width: 6px;
    height: 35px;
    background: url("14.png") no-repeat center center;
    float: left;
    margin-right: 14px;
}
.content-container-gl{
    width: 948px;
    height: 922px;
    float:left;
}
.clean-float{
    clear: both;
}
