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: #1470B4;
}
/** 重置图片元素 **/
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;
}
.news-menu-link{
    width: 1173px;
    height: 49px;
    border-bottom: 1px solid #EFEFEF;
    padding-left: 25px;
    line-height: 49px;
    background-color: #F6F6F6;
}
.menu-link-logo{
    width: 49px;
    height: 49px;
    background: url('55_01.png') center center no-repeat;
    float: left;
}
.CurrChnlCls{
    font-size: 16px;
}
.news-link{
    width: 1198px;
    font-size: 18px;
}
.news-link td{
    border-bottom: 1px solid #EFEFEF;
}
.page-bt-color{
    background-color: #1470B4;
    font-size: 14px;

}
.content-container{
    width: 100%;
}
.left-container{
    width: 798px;
    border-right: 1px solid #EFEFEF;
    float: left;
}
.right-container{
    width: 399px;
    float: left;
}
.list-container-gl{
    width: 100%;
    height: 269px;
    border-bottom: 1px solid #EFEFEF;
}
.list-container-xs{
    width: 100%;
    height: 134px;
    border-bottom: 1px solid #EFEFEF;
}
.title-list-gl{
    width: 100%;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #EFEFEF;
}
.title-logo{
    background: url("123_03.png") no-repeat center center;
    width: 45px;
    height: 49px;
    float: left;
}
.title-text{
    font-size: 18px;
    font-weight: 600;
    line-height: 49px;
    color: #1470B4;
    float: left;
    letter-spacing: 1px;
}
.text-container{
    width: 369px;
    padding: 15px;
}
.text-container-gl{
    width: 768px;
    height: 240px;
    padding: 15px;
}
.pic-container{
    width: 300px;
    height: 200px;
    overflow: hidden;
    margin: 20px;
    float: left;
}
.more{
    background: url("123_06.png") no-repeat;
    width: 51px;
    height: 20px;
    margin: 15px 20px;
    float: right;
}
.more a{
    display: block;
    width: 51px;
    height: 20px;
}
.text-banner{
    display: block;
    float: left;
    width: 184px;
    height: 27px;
}
.text-banner a{
    display: block;
    width: 159px;
    line-height: 27px;
    float: left;
}
.text-banner span{
    display: block;
    background: url('3_17.png') center center no-repeat;
    width: 25px;
    height: 27px;
    float: left;
}
.section-container-gl{
    width: 428px;
    height: 240px;
    float: left;
}
.section-title-gl{
    width: 100%;
    height: 49px;
    border-bottom: 1px dashed #BEBEBE;
}
.section-text-title-gl {
    width: 246px;
    height: 49px;
    margin-left: 91px;
    line-height: 49px;
    float: left;
    text-align: center;
    color: #1470B4;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.section-span-container-gl{
    width: 428px;
    height: 155px;
    margin-top: 15px;
}
.text-banner-gl{
    display: block;
    float: left;
    width: 214px;
    height: 38px;
}
.text-banner-gl a{
    display: block;
    width: 189px;
    line-height: 38px;
    float: left;
}
.text-banner-gl span{
    display: block;
    background: url('3_17.png') center center no-repeat;
    width: 25px;
    height: 38px;
    float: left;
}
.clean-border{
    border: none;
}
.clean-float{
    clear: both;
}
