﻿/*公用样式*/
* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}

img {
    display: block;
    border: 0 none;
}

body {
    font-family: arial, Simsun;
    font-size: 12px;
    color: #333333;
}

.box {
    width: 960px;
    margin: 0 auto;
}

/*头部上方*/
body {
    background: #FFF url(../images/images2012/bg_hy.gif) repeat-x;
}

.header01 {
    width: 950px;
    margin: 0 auto;
    line-height: 29px;
    overflow: hidden;
    font-size: 12px;
}

.hy {
    float: left;
    padding-right: 10px;
}

.zw {
    float: left;
}

.zw a {
    color: #0276c2;
}

.header01_r {
    float: right;
    overflow: hidden;
}

.header01_r span {
    float: left;
    display: block;
    padding-right: 30px;
}

.header01_r ul {
    float: left;
    overflow: hidden;
}

.header01_r ul li {
    width: 70px;
    float: left;
    padding-left: 10px;
    background: url(../images/images2012/li02.gif) no-repeat left 13px;
}

.header02 {
    width: 928px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 12px;
    border: solid 1px #f1f1f1;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header02 img {
    display: block;
}

.header02 li {
    float: left;
    padding-right: 50px;
}

.header02 li ul {
    float: left;
}

.header02 li ul li {
    width: 180px;
    clear: both;
    padding-right: 0px;
    line-height: 22px;
    padding-left: 10px;
    background: url(../images/images2012/li01.gif) no-repeat left 8px;
}

