@charset "utf-8";
@import url('flexslider.css');

/*公共部分*/
* {
    outline: none;
    margin: 0;
    padding: 0;
    font-family: 微软雅黑, Arial, Helvetica, sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

html {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll
}

body {
    margin: 0 auto;
    background-color: #fff;
    font-family: Microsoft YaHei
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 100
}

img {
    border: 0;
}

ul,
li {
    list-style: none
}

a:link,
a:visited {
    font-size: 12px;
    color: #4d4d4d;
    text-decoration: none;
    transition-property: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 微软雅黑, Arial, Helvetica, sans-serif
}

a:hover {
    font-size: 12px;
    color: #bf000a;
    text-decoration: underline;
    transition-property: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 微软雅黑, Arial, Helvetica, sans-serif
}

.all {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden
}

.wrapper {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    text-align: left
}

.clear,
.cb {
    clear: both;
    height: 1px
}

.od {
    overflow: hidden;
    display: block
}

.red {
    color: red
}

.red2 {
    color: #ba1019
}

.blank {
    height: 10px
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.none {
    display: none
}

.cen {
    text-align: center
}

.h10 {
    width: 100%;
    height: 10px
}

.h20 {
    height: 20px
}

.mt20 {
    margin-top: 20px
}

.of,
.of * {
    overflow: visible
}

.transparent {
    background-color: #000;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3
}

.vs,
.vs * {
    overflow: visible
}

.hd,
.hd div,
.hd ul,
.hd li,
.hd dl,
.hd dt,
.hd dd,
.hd h1,
.hd h2,
.hd h3,
.hd h4,
.hd h5,
.hd Table,
.hd tr,
.hd td {
    overflow: hidden
}

.shade {
    -webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333
}

.shade2 {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

.db {
    display: block
}

.mask {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 10000px;
    background-color: #fff;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6
}

.no_transition,
.no_transition *,
.no_transition a,
.no_transition a:link,
.no_transition a:visited,
.no_transition a:hover,
.no_transition a:active {
    transition-property: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.transition,
.transition *,
.transition a,
.transition a:link,
.transition a:visited,
.transition a:hover,
.transition a:active,
.transition a * {
    transition-property: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.img img {
    transition-property: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

a:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition-property: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal
}

.ovs {
    overflow: hidden
}

.loading {
    min-height: 150px;
    background: url(../images/loading-2.gif) center center no-repeat
}

.max1000 {
    max-width: 1000px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1000px":"");
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    padding: 1px;
    border-width: 1px;
    border-style: solid
}

.a {
    cursor: pointer
}

.a:hover {
    text-decoration: none
}

table {
    border-collapse: collapse
}

table td {
    border-width: 1px
}

/*header*/
.headerTop {
    width: 100%;
    height: 31px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4
}

.headerTop h2 {
    line-height: 31px;
    font-size: 12px;
    color: #4d4d4d
}

.headerBottom {
    width: 100%;
    height: 115px;
    background-color: #f0f0f0
}

header .logo {
    position: relative;
    z-index: 0;
    height: 105px;
    background-position: 2px 16px;
    background-repeat: no-repeat
}

header .logo .dh {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0
}

header .search {
    width: 226px;
    height: 22px;
    margin: 43px 0 0 763px;
    background: url(../images/topSearch.png) no-repeat
}

.searchText {
    width: 196px;
    height: 20px;
    margin-left: 8px;
    background: none;
    border: 0;
    line-height: 20px;
    font-size: 12px;
    color: #a8a8a8
}

.searchButton {
    width: 22px;
    height: 22px;
    background: none;
    border: 0;
    cursor: pointer
}

/*nav*/
nav {
    width: 100%;
    height: 50px;
    background-color: #ea0001
}

nav .li {
    position: relative;
    z-index: 999;
    width: 130px;
    height: 50px;
    margin-right: 8px
}

nav .li.li5 {
    margin-right: 0
}

nav .li .a {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px
}

nav .li .a:link,
nav .li .a:visited {
    font-size: 16px;
    color: #fff
}

nav .li .active:link,
nav .li .active:visited,
nav .li .a:hover {
    background-color: #cd0000;
    text-decoration: none;
    font-size: 16px;
    color: #fff
}

nav .dl {
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: url(../images/red.png)
}

nav dt {
    overflow: hidden;
    width: 100%;
    height: 30px
}

nav dt a {
    overflow: hidden !important;
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px
}

nav dt a:link,
nav dt a:visited {
    font-size: 14px;
    color: #fff
}

nav dt a:hover {
    background-color: #cd0000;
    text-decoration: none;
    font-size: 14px;
    color: #fff
}

/*footer*/
footer {
    width: 100%;
    background-color: #bf000a
}

footer .wrapper {
    padding: 23px 0;
    background: url(../images/footerLogo.png?1.1) right 53px no-repeat
}

footer .copyright {
    margin-left: 28px;
    line-height: 30px;
    font-size: 12px;
    color: #fff
}

footer .copyright a:link,
footer .copyright a:visited,
footer .copyright a:hover {
    font-size: 12px;
    color: #fff
}

/*index*/
.ih1 {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 34px;
    padding-bottom: 2px;
    background: url(../images/inews1.gif) left bottom no-repeat;
    line-height: 34px;
    text-indent: 0;
    font-size: 16px;
    color: #333;
    font-weight: bold
}

.ih1 a {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    font-family: 宋体;
    font-weight: 100
}

.ih1 a span {
    color: #e90000;
    font-family: 宋体
}

.index1 {
    margin-top: 22px
}

.index1 .inews {
    width: 315px;
    height: 417px
}

.index1 .inews .ih1 {
    height: 34px;
    padding-bottom: 2px;
    background: url(../images/inews1.gif) left bottom no-repeat;
    line-height: 34px;
    text-indent: 0;
    font-size: 16px;
    color: #333
}

.index1 .inews ul {
    margin: 11px 0
}

.index1 .inews li {
    width: 100%;
    height: 34px;
    line-height: 34px
}

.index1 .inews a:link,
.index1 .inews a:visited {
    font-size: 14px;
    color: #333
}

.index1 .inews a:hover {
    font-size: 14px;
    color: #e90000
}

.indexAd {
    margin: 16px 0 18px 0;
    text-align: center
}

.indexAd img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.index2 {
    width: 100%;
    margin-bottom: 9px
}

.index2 h2.fl {
    width: 104px;
    height: 20px;
    padding: 78px 0 8px 0;
    background: url(../images/notice.gif) no-repeat
}

.index2 h2.fl a {
    width: 100%;
    background-color: #e4000d;
    text-align: center;
    line-height: 20px
}

.index2 h2.fl a:link,
.index2 h2.fl a:visited,
.index2 h2.fl a:hover {
    font-size: 12px;
    color: #fff;
    font-family: 宋体
}

.index2 ul {
    width: 880px;
    height: 105px;
    background-color: #f5f5f5
}

.index2 li {
    width: 168px;
    height: 75px;
    padding: 15px 26px;
    line-height: 24px
}

.index2 li.li4 {
    border-right: 0
}

.index2 li span {
    color: #bf0008
}

.index3 .inews {
    width: 488px
}

.index3 .inews .ih1 a {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0
}

.index3 .inews li {
    width: 100%;
    height: 132px;
    border-bottom: 1px solid #e0e0e0
}

.index3 .inews li a {
    display: block;
    width: 100%;
    height: 117px;
    padding-top: 15px
}

.index3 .inews li a:hover {
    background-color: #f5f5f5;
    text-decoration: none
}

.index3 .inews li img {
    width: 148px;
    height: 99px;
    border: 1px solid #d4d4d2
}

.index3 .inews li .a:hover img {
    border-color: #e4000d
}

.index3 .inews li .text {
    width: 322px;
    margin-right: 2px
}

.index3 .inews li .title {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #424242
}

.index3 .inews li .body {
    width: 100%;
    margin-top: 3px;
    line-height: 24px;
    font-size: 12px;
    color: #4d4d4d
}

.index3 .inews li .body span {
    color: #bf000a
}

.index3 .inews li .a:hover .title {
    color: #bf000a
}

.index4 {
    margin: 12px 0 0 0
}

.index4 .ipics1 {
    width: 490px
}

.index4 .ipics1 .border {
    width: 574px;
    height: 198px;
    padding: 31px 0 0 10px
}

#pscroller1,
#pscroller2 {
    width: 495px;
    overflow: hidden
}

.index4 .ipics1 ul {
    width: 492px
}

.index4 .ipics1 li {
    width: 164px
}

.index4 .ipics1 img {
    width: 140px;
    height: 140px;
    margin-top: 10px;
    border: 1px solid #d4d4d2
}

.index4 .ipics1 .a:hover img {
    border-color: #e4000d
}

.index4 .ipics1 li span {
    width: 142px;
    height: 24px;
    margin-top: 14px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #4d4d4d
}

.index4 .ipics1 .a:hover span {
    color: #e4000d
}

.index4 .idoclist {
    width: 490px
}

.index4 .idoclist .border {
    width: 480px;
    height: 202px;
    padding: 28px 0 0 10px
}

.index4 .idoclist img {
    width: 142px;
    height: 200px;
    border: 1px solid #d4d4d2
}

.index4 .idoclist .a:hover img {
    border-color: #e4000d
}

.index4 .idoclist .text {
    width: 312px;
    margin-right: 10px
}

.index4 .idoclist .title {
    width: 100%;
    height: 26px;
    margin-top: 12px;
    line-height: 26px;
    font-size: 14px;
    color: #c10001
}

.index4 .idoclist .body {
    width: 100%;
    margin: 10px 0 23px 0;
    line-height: 24px;
    font-size: 12px;
    color: #4d4d4d
}

.index4 .idoclist .body span {
    color: #bf000a
}

.index4 .idoclist .a:hover .title,
.index4 .idoclist .a:hover .body span {
    text-decoration: underline
}

.index4 .idoclist .download {
    width: 140px;
    height: 36px;
    background-color: #e90000;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    _moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    -ms-border-radius: 10px
}

.index5 {
    margin: 20px 0 0 0
}

.index5 .ipics1 {
    width: 490px
}

.index5 .ipics1 .border {
    width: 574px;
    height: 198px;
    padding: 31px 0 0 10px
}

.index5 .ipics1 ul {
    width: 492px
}

.index5 .ipics1 li {
    width: 164px
}

.index5 .ipics1 img {
    width: 140px;
    height: 140px;
    margin-top: 10px;
    border: 1px solid #d4d4d2
}

.index5 .ipics1 .a:hover img {
    border-color: #e4000d
}

.index5 .ipics1 li span {
    width: 142px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 12px;
    color: #4d4d4d
}

.index5 .ipics1 .a:hover span {
    color: #e4000d
}

.index5 .inews2 {
    width: 230px;
    margin-left: 25px
}

.index5 .inews2.first {}

.index5 .inews2.second ul {
    width: 100%
}

.index5 .inews2 .ih1 a {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0
}

.index5 .inews2 li {
    width: 100%;
    height: 37px;
    padding-bottom: 1px;
    background: url(../images/line1.png) left bottom repeat-x;
    line-height: 37px
}

.index5 .inews2 li.li6 {
    background: none
}

.index6 {
    margin: 4px 0 20px 0
}

.index6 .ih1,
.index7 .ih1 {
    margin-bottom: 10px;
    background: none;
    border-bottom: 1px solid #c0c0c0
}

.index6 div {
    width: 100%;
    border-bottom: 2px solid #e90000
}

.index6 div a {
    height: 35px;
    padding: 0 24px;
    text-align: center;
    line-height: 35px
}

.index6 div a:link,
.index6 div a:visited,
.index6 div a:hover {
    text-decoration: none;
    font-size: 14px;
    color: #333
}

.index6 div a.active:link,
.index6 div a.active:visited {
    background-color: #e90000;
    text-decoration: none;
    font-size: 14px;
    color: #fff
}

.index7 .p1 {
    width: 100%;
    margin: 10px 0
}

.index7 .p1>div {
    width: 1005px;
    height: 72px;
    line-height: 70px
}

.index7 .p1 img {
    margin: 0 0 10px 0
}

/*
.index7 .aimg1{width:114px;height:72px}
.index7 .aimg2{width:145px;height:72px}
.index7 .aimg3{width:130px;height:72px}
.index7 .aimg4{width:133px;height:72px}
.index7 .aimg5{width:120px;height:72px}
.index7 .aimg6{width:118px;height:72px}
.index7 .aimg7{width:240px;height:72px}
.index7 .bimg1,.index7 .bimg1 img{width:121px;height:72px}
.index7 .bimg2,.index7 .bimg2 img{width:125px;height:72px}
.index7 .bimg3,.index7 .bimg3 img{width:147px;height:72px}
.index7 .bimg4,.index7 .bimg4 img{width:88px;height:72px}
.index7 .bimg5,.index7 .bimg5 img{width:96px;height:72px}
.index7 .bimg6,.index7 .bimg6 img{width:149px;height:72px}
.index7 .bimg7,.index7 .bimg7 img{width:128px;height:72px}
.index7 .bimg8{width:146px;height:72px}
.index7 .cimg1{width:135px;height:72px}
.index7 .cimg2{width:132px;height:72px}
.index7 .cimg3{width:109px;height:72px}
.index7 .cimg4{width:117px;height:72px}
.index7 .cimg5{width:130px;height:72px}
.index7 .cimg6{width:148px;height:72px}
.index7 .cimg7{width:121px;height:72px}
.index7 .cimg8{width:108px;height:72px}
*/
#cyjg li {
    display: inline-block;
    height: 72px;
    line-height: 72px;
    padding: 0 10px;
}

#cyjg li img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.index7 img {}

.index7 a:hover img {
    border-color: #e4000d
}

.index7 .p1 ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index7 .p1 ul li {
    padding: 0 5px;
}

.index7 .p1 img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.index8 {
    margin: 20px 0
}

.index8 .ih1 {
    background: none;
    margin-bottom: 20px
}

.index8 a {
    font-size: 14px
}

/*other*/
.banner {
    width: 1000px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 7px;
    text-align: center
}

.banner img {
    display: block;
    max-width: 100%;
    _width: 100%;
    margin: 0 auto
}

.otherMain {
    overflow: hidden;
    margin: 0 auto
}

/*sidebar*/
.sidebar {
    width: 200px
}

.sidebarTop {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 46px;
    background: url(../images/ih1.png) left center no-repeat;
    border-bottom: 1px solid #d3d3d3;
    line-height: 46px;
    text-indent: 11px;
    font-size: 16px;
    font-weight: bold;
    color: #272727
}

.sidebar ul {
    width: 180px;
    margin: 16px 0
}

.sidebar .li1 {
    width: 100%;
    height: 35px;
    margin-bottom: 11px
}

.sidebar .li1 .a {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 32px;
    text-align: center;
    line-height: 32px
}

.sidebar .li1 .a:link,
.sidebar .li1 .a:visited {
    font-size: 15px;
    color: #333
}

.sidebar .li1 .a:hover,
.sidebar .li1 .a.active:link,
.sidebar .li1 .a.active:visited {
    background-color: #e90000;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -khtml-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    text-decoration: none;
    font-size: 15px;
    color: #fff
}

.sidebar .li2 {
    width: 120px;
    margin-bottom: 10px
}

.sidebar .li2 dt {
    width: 100%;
    height: 25px;
    margin-bottom: 5px
}

.sidebar .li2 dt .a2 {
    position: relative;
    z-index: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-indent: 38px
}

.sidebar .li2 dt .a2:before {
    content: '';
    position: absolute;
    z-index: 999;
    top: 11px;
    left: 31px;
    width: 2px;
    height: 2px;
    background-color: #575757
}

.sidebar .li2 dt .a2:link,
.sidebar .li2 dt .a2:visited {
    font-size: 12px;
    color: #585757
}

.sidebar .li2 dt .a2:hover,
.sidebar .li2 dt .a2.active:link,
.sidebar .li2 dt .a2.active:visited {
    background-color: #f95959;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -khtml-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
}

.sidebar .li2 dt .a2:hover:before,
.sidebar .li2 dt .a2.active:link:before,
.sidebar .li2 dt .a2.active:visited:before {
    background-color: #fff
}

.sidebar .li3 {
    width: 181px;
    margin-bottom: 10px
}

.sidebar .li3 a {
    cursor: pointer;
    display: block;
    width: 179px;
    height: 23px;
    line-height: 23px;
    text-indent: 54px
}

.sidebar .li3 a:link,
.sidebar .li3 a:visited {
    font-size: 12px;
    color: #8e8e8e
}

.sidebar .li3 a:hover,
.sidebar .li3 .active:link,
.sidebar .li3 .active:visited {
    text-decoration: none;
    font-size: 12px;
    color: #1a1c71
}

/*main content*/
.mainContent {
    overflow: hidden;
    width: 778px;
    margin-bottom: 16px
}

.mh1 {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 46px;
    background: url(../images/ih1.png) left center no-repeat;
    border-bottom: 1px solid #d3d3d3;
    line-height: 46px;
    text-indent: 11px;
    font-size: 16px;
    font-weight: bold;
    color: #272727
}

.mh1 .pos {
    position: absolute;
    z-index: 999;
    top: 1;
    right: 0;
    font-size: 12px;
    font-weight: 100;
    color: #585757
}

.mainContent .border {}

.introduction {
    padding: 20px;
    text-align: justify;
    line-height: 34px;
    font-size: 16px;
    color: #4d4d4d
}

.introduction div,
.introduction p {
    font-size: 16px;
    color: #4d4d4d
}

.introduction img {
    max-width: 100% !important;
    height: auto !important;
}

.mainContent .sort {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 5px;
    background: url(../images/line1.png) left bottom repeat-x
}

.mainContent .sort a {
    width: 137px;
    height: 33px;
    margin: 0 8px 16px 0;
    border: 1px solid #d4d4d4;
    text-align: center;
    line-height: 33px
}

.mainContent .sort select {
    display: inline-block;
    line-height: 33px;
    border: 1px solid #d4d4d4;
    height: 35px;
    background-color: #fff;
    padding: 0 8px;
}

.mainContent .sort a:link,
.mainContent .sort a:visited {
    font-size: 14px;
    color: #272727
}

.mainContent .sort a:hover,
.mainContent .sort a.active:link,
.mainContent .sort a.active:visited {
    background-color: #c10001;
    text-decoration: none;
    font-size: 14px;
    color: #fff
}

.articleTitle {
    overflow: hidden;
    width: 100%;
    padding: 12px 0;
    background: url(../images/line1.gif) left bottom repeat-x;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 10px 0
}

.articleName {
    font-weight: bold
}

.articleTime {
    width: 100%;
    text-align: center;
    line-height: 38px;
    font-size: 12px;
    color: #b0b0b0
}

.articleDes {
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #303030
}

.articlePic {
    width: 100%
}

.articlePic img {
    max-width: 100%
}

.articlePage {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #e7e7e7;
    line-height: 25px;
    font-size: 12px;
    color: #ea5413
}

.articlePage h2 {
    line-height: 25px;
    font-size: 12px;
    color: #ea5413
}

.back {
    line-height: 43px
}

.back a:link,
.back a:visited,
.back a:hover {
    font-size: 14px;
    color: #0270b7
}

.downlist li {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 48px;
    padding-bottom: 1px;
    background: url(../images/line1.gif) left bottom repeat-x;
    line-height: 48px
}

.downlist a:link,
.downlist a:visited {
    font-size: 12px;
    color: #585757
}

.downlist a:hover {
    font-size: 12px;
    color: #bf000a
}

.downlist span {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    font-size: 12px;
    color: red
}

.downlist .a:hover span {
    color: #026eb4
}

/*新闻列表*/
.newslist {
    width: 100%
}

.newslist li {
    position: relative;
    z-index: 0;
    height: 43px;
    padding-bottom: 1px;
    background: url(../images/line1.png) left bottom repeat-x;
    line-height: 43px
}

.newslist li:last-child {
    background: none
}

.newslist .a:link,
.newslist .a:visited {
    font-size: 12px;
    color: #585757
}

.newslist .a:hover,
.newslist .a:hover .addtime {
    text-decoration: none;
    font-size: 12px;
    color: #bf000a
}

.newslist .addtime {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #585757
}

.newslist .title {
    height: 43px;
    margin-right: 19px;
    line-height: 43px
}

.newslist .zw {
    height: 830px;
    margin-right: 19px;
    line-height: 43px
}

.newslist .a.active:link,
.newslist .a.active:visited,
.newslist .a.active:link .addtime,
.newslist .a.active:visited .addtime {
    color: #bf000a
}

.recommendNews {
    width: 758px;
    margin: 4px 17px 0 17px;
    padding: 15px 0;
    background: url(../images/line1.png) left bottom repeat-x
}

.recommendNews img {
    width: 179px;
    height: 97px;
    border: 1px solid #d4d4d2
}

.recommendNews .a:hover img {
    border-color: #e4000d
}

.recommendNews .text {
    width: 555px;
    margin-right: 2px
}

.recommendNews .title {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #272727
}

.recommendNews .body {
    width: 100%;
    margin-top: 3px;
    line-height: 24px;
    font-size: 12px;
    color: #4d4d4d
}

.recommendNews .body span {
    color: #bf000a
}

.recommendNews .a:hover .title,
.recommendNews .a:hover .body span {
    color: #bf000a
}

/*图片列表*/
.picslist {
    width: 760px;
    margin: 16px 0 0 17px
}

.picslist li {
    width: 190px;
    height: 228px
}

.picslist img {
    width: 170px;
    height: 170px;
    border: 1px solid #d4d4d4
}

.picslist .a:hover img {
    border-color: #bf000a
}

.picslist .title {
    width: 172px;
    height: 29px;
    margin-top: 18px;
    text-align: center;
    line-height: 29px;
    font-size: 12px;
    color: #4d4d4d
}

.picslist .a:hover .title {
    color: #bf000a
}

/*图片文字列表(左图右文字)*/
.picstextlist {
    width: 756px;
    margin: 3px 17px
}

.picstextlist li {
    padding: 15px 0;
    background: url(../images/line1.png) left bottom repeat-x
}

.picstextlist li:last-child {
    background: none
}

.picstextlist li img {
    width: 179px;
    height: 112px;
    border: 1px solid #d4d4d2
}

.picstextlist li .a:hover img {
    border-color: #e4000d
}

.picstextlist li .text {
    width: 555px;
    margin-right: 2px
}

.picstextlist li .title {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #272727
}

.picstextlist li .body {
    width: 100%;
    margin-top: 3px;
    line-height: 24px;
    font-size: 12px;
    color: #4d4d4d
}

.picstextlist li .body span {
    color: #bf000a
}

.picstextlist li .a:hover .title,
.picstextlist li .a:hover .body span {
    color: #bf000a
}

/*图片链接*/
.aborder {
    margin: 11px 0
}

.picslink {
    width: 1013px;
    margin: 23px 0
}

.picslink img {
    height: 65px;
    margin: 0 10px 14px 0;
    border: 1px solid #d4d4d4
}

.picslink a:hover img {
    border-color: #e4000d
}

/*网站地图*/
.sitemap {}

.sitemap dl {
    width: 100%
}

.sitemap dt {
    width: 932px;
    padding: 0 34px;
    background-color: #d8dfe7;
    line-height: 44px
}

.sitemap dt a:link,
.sitemap dt a:visited {
    font-size: 14px;
    color: #272727;
    font-weight: bold
}

.sitemap dt a:hover {
    font-size: 14px;
    color: #bf000a;
    font-weight: bold
}

.sitemap dd {
    width: 932px;
    padding: 34px 34px 0 34px;
    margin-bottom: 34px;
    background-color: #fafafa;
    line-height: 44px
}

.sitemap dd a {
    height: 44px;
    line-height: 44px;
    margin-right: 70px
}

.sitemap dd a:link,
.sitemap dd a:visited {
    font-size: 14px;
    color: #272727
}

.sitemap dd a:hover {
    font-size: 14px;
    color: #bf000a
}

/*论坛成果*/
.resultlist {
    width: 755px;
    margin: 1px 0 0 21px
}

.resultlist li {
    padding: 21px 0;
    background: url(../images/line1.png) left bottom repeat-x
}

.resultlist li:last-child {
    background: none
}

.resultlist img {
    width: 178px;
    height: 251px;
    border: 1px solid #d4d4d2
}

.resultlist .a:hover img {
    border-color: #e4000d
}

.resultlist .text {
    width: 555px
}

.resultlist .title {
    width: 100%;
    height: 26px;
    margin-top: 12px;
    line-height: 26px;
    font-size: 14px;
    color: #c10001
}

.resultlist .body {
    width: 100%;
    margin: 10px 0 23px 0;
    line-height: 24px;
    font-size: 12px;
    color: #4d4d4d
}

.resultlist .body span {
    color: #bf000a
}

.resultlist .a:hover .title,
.resultlist .a:hover .body span {
    text-decoration: underline
}

.resultlist .download {
    width: 140px;
    height: 36px;
    margin-top: 48px;
    background-color: #e90000;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    _moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    -ms-border-radius: 10px
}

.result {
    width: 886px;
    margin: 15px 20px
}

.resultTitle {
    margin-bottom: 9px;
    line-height: 27px;
    font-size: 16px;
    color: #272727
}

.resultAuthor {
    line-height: 30px;
    text-indent: 3px;
    font-size: 12px;
    color: #4d4d4d
}

.resultAuthor span {
    font-size: 12px;
    font-weight: bold;
    color: #bf000a
}

.resultDay {
    line-height: 30px;
    text-indent: 3px;
    font-size: 12px;
    color: #4d4d4d
}

.resultDay span {
    font-size: 12px;
    color: #bf000a
}

.resultKeyword {
    width: 842px;
    margin-top: 12px;
    padding: 10px 21px;
    border: 1px solid #d7d7d7;
    line-height: 30px;
    font-size: 12px;
    color: #4d4d4d
}

.resultKeyword span {
    font-size: 12px;
    font-weight: bold;
    color: #bf000a
}

.resultBody {
    width: 842px;
    margin-top: 16px;
    padding: 10px 21px;
    border: 1px solid #d7d7d7;
    line-height: 30px;
    font-size: 12px;
    color: #4d4d4d
}

.resultBody span.red {
    font-size: 12px;
    font-weight: bold;
    color: #bf000a
}

.mainContent .result {
    width: 100%
}

.mainContent .resultKeyword,
.mainContent .resultBody {
    width: 712px
}

/*论坛构成*/
.forumClassname {
    width: 750px;
    margin: 0 0 0 17px;
    padding: 18px 0;
    background: url(../images/line1.png) left bottom repeat-x
}

.forumClassname .classname {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    height: 25px;
    padding: 0 20px;
    background-color: #e90000;
    text-align: center;
    line-height: 23px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px
}

.forumClassname .classname:link,
.forumClassname .classname:visited,
.forumClassname .classname:hover {
    font-size: 14px;
    color: #fff
}

.forumClassname .download {
    width: 300px;
    height: 28px;
    margin-left: 28px;
    line-height: 28px
}

.forumClassname .download:link,
.forumClassname .download:visited {
    text-decoration: underline;
    font-size: 14px;
    color: #e90000
}

.forumClassname .download:hover {
    font-size: 14px;
    color: #c10001
}

.articlePhoto {
    margin-top: 34px;
    width: 100%;
    text-align: center
}

.articlePhoto img {
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #cdd4dc
}

.articleName {
    width: 100%;
    margin-top: 11px;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    color: #4d4d4d
}

.aboutArticle {
    width: 100%;
    margin: 0;
    padding: 0
}

.aboutArticle .newslist {
    width: 100%
}

.resultBody .download {
    width: 140px;
    background-color: #c10001;
    text-align: center;
    line-height: 36px
}

.resultBody .download:link,
.resultBody .download:visited,
.resultBody .download:hover {
    font-size: 14px;
    color: #fff;
    font-weight: bold
}

.forumlist {
    margin: 14px 18px;
    width: 812px;
}

.forumlist a {
    width: 116px;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    color: #4d4d4d;
    text-indent: 24px;
    background: url(../images/i1.gif) left center no-repeat
}

.forumlist a:hover {
    color: #e90000
}

.forumNotice {
    margin-top: 12px;
    line-height: 24px;
    font-size: 14px;
    color: #4d4d4d;
    text-indent: 18px
}

/*邮件订阅*/
.sidebarTop2 {
    width: 180px;
    height: 30px;
    background-color: #e90000;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -khtml-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0
}

.guestbook {
    width: 180px;
    margin-bottom: 25px;
    padding-top: 5px
}

.guestbook li {
    margin: 0 0 15px 8px
}

.guestbook .wbk {
    width: 160px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    text-indent: 6px;
    line-height: 20px;
    font-size: 12px;
    color: #353535
}

.guestbook .wbk2 {
    width: 87px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    text-indent: 6px;
    line-height: 20px;
    font-size: 12px;
    color: #353535
}

.guestbook .btnSubmit {
    width: 78px;
    height: 26px;
    margin-left: 43px;
    background-color: #e90000;
    border: 0;
    border-bottom: 3px solid #b60000;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -khtml-border-radius: 8px;
    -o-border-radius: 8px
}

.up {
    display: none;
    position: fixed;
    z-index: 99999111;
    _position: absolute;
    _bottom: expression(eval(document.documentElement.scrollTop+300));
    right: 5px;
    bottom: 50px;
    width: 35px;
    height: 34px;
    background: url(../images/up.gif) no-repeat #d8000a;
    border: 1px solid #e0d1bc;
    cursor: pointer
}

.floatWeixin {
    position: fixed;
    z-index: 99999111;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+240));
    right: 5px;
    top: 240px;
    width: 140px;
    height: 175px;
    background-color: #fff;
    border: 1px solid #d9d9d9
}

.floatWeixin div {
    position: relative;
    z-index: 0;
    width: 140px;
    height: 175px;
    overflow: hidden
}

.floatWeixin .close {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: url(../images/close.gif) no-repeat;
    cursor: pointer
}

.floatWeixin img {
    width: 99px;
    margin: 33px 0 0 21px
}

.floatWeixin p {
    width: 99px;
    margin: 10px 0 0 21px;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    color: #4d4d4d
}

.floatQQ {
    position: fixed;
    z-index: 99999111;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+240));
    left: 5px;
    top: 240px;
    width: 93px
}

.floatQQ .h1 {
    width: 100%;
    height: 121px;
    background: url(../images/qq.png) no-repeat
}

.floatQQ .h2 {
    width: 100%;
    height: 6px;
    background: url(../images/qq.png) 0 -170px no-repeat
}

.floatQQ .qq {
    width: 100%;
    height: 30px;
    background: url(../images/qq.png) 0 -121px no-repeat
}

.floatQQ .qq img {
    margin-left: 7px
}

/*分页*/
.pages {
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    line-height: 28px;
    font-size: 0;
    color: #333
}

.pages a,
.pages span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 28px;
    margin-right: 10px;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    line-height: 28px;
    font-size: 12px;
}

.pages a.active {
    background-color: #bf000a;
    color: #fff
}

.pages .red {
    background-color: #bf000a;
    color: #fff
}