@charset "utf-8";
#hl-global {
    min-width: 1400px;
}

.hl-top {
    width: 1400px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.hl-logo {
    float: left;
    padding-top: 24px;
}

.hl-logo img {
    width: 606px;
    height: 102px;
}

.hl-search {
    float: right;
    width: 510px;
    margin-top: 50px;
}

.search-box {
    background: #e8ecf0;
    border-radius: 3px;
    height: 50px;
    overflow: hidden;
}

.textfield {
    width: 394px;
    padding-left: 14px;
    padding-right: 14px;
    height: 50px;
    line-height: 50px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.search-box .search-btn {
    float: right;
    width: 88px;
    height: 50px;
    border-radius: 3px;
    background: #2a375f url(../images/search.png) no-repeat center;
	cursor:pointer;
}


/*nav*/

.box {
    height: 60px;
    background-color: #2a375f;
}

.nav {
    width: 1400px;
    padding: 0;
    margin: 0 auto;
}

.nav .nav-group {
    float: left;
    width: 120px;
    height: 60px;
    margin-left: 8px;
    line-height: 60px;
    position: relative;
}

.nav li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.nav li a:hover {
    background: #b37e2a;
}

.nav li .sub-menu {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    width: 100%;
    background: #c6974e;
    z-index: 99;
}

.nav li .sub-menu {
    color: #fff;
    font-size: 16px;
}

ul.nav>li h3:hover,
.choice {
    background: #b37e2a !important;
}

ul>li.on .sub-menu {
    display: block;
}

ul.nav>li>ul>.sub {
    height: 50px;
    width: 100%;
    text-align: center;
}

ul.nav>li>ul>.sub a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*main*/

.hl-carousel {
    width: 100%;
    height: 556px;
    overflow: hidden;
}

.hl-carousel .carousel {
    position: relative;
    width: 100%;
    height: 556px;
    float: left;
}

.hl-carousel .carousel img {
    width: 100%;
    height: 556px;
}

.hl-carousel .carousel .neirong font a:link {
    color: #fff;
    font-size: 14px;
    font-family: "microsoft yahei";
}

.hl-carousel .carousel .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000;
}

.hl-carousel .carousel .fcon img {
    display: block;
}

.hl-carousel .carousel .fbg {
    top: 50%;
    right: 30px;
    position: absolute;
    width: 14px;
    text-align: center;
    z-index: 200;
    margin-top: -27px;
    overflow: hidden;
}

.hl-carousel .carousel .D316fBt a {
    position: relative;
    width: 14px;
    height: 14px;
    margin: 2px 0px;
    text-decoration: none;
    text-align: center;
    border-radius: 100%;
    float: left;
    background: #fff;
}

.hl-carousel .carousel .D316fBt a:hover {
    cursor: pointer;
    background: #0059d3;
}

.hl-carousel .carousel .D316fBt .current {
    background: #0059d3;
}


/*headline*/

.hl-headline {
    width: 1400px;
    height: 100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#ccffffff, endcolorstr=#ccffffff);
    margin: 0 auto;
    margin-top: -100px;
    position: relative;
    z-index: 2;
    font-size: 0;
}

.hl-headline .title {
    display: block;
    background: url(../images/tt.png) no-repeat 34px center;
    padding-left: 200px;
    padding-right: 200px;
    line-height: 100px;
    text-align: center;
    font-size: 34px;
    color: #18254e;
    text-decoration: none;
}


/*news*/

.hl-news {
    width: 1400px;
    height: 440px;
    margin: 0 auto;
    overflow: hidden;
}


/*left*/

.left {
    float: left;
    width: 620px;
}

.tabbar2 .tab {
    height: 70px;
}

.tabbar2 .tab li {
    list-style: none;
    float: left;
    text-align: left;
    line-height: 70px;
    height: 70px;
}

.tabbar2 .tab li a {
    display: block;
    text-decoration: none;
    font-size: 30px;
    font-family: "SimHei";
    color: #000;
    width: 160px;
    font-weight: bold;
}

.tabbar2 .tab .current a {
    color: #d22420;
}

.tabbar2 .tab .other a {
    color: #2a375f;
}

.tabbar2 .content {
    border-top: none;
}

.tabbar2 .content .current {
    display: block;
}

.tabbar2 .content .other {
    display: none;
}

.newlist ul .first {
    height: 148px;
    background: none;
    padding-left: 0px;
    padding-bottom: 15px;
}

.newlist ul .first .title a {
    color: #2a375f;
    font-size: 23px;
    text-align: left;
    line-height: 30px;
    overflow: hidden;
    display: block;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newlist ul .first .title a:hover{
	color:#d22420;
}
.newlist ul li {
    text-align: left;
    list-style: none;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.newlist ul li a:link {
    color: #2a375f;
    text-decoration: none;
}

.newlist ul li a:visited {
    color: #2a375f;
    text-decoration: none
}

.newlist ul .first:hover {
    background: none;
}

.newlist ul li a:hover {
    color: #d22420;
}

.newlist li .xa_time {
    color: #4e5876;
    float: right;
    background: url(../images/time.png) no-repeat 15px center;
    font-size: 15px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.newlist ul .first {
    border-bottom: 1px dashed #dadada;
    margin-bottom: 10px;
}

.newlist ul .first .title {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}

.newlist ul .first .more {
    height: 48px;
    text-align: right;
}

.newlist ul .first .more .evenmore {
    padding: 8px;
    background: #2a375f;
    color: #fff;
}

.newlist ul .first .title .time {
    float: left;
    width: 130px;
    height: 100px;
    border-right: 1px solid #d0d9df;
    text-align: center;
    font-family: "SimHei";
    color: #2a375f;
}

.newlist ul .first .title .time .month {
    font-size: 28px;
    height: 60px;
    line-height: 60px;
	font-weight:bold;
}

.newlist ul .first .title .time .year {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}

.newlist ul .first .title .titless {
    float: right;
    width: 455px;
    height: 100px;
}

.newlist ul .first .title .titless .content span A {
    color: #0097f8;
    text-decoration: none;
    font-size: 14px;
}

.newlist ul .first .title .content {
    color: #4f5052;
    font-size: 15px;
    line-height: 30px;
    padding-top: 10px;
    text-indent: 2em;
}

.right {
    float: right;
    margin-top: 36px;
}

.tahc_slide {
    position: relative;
    width: 740px;
    height: 368px;
    float: left;
}

.tahc_slide img {
    width: 740px;
    height: 368px;
}

.tahc_slide .shadow .title {
    width: 368px;
    height: 30px;
    padding-top: 20px;
    color: #fff;
}

.tahc_slide .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.tahc_slide .neirong font a:link {
    color: #fff;
    font-size: 14px;
    font-family: "microsoft yahei";
}

.tahc_slide .shadow {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    height: 73px;
    line-height: 55px;
    display: block;
    text-align: center;
    background: url(../images/tmbgimg.png) no-repeat;
}

.tahc_slide .shadow a {
    display: block;
    width: 740px;
    height: 45px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: "microsoft yahei";
    overflow: hidden;
}

.tahc_slide .shadow a b {
    font-weight: normal;
}

.tahc_slide .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000;
}

.tahc_slide .fcon img {
    display: block;
}

.tahc_slide .fbg {
    bottom: 10px;
    left: 50%;
    position: absolute;
    height: 14px;
    text-align: center;
    z-index: 200;
    margin-left: -50px;
}

.tahc_slide .fbg div {
    margin: 0px;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.tahc_slide .D1fBt a {
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 2px;
    border-radius: 100%;
    text-decoration: none;
    text-align: center;
    float: left;
    background: #fff;
}

.tahc_slide .D1fBt .current {
    background: #3583c5;
}

.tahc_slide .D1fBt img {
    display: none
}

.tahc_slide .D1fBt i {
    display: none;
    font-style: normal;
}

.tahc_slide .prev {
    position: absolute;
    bottom: 15px;
    z-index: 10;
    margin-top: 10px;
    left: 25px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
}

.tahc_slide .next {
    position: absolute;
    bottom: 15px;
    z-index: 10;
    margin-top: 10px;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
}


/*product*/

.hl-product {
    height: 284px;
    background-color: #f8f9fa;
    overflow: hidden;
}

.product {
    width: 1400px;
    height: 284px;
    margin: 0 auto;
}

.notice {
    float: left;
    width: 620px;
    height: 284px;
	overflow:hidden;
}

.outframe {
    display: block;
    text-decoration: none;
}

.outframe .more {
    float: right;
    width: 32px;
    height: 90px;
    background: url(../images/jia.png) no-repeat center;
}

.outframe .title {
    height: 90px;
    line-height: 90px;
    color: #2a375f;
    font-size: 24px;
    font-weight: normal;
}

.products {
    float: right;
    width: 740px;
	overflow:;
}

.pro-ul li {
    list-style: none;
    float: left;
    height: 68px;
    line-height: 68px;
    width: 210px;
    margin: 0px 0px 22px 22px;
}

.pro-ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
    text-indent: 32px;
    font-size: 16px;
    color: #2a375f;
    background-color: #fff;
    font-family: "microsoft yahei";
    border: 1px solid #cfdde9;
}

.pro-ul #li002 a {
    background: #fff url(../images/pro2.png) no-repeat 60px center;
}

.pro-ul #li003 a {
    background: #fff url(../images/pro3.png) no-repeat 100px center;
}

.pro-ul #li004 a {
    background: #fff url(../images/pro4.png) no-repeat 60px center;
}