/*头部*/
.top {
    margin-top: 10px;
    width: 960px;
    height: 68px;
    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.logo {
    float: left;
    width: 170px;
    padding-left: 10px;
}

.top_ad {
    float: right;
}

.top_ad a {
    float: left;
    margin-left: 15px;
}

/*导航*/
.nav {
    margin-top: 10px;
    width: 960px;
    height: 33px;
    overflow: hidden;
    background: url('../images/bg_nav_new03.jpg') no-repeat center center;
    /*  background: url("../images/bg_nav_new03.gif") no-repeat; */
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav li {
    /* position: relative;
    float: left;
    width: 70px;
    line-height: 33px;
    text-align: center;
    font-weight: bold; */

    position: relative;
    line-height: 33px;
    text-align: center;
    font-weight: bold;
    flex: 1;
    width: auto !important;
}

.nav li.long {
    width: 130px;
}

.nav li a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.nav li a:hover {
    background: url("../images/bg_nav02.gif") repeat-x;
}

.nav li.on {
    background: url("../images/bg_nav02.gif") repeat-x;
}

.nav ul li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: #0592ee;
}

.nav ul li:last-child::after {
    display: none;
}

.nav ul li.on::after {
    display: none;
}

.nav ul li:hover::after {
    display: none;
}


/*广告位部分*/
.ad_main {
    margin-top: 10px;
    overflow: hidden;
}

.ad_left {
    float: left;
    width: 234px;
    height: 390px;
}

.ad_right {
    float: right;
    width: 236px;
    height: 390px;
}

.ad_left img,
.ad_right img {
    width: 234px;
    height: 68px;
    margin-bottom: 10px;
}

.news_mid {
    width: 462px;
    float: left;
    margin: 0 14px;
}

.news_tit {
    height: 24px;
    line-height: 24px;
    width: 462px;
    border-top: 1px solid #0273c1;
    border-bottom: 1px solid #0273c1;
    font-size: 16px;
    color: #0273c1;
    font-weight: bold;
    position: relative;
}

.news_tit a {
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}

.news_tit a:hover {
    text-decoration: underline;
}

.news_lists {
    padding-top: 10px;
    height: 266px;
    margin-bottom: 10px;
    overflow: hidden;
}

.news_lists img {
    float: right;
    padding-left: 5px;
}

.news_lists li {
    background: url("../images/li03.gif") no-repeat center left;
    padding-left: 10px;
    line-height: 24px;
}

.news_lists li.import a {
    color: #800001;
    font-weight: bold;
}

.news_lists li.sec_imp a {
    color: #800001;
    font-weight: normal;
}

.ad_mid {
    margin-bottom: 10px;
}

.ad_4 {
    clear: both;
    margin: 10px 0;
    height: 68px;
}

.ad_4 li {
    display: block;
    float: left;
    margin-right: 8px;
    height: 68px;
}

.ad_4 .last {
    margin-right: 0px;
    float: right;
}

/*搜索*/
.search {
    clear: both;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 930px;
    padding: 15px;
    height: 35px;
    background-color: #eaeaea;
}

.sea_form {
    width: 350px;
    float: left;
    height: 35px;
    background: url("../images/search.png") no-repeat;
}

.sea_inp {
    width: 200px;
    padding-left: 40px;
    height: 28px;
    border: 0 none;
    background: none;
    float: left;
}

.sea_btn {
    width: 70px;
    float: right;
    height: 30px;
    margin-right: 10px;
    background: none;
    border: 0 none;
    cursor: pointer;
}

.keywords {
    width: 560px;
    color: #d20406;
    float: right;
    line-height: 35px;
}

.keywords a {
    padding: 0 6px;
    color: #d20406;
    text-decoration: none;
}

.keywords a:hover {
    color: #d20406;
    text-decoration: underline;
}

.news_main {
    clear: both;
    width: 960px;
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
}

.news_main .news_part {
    width: 310px;
    float: left;
    padding-right: 15px;
}

.news_part .main_tit {
    width: 290px;
    height: 28px;
    background: url("../images/tit.gif") no-repeat;
    line-height: 28px;
    color: #ffffff;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.main_tit1 {
    width: 300px;
    height: 28px;
    line-height: 28px;
    color: #333333;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    background-color: #eaeaea;
    border-bottom: 2px solid #555555;
}

.news_part .main_tit a,
.news_part .main_tit1 a {
    display: block;
    position: absolute;
    right: 5px;
    color: #666666;
    top: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
}

.main_news {
    padding: 10px 0 0 0;
    height: auto;
    overflow: hidden;
}

.main_news h2 {
    color: #0273c1;
    font-size: 14px;
    padding-bottom: 5px;
}

.main_news h2 a {
    color: #0273c1;
    text-decoration: none;
}

.main_news h2 a:hover {
    text-decoration: underline;
}

.main_news img {
    float: left;
}

.main_news p {
    float: right;
    padding-left: 10px;
    width: 180px;
    height: 80px;
    line-height: 20px;
    color: #0273c1;
}

.main_lists_feed {
    padding: 10px;
}

.main_lists ul li {
    display: flex;
    justify-content: space-between;
}

.main_lists ul li span {
    flex: 0 0 auto;
    color: #999;
}

.main_lists ul li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main_lists li,
.main_lists_feed li {
    background: url("../images/li04.gif") no-repeat left center;
    padding-left: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_lists_feed {
    height: 490px;
    border: 1px solid #e3e3e3;

}

.main_lists_feed table td {
    height: 26px;
}

.main_lists_feed table input {
    height: 20px;
    border: 1px solid #e3e3e3;
}

.main_lists_feed table textarea {
    border: 1px solid #e3e3e3;
}

.main_lists_feed table img {
    float: left;
    padding-left: 10px;
}

.main_lists_feed table input {
    float: left;
}

.main_lists_feed table .inp_btn {
    margin: 0 auto;
    width: 130px;
}

.main_lists_feed table input.btn {
    width: 60px;
    height: 24px;
    text-align: center;
    background-color: #d20406;
    color: #ffffff;
    cursor: pointer;
    margin-top: 5px;
}

.main_lists_feed table input.btn1 {
    width: 60px;
    height: 24px;
    text-align: center;
    background-color: #666666;
    color: #ffffff;
    cursor: pointer;
    margin-top: 5px;
}

.main_lists_feed .img_box {
    clear: both;
    height: 165px;
    margin-bottom: 30px;
}

.main_lists_feed .img_box img {
    float: left;
    padding-right: 10px;
}

.main_lists_feed .img_box p {
    line-height: 22px;
}



.news_main .news_part:last-child {
    padding-right: 0;
}

.tit {
    width: 960px;
    height: 28px;
    border-bottom: 2px solid #0273c1;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #0273c1;
    line-height: 28px;
    clear: both;
}

.tit a {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
}

.pro_lists ul {
    padding-top: 10px;
}

.pro_lists li {
    width: 160px;
    height: 160px;
    float: left;
    padding-right: 40px;
}

.pro_lists li:nth-child(5n) {
    padding-right: 0;
}

.pro_lists li img {
    padding: 4px;
    border: 1px solid #e3e3e3;
}

.pro_lists li p {
    line-height: 24px;
    text-align: center;
    height: 48px;
    overflow: hidden;
    word-break: break-all;
}

/*企业链接*/
.company {
    clear: both;
    height: auto;
    overflow: hidden;
}

.company_con img {
    width: 85px;
    height: 39px;
}

.company_con a {
    float: left;
    width: 85px;
    height: 39px;
    margin-right: 12px;
    display: block;
    margin-top: 5px;
}

.company_con a:nth-child(10) {
    margin-right: 0;
}

.company_con a:nth-child(20) {
    margin-right: 0;
}

.com_tit {
    width: 960px;
    height: 24px;
    border-bottom: 2px solid #0273c1;
    line-height: 24px;
    color: #0273c1;
    font-weight: bold;
    font-size: 14px;
}

.com_link {
    clear: both;
    padding-top: 10px;
}

.com_link a {
    padding: 0 5px;
    line-height: 22px;
}

/*底部*/
.footer {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 2px solid #0273c1;
}

.footer img {
    margin: 0 auto;
}



.pro_lists li {
    height: auto;
}

.pro_lists li p.time {
    height: 24px;
    line-height: 24px;
    color: #999;
    text-align: left;
    margin-bottom: 5px;
}