﻿@charset "utf-8";

body
{
    text-align: left;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif,;
    background: #010042;
    margin: 0;
    padding: 0;
    font-size: 18px;
    min-width: 1002px;
    color: #fff;
}

div, form, img, ul, ol, li, dl, dt, dd, p
{
    margin: 0;
    padding: 0;
    border: 0;
}

li
{
    list-style-type: none;
}

strong
{
    font-weight: normal;
}

em
{
    font-style: normal;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}

a:link
{
    color: #fff;
    text-decoration: none;
}

a:visited
{
    color: #fff;
    text-decoration: none;
}

a:hover
{
    color: #D50100;
    text-decoration: none;
}

a:active
{
    color: #333333;
}

.kong
{
    width: 100%;
    clear: both;
    height: 1px;
    _display: inline;
}
/*=================头部 begin=====================*/
.box
{
    width: 100%;
    clear: both;
    margin: auto;
}

.top
{
    width: 100%;
    clear: both;
    margin: auto;
    height: 228px;
}

.top-t
{
    width: 100%;
    clear: both;
    margin: auto;
    height: 480px;
    background: url(../images/banner.jpg);
}

.top_main
{
    width: 1002px;
    margin: auto;
}

.top_title
{
    margin-top: 60px;
    width: 100%;
    float: left;
}
/*=================头部 end=====================*/

.main
{
    width: 1002px;
    clear: both;
    margin: auto;
    position: absolute;
    top: 480px;
    left: 0;
    right: 0;
    color: #fff;
}

.row0
{
    float: left;
    width: 980px;
    padding: 10px;
    min-height: 400px;
}

.ul_list
{
    width: 100%;
    float: left;
}

    .ul_list li
    {
        width: 96%;
        float: left;
        background: url(../images/icon.png) no-repeat left center;
        padding: 0 0 0 35px;
        line-height: 50px;
    }

        .ul_list li a
        {
            width: 100%;
            float: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.footer
{
    width: 100%;
    clear: both;
    margin: auto;
    height: 100px;
    border-top: 3px solid #D50100;
    color: #D50100;
    text-align: center;
    line-height: 50px;
}
/*内容*/
.sub_news
{
    width: 962px;
    padding: 20px;
    clear: both;
    background:#fff;
}

    .sub_news h2
    {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 40px;
        margin-bottom: 10px;
        color:#333;
    }

    .sub_news h3
    {
        line-height: 35px;
        text-align: center;
        margin: 5px 0;
        color:#333;
    }

.sub_news_small
{
    width: 100%;
    float: left;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
    color: #D50100;
}

    .sub_news_small span
    {
        display: block;
        line-height: 25px;
        padding: 5px 10px;
        float: right;
        text-align: center;
        color: #D50100;
    }

.sub_news_s
{
    width: 700px;
    padding: 20px;
    clear: both;
}

    .sub_news_s h2
    {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 40px;
        margin-bottom: 10px;
    }

.news_Intro p
{
    width: 100%;
    float: left;
    text-indent: 2em;
    color: #5f5f5f;
}

.news_attachment
{
    float: left;
}

.news_span
{
    width: 100%;
    float: left;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    color: #D50100;
}
.news_Content
{
    color:#333;
}
.news_Content video
{
    margin: 0 90px;
}

.sub-dh
{
    width: 960px;
    clear: both;
    margin: auto;
    padding: 0 0 0 30px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border-bottom: 2px solid #D50100;
    background: url(../images/home.png) no-repeat left center;
}