.pro-ul #li005 a {
    background: #fff url(../images/pro5.png) no-repeat 60px center;
}

.pro-ul #li003 {
    width: 276px;
}

.pro-ul #li006 {
    width: 276px;
}

.pro-ul li a:hover {
    color: #fff;
    background-color: #2a375f;
}

.pro-ul .lifan a {
    color: #fff;
    background: #2a375f url(../images/pro11.png) no-repeat 40px center;
}

.noticelist {
    width: 620px;
    height: 172px;
    overflow: hidden;
}

.noticelist li {
    float: left;
    width: 300px;
    height: 68px;
    border: 1px solid #e3ebf1;
    margin: 0px 0px 16px 16px;
}
.noticelist li a{
	 color: #2a375f;
	 text-decoration:none;
}
.noticelist li a:hover{
	color:#d22420;
	 
}
.noticelist li .time {
    float: left;
    width: 80px;
    text-align: center;
    color: #2a375f;
}

.noticelist .title {
    float: left;
    width: 190px;
    padding: 10px 10px 10px 20px;
    line-height: 24px;
    background: url(../images/notice.png) no-repeat left center;
    font-size: 16px;
  
}

.noticelist .time .day {
    font-size: 28px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-top: 10px;
}

.noticelist .time .year {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}


/*enterprise*/

