﻿
.news_css
{
    width: 100%;
    margin: 0 auto;
    background: #fff;
}
.news_css .title_css
{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.news_css .title_css .title
{
    width: 1100px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
}
.news_css .title_css .title h1
{
    width: 1100px;
    height: 40px;
    font-size: 35px;
    text-align: center;
    margin-top: 30px;
    color: #000;
    line-height: 120%;
    font-weight: lighter;
}
.news_css .title_css .title .p1
{
    width: 1100px;
    height: 3px;
    margin: 10px auto;
    background: url(../images/list_titlebg.jpg) no-repeat;
}
.news_css .title_css .title .p2
{
    font-size: 20px;
    text-align: center;
    line-height: 200%;
    font-weight: lighter;
}
.news_css .news_nav
{
    /*width: 744px;
    width: 929px;*/
    height: 50px;
    line-height: 50px;
    /*border: 1px solid #0093d6;*/
    border-right: none;
    margin: 0 auto;
}

.news_css .news_nav ul{
    float:left;
}

/**/.title_css a, .title_css a:link, .title_css a:visited, .title_css a:active
{
    /*width: 185px;*/
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*float: left;*/
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    border-top: 1px solid #0093d6;
    border-right: 1px solid #0093d6;
    border-bottom: 1px solid #0093d6;
}
.title_css a:hover
{
    /*width: 185px;*/
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*float: left;*/
    display: block;
    font-size: 16px;
    color: #FFF;
    background: #0093d6;
    text-decoration: none;
}

.news_css .list_css
{
    width: 1100px;
    margin: 0px auto;
    overflow: hidden;
}
.news_css .list_css .left
{
    width: 220px;
    float: left;
    height: 180px;
    border: 1px solid #03a5e3;
    margin: 30px 0;
    background: #03a5e3;
    -moz-border-radius: 15px; /* gecko browsers */
    -webkit-border-radius: 15px; /* webkit browsers */
    border-radius: 15px; /* w3c syntax */
}
.news_css .list_css .left .p1
{
    height: 125px;
    line-height: 125px;
    color: #FFFFFF;
    font-size: 100px;
    text-align: center;
}
.news_css .list_css .left .p2
{
    height: 55px;
    line-height: 55px;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    border-top: 1px solid #026c9b;
}
.news_css .list_css .right
{
    width: 830px;
    height: 180px;
    float: right;
    border: 1px solid #03a5e3;
    margin: 30px 0;
}
.news_css .list_css .right h1
{
    width: 95%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}
.news_css .list_css .right h1 a, .news_css .list_css .right h1 a:link, .news_css .list_css .right h1 a:visited, .news_css .list_css .right h1 a:active
{
    color: #666;
    font-size: 18px;
}
.right h1 a:hover
{
    color: #0093d5;
    font-size: 18px;
    text-decoration: underline;
}
.news_css .list_css .right .p1
{
    width: 95%;
    line-height: 200%;
    height: 85px;
    margin: 0 auto;
}
.news_css .list_css .right .p2
{
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #03a5e3;
    margin-left: 660px;
    margin-bottom: 0;
    -moz-border-radius: 15px; /* gecko browsers */
    -webkit-border-radius: 15px; /* webkit browsers */
    border-radius: 15px; /* w3c syntax */
}
.news_css .list_css .right .p2 a, .news_css .list_css .right .p2 a:link, .news_css .list_css .right .p2 a:hover, .news_css .list_css .right .p2 a:active, .news_css .list_css .right .p2 a:visited
{
    font-size: 14px;
    color: #FFFFFF;
}

.news_nav p
{
    width: 187px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    float: left;
    display: block;
}

.a_navbg
{
    width: 185px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    float: left;
    display: block;
    font-size: 16px;
    color: #FFF;
    background: #0093d6;
    text-decoration: none;
}

.a_navbg a, .a_navbg a:link, .a_navbg a:visited, .a_navbg a:active
{
    width: 185px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border-top: 1px solid #0093d6;
    border-right: 1px solid #0093d6;
    border-bottom: 1px solid #0093d6;
}