.hl-enterprise {
    width: 1400px;
    height: 324px;
    margin: 0 auto;
    overflow: hidden;
}

.into-enterprise {
    width: 620px;
    height: 324px;
    float: left;
    background: url(../images/zjqy.png) no-repeat center;
}

.enterprise-ul {
    width: 384px;
    height: 216px;
    margin-top: 34px;
    margin-left: 196px;
    padding: 26px 20px 20px;
    overflow: hidden;
}

.enterprise-ul li {
    float: left;
    width: 183px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 0px 0px 12px 18px;
}


.enterprise-ul li a {
    display: block;
    text-decoration: none;
    color: #2a375f;
    font-size: 18px;
    background: url(../images/tmbj.png) no-repeat center;
}
.enterprise-ul li:last-child{width:100%;}
.enterprise-ul li a:last-child{background: url(../images/tmbj.png) repeat-x center;}
.enterprise-ul li a:hover{
	 color: #d22420;
}
.party {
    float: right;
    width: 740px;
    height: 284px;
    overflow: hidden;
}

.tabmore .group {
    position: relative;
    height: 60px;
    overflow: hidden;
    margin-top: 20px;
}

.tabmore .group li {
    float: left;
    text-align: center;
    height: 60px;
    line-height: 60px;
    list-style: none;
    width: 170px;
}

.tabmore .group li a {
    display: block;
    color: #2a375f;
    font-size: 24px;
    text-decoration: none;
}

.tabmore .group .item1 {
    background: url(../images/party.png) no-repeat left center;
}

.tabmore .group .item2 {
    background: url(../images/production.png) no-repeat left center;
}
.tabmore .group .item3 {
    background: url(../images/learning-world.png) no-repeat left center;
}


.tabmore .group li.other1 .more {
    display: none;
}

.tabmore .group li.current1 .more {
    display: block;

}

.tabmore .group li.other2 .more {
    display: none;
}

.tabmore .group li.current2 .more {
    display: block;

}
.tabmore .group li.other3 .more {
    display: none;
}

.tabmore .group li.current3 .more {
    display: block;

}


.tabmore .group li.current1 a {
    color:#d22420;

}


.tabmore .group li.current2 a {
    color:#d22420;

}


.tabmore .group li.current3 a {
     color:#d22420;


}


.tabmore .group li.current2  {
     background:url(../images/production2.png) no-repeat left center;

}


.tabmore .group li.current3  {
      background:url(../images/learning-world2.png) no-repeat left center;


}

.tabmore .content .current {
    display: block;
	color:#d22420;
}

.tabmore .content .other {
    display: none;
}

.tabmore .more {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 45px;
    background: url(../images/jia.png) no-repeat center;
}

.tabmore .more a {
    color: #6f6f6f;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
}

.tabmore .group li .more a {
    color: #6f6f6f
}

.tablist ul li {
    text-align: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
	background:url(../images/fc-icon.png) no-repeat left center;
	padding-left:15px;
}

.tablist ul li a:link {
    color: #2a375f;
    text-decoration: none;
}

.tablist ul li a:visited {
    color: #2a375f;
    text-decoration: none;
}

.tablist ul li a:hover {
    color: #d22420;
}

.tablist li span {
    float: right;
    color: #383838;
    font-size: 16px;
}


/*topic*/

.hl-topic {
    width: 1400px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
}

.banner .focus {
    position: relative;
    width: 1400px;
    height: 120px;
    float: left;
}

.banner .focus img {
    width: 1400px;
    height: 120px;
}

.banner .focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner .focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.banner .focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

.banner .focus .fcon img {
    display: block;
}

.banner .focus .prev,
.focus .next {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 70%;
    cursor: pointer;
}

.banner .focus .prev {
    right: 50px;
    background: url(../images/left-btn.png) no-repeat center;
}

.banner .focus .next {
    right: 10px;
    background: url(../images/right-btn.png) no-repeat center;
}


/*hl-scrollimg*/

.hl-scrollimg {
    width: 1400px;
    height: 400px;
    margin: 0 auto;
}

.hl-scrollimg .imgtop {
    HEIGHT: 100px;
    WIDTH: 1400px;
    MARGIN: 0px auto;
    padding-top: 20px;
}

.hl-scrollimg .imggroup {
    position: relative;
    HEIGHT: 275px;
    WIDTH: 1400px;
    MARGIN: 0px auto;
}

.hl-scrollimg .imgs {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.hl-scrollimg .arrow1 {
    position: absolute;
    top: 100px;
    left: 0;
}

.hl-scrollimg .arrow1 img {
    width: 31px;
    height: 71px;
}

.hl-scrollimg .arrow2 {
    position: absolute;
    top: 100px;
    right: 0px;
}

.hl-scrollimg .arrow2 img {
    width: 31px;
    height: 71px;
}

.hl-scrollimg .imgs td {
    text-align: center
}

.hl-scrollimg .imgs td A img {
    height: 236px;
    width: 332px !important;
    padding: 12px;
    border: solid 0px #ccc;
}

.hl-scrollimg .imgs td a:link {
    color: #000000;
}

.hl-scrollimg .imgs td a:visited {
    color: #000000;
}

.hl-scrollimg .imgs td a:hover {
    color: #ff0000;
}

.hl-scrollimg .imgs td .titlelink {
    display: none;
    font-size: 12px;
    text-decoration: none;
}


/*friendlink*/

.friendlink {
    height: 190px;
    background-color: #f8f9fa;
	overflow:hidden;
}

.friendlink .title {
	display:block;
    width: 1400px;
    height: 100px;
    margin: 0 auto;
    line-height: 100px;
    font-size: 24px;
    color: #2a375f;
	    font-weight: bold;
	text-decoration:none;
}

.friendlink .group {
    width: 1400px;
    margin: auto;
    font-size: 0;
}

.friendlink .group .item {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    color: #2a375f;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #d3d4d4;
    margin-left: 15px;
    padding-right: 30px;
    padding-left: 100px;
}

.friendlink .group .cgs {
    background: url(../images/cgs.png) no-repeat 40px center;
    margin-left: 0;
}

.friendlink .group .nmgmr {
    background: url(../images/nmgmr.png) no-repeat 40px center;
}

.friendlink .group .guohui {
    background: url(../images/guohui.png) no-repeat 40px center;
}

.lcx_yqlj {
    display: inline-block;
    width: 280px;
    height: 50px;
    border: 1px solid #d3d4d4;
    position: relative;
    text-align: center;
    background: url(../images/triangle.png) no-repeat 240px center;
    margin-left: 15px;
	*display:inline;
	*zoom:1;
}

.lcx_yqlj span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: none;
    color: #2a375f;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.lcx_yqlj ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 50px;
    overflow: hidden;
    background-color: #cc9d53;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #d3d4d4;
    border-top: 0;
    z-index: 9999;
}

.lcx_yqlj ul li {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}

.lcx_yqlj ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    height: 30px;
    width: 100%;
}

.lcx_yqlj ul li.on {
    background-color: #c48d37;
}

.lcx_yqlj ul li.on a {
    color: #fff;
}


/*footer*/

.hl-footer {
    height: 140px;
    background-color: #2a375f;
}

.footer {
    width: 1400px;
    height: 72PX;
    padding-top: 34px;
    padding-bottom: 34px;
    margin: 0 auto;
    background-color: #2a375f;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #9aaad9;
}

.footer .item {
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
    color: #9aaad9;
}

.footer .netsentry {
    display: inline-block;
    background: url(../images/netSentry.png) no-repeat left center;
    padding-left: 30px;
}


/*list*/

.hl-list {
    width: 100%;
    height: auto;
    MARGIN: 0px auto;
}

.list-img {
    width: 1400px;
    height: 128px;
    margin: 25px auto 20px;
    overflow: hidden;
}

.list-img .list-banner {
    width: 1400px;
    height: 128px;
}

.cur_position {
    width: 1400px;
    height: 55px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    line-height: 55px;
    color: #5c5c5c;
    font-family: "microsoft yahei";
    background: #f7f7f7 url(../images/cur_position.png) 20px center no-repeat;
    text-indent: 50px;
    margin-bottom: 20px;
    overflow: hidden;
}

.cur_position span {
    line-height: 55px;
}

.cur_position span A {
    color: #5c5c5c;
    text-decoration: none;
}

.cur_position span A:hover {
    color: #5c5c5c;
    text-decoration: none;
}

.collist {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
    overflow: hidden;
}

.collist .box_left {
    WIDTH: 280px;
    min-HEIGHT: 690px;
    height: auto;
    FLOAT: left;
    margin: 0;
}

.collist .box_right {
    min-HEIGHT: 690px;
    height: auto;
    WIDTH: 1095px;
    FLOAT: left;
    MARGIN: 0px 0px 0px 20px;
}

.collist .box_right .listbox {
    min-HEIGHT: 690px;
    height: auto;
    WIDTH: 1095px;
    FLOAT: left;
}

.lm_list {
    min-height: 690px;
    height: auto;
}

.lm_list li {
    width: 280px;
    height: 55px;
    list-style: none;
    margin: 0px auto;
    margin-bottom: 6px;
}

.lm_list li A {
    display: block;
    color: #fff;
    text-align: center;
    background-color: #2a375f;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
    font-family: "microsoft yahei";
}

.lm_list li A {
    color: #fff;
}

.lm_list li A:link {
    color: #fff;
}

.lm_list li A:visited {
    color: #fff;
}

.lm_list li A:hover {
    background: #c48d37;
}

.lm_list li.current A {
    background: #c48d37;
}

.listinfo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.listinfo ul li {
    text-align: left;
    list-style: none;
    line-height: 50px;
    font-size: 16px;
    font-family: "microsoft yahei";
    height: 50px;
}

.listinfo ul li .icon {
    font-style: normal;
    padding-right: 6px;
}

.listinfo ul li a:link {
    color: #000;
    text-decoration: none
}

.listinfo ul li a:visited {
    color: #000;
    text-decoration: none
}

.listinfo ul li a:hover {
    color: #000;
    text-decoration: underline
}

.listinfo .time {
    font-size: 14px;
    color: #464646;
    float: right;
    margin-right: 8px;
}

.listinfo ul .line {
    height: 1px;
    width: 100%;
    border-top: 1px dashed #363938;
}


/*page css*/

.pagenum {
    font-size: 14px;
    text-align: center;
    color: #000;
    height: 36px;
    line-height: 36px;
}

.pagenum A:link {
    color: #000;
    text-decoration: none
}

.pagenum A:visited {
    color: #000;
    text-decoration: none
}

.pagenum A:hover {
    color: #CC3300;
    text-decoration: none
}

.pagenumber {
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    clear: both;
    font-size: 12px;
    text-align: center;
    color: #666;
}

.pagenumber A {
    color: #666;
    text-decoration: none;
    margin: 3px;
    border: solid 1px #ddd;
    padding: 4px 6px;
    width: 22px;
    white-space: nowrap;
    background: #f1f1f1;
}

.pagenumber A:link {
    color: #666;
    text-decoration: none
}

.pagenumber A:visited {
    color: #666;
    text-decoration: none
}

.pagenumber A:hover {
    color: #FF0000;
    text-decoration: none;
    border: solid 1px #bbb;
    background: #fff;
}

.pagenumber A.currpagenum {
    color: #f00;
    font-weight: bold;
    text-decoration: none;
    border: solid 1px #bbb;
    background: #fff;
}


/*info page*/

.info {
    padding: 15px 10px;
    overflow: visible;
    color: #000;
}

.info #title {
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-family: "microsoft yahei";
    line-height: 50px;
    padding-top: 10px;
}

.info #otherinfo {
    font-size: 14px;
    font-family: "microsoft yahei";
    text-align: center;
    color: #000;
    border-bottom: solid 1px #e4e4e4;
    height: 50px;
    line-height: 50px;
}

.info #content {
    padding: 10px;
    font-size: 16px;
    line-height: 28px;
    font-family: "microsoft yahei";
}

.info #otherinfo A {
    color: #000;
    text-decoration: none;
    font-family: "microsoft yahei";
}

.info .nextprevious {
    border-top: 1px dotted #cccccc;
    margin-top: 6px;
    color: #000;
    line-height: 30px;
    height: 60px;
    font-size: 16px;
    font-family: "microsoft yahei";
    display: none;
}

.info .nextprevious span {
    line-height: 30px;
}

.info .nextprevious A {
    color: #000;
    text-decoration: none
}

.info .guanbi a {
    color: #000;
    text-decoration: none
}

.info .guanbi a:hover {
    color: #000;
    text-decoration: none
}

.info .guanbi a:vistted {
    color: #000;
    text-decoration: none
}

.info .guanbi a:link {
    color: #000;
    text-decoration: none
}
/*single*/
.single {background:#fff;font-family:"microsoft yahei";min-height:690px;height:auto;}
.single .title { font-size:20px;text-align:center;font-weight:bold;line-height:30px;margin:4px;padding-bottom:10px;border-bottom:1px solid #ddd;color:#000;}
.single .content{ font-size:16px;padding:8px 6px;line-height:26px;height:auto;color:#000;}
/*home改动2020-8-3*/
  #xascroll{
   width: 620px;
    height: 172px;
    overflow: hidden;
   position:relative;
  }
  .infolist ul li {
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background:url(../images/fc-icon.png) no-repeat left center;
	padding-left:15px;
}

.infolist ul li a:link {
    color: #2a375f;
    text-decoration: none;
}

.infolist ul li a:visited {
    color: #2a375f;
    text-decoration: none;
}

.infolist ul li a:hover {
    color: #d22420;
}

.infolist li span {
    float: right;
    color: #383838;
    font-size: 16px;
}
/*friendly link*/
.f-link
        {
            overflow: hidden;
            width: 1400px;
			margin:0px auto;

        }
        .f-link .f-box
        {
            width: 8000%;
            height: 60px;
        }
     
        .f-link .f-box .list
        {
            float: left;
            height: 60px;
            overflow: hidden;
            zoom: 1;
        }
        .f-link .f-box .list li
        {
        float: left;
        height: 50px;
        line-height: 50px;
        text-decoration: none;
        color: #2a375f;
        font-size: 18px;
        border: 1px solid #d3d4d4;
        margin-left: 15px;
        text-align: center;
        padding: 0 10px;
        font-weight:bold;    
        }
        .f-link li a
        {
            text-decoration: none;
            color: #2a375f;
        }
		 .f-link li a:hover{
			 color:#d22420;
		 }