@charset "gb2312";
* {
    margin: 0 auto;
    padding: 0;
    border: none;
    font-size: 12px;
    list-style: none;
    outline: none;
    font-family: Microsoft YaHei, SimSun, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

a:hover {
    color: #1a4b98
}

img {
    vertical-align: middle
}

.le {
    float: left;
}

.ri {
    float: right !important;
}

.wh {
    width: 1000px;
}

.clear {
    clear: both;
}

.clear:after {
    display: block;
    clear: both;
    content: '';
}

.head {
    width: 1000px;
    height: 125px;
    background: url("imgheader-bg.png") no-repeat left center;
}

.head h1 {
    width: 250px;
    height: 75px;
    padding-top: 15px;
    float: left;
}

.head h1 img {
    width: 228px;
    height: 54px;
}

.head-text {
    display: block;
    float: left;
    width: 500px;
    padding-top: 30px;
    text-align: center
}

.head-right {
    display: block;
    float: right;
    width: 250px;
}

.head-right h2 {
    padding-top: 15px;
    line-height: 35px;
    text-align: right;
    font-size: 18px;
    color: #0a3962;
}

.head-right .soso {
    position: relative;
    width: 250px;
    height: 26px;
    border-radius: 13px;
    background: #c1c1c1;
}

.head-right .soso .notxt {
    width: 200px;
    padding-left: 15px;
    height: 100%;
    border: none;
    background: none;
}

.head-right .soso .btn {
    position: absolute;
    width: 35px;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url("imgicon-search.png") center no-repeat;
}

.head-right .link-text {
    text-align: right;
    padding-top: 10px;
    padding-right: 15px;
}

.head-right .link-text a {
    margin: 0 10px;
    color: #666;
}

.head-right .link-text a:hover {
    color: #1a4b98;
}

/*--- 导航 ---*/
.nav {
    width: 100%;
    margin: 0 auto;
    height: 35px;
    background: #1a4b98;
}

.nav > ul {
    width: 1000px;
    margin: 0 auto;
}

.nav > ul > li {
    position: relative;
    width: 120px;
    display: block;
    float: left;
    border-left: solid 1px #19195a;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
	z-index:10000;
}

.nav > ul > li:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #688eca;
    content: '';
}

.nav > ul > li:nth-last-child(1) {
    border-right: solid 1px #19195a;

}

.nav > ul > li:nth-last-child(1):after {
    position: absolute;
    display: block;
    top: 0;
    right: -2px;
    width: 1px;
    height: 100%;
    background: #688eca;
    content: '';
}

.nav > ul > li > span {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 14px;
}

.nav > ul > li a {
    display: block;
}

.nav > ul > li a:hover {
    color: #B9CAE6
}

.nav > ul > li:hover > ul {
    height: auto;
    padding: 40px 0 5px 0;
}

.nav > ul > li > ul {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 0;
    background: rgba(0, 0, 0, .6);
    transition: all .3s;
}

.nav > ul > li > ul > li {
    line-height: 30px;
}

/**** footer ****/

.footer.bor {
    border-top: solid 1px #999;
    margin-top: 20px;
}

.footer {
    width: 100%;
    padding: 15px 0 20px 0;
}

.footer p {
    line-height: 24px;
    text-align: center;
    color: #333;
}

.footer p a {
    color: #333;
    margin: 0 5px;
}

/*** 二级页面布局 **/
.contain {
    min-height: 740px;
    border-bottom: solid 1px #999;
}

/**** 左侧导航 ***/
.listNav {
    width: 225px;
    min-height: 740px;
    margin-top: 20px;
    background: #e5e5e5
}

.listNav h2 {
    height: 40px;
    line-height: 40px;
    font-weight: lighter;
    background: #1a4b98;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.listNav ul li {
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: solid 1px #d1d1d1;
}

/***  右侧内容区域 ***/
.list {
    margin-top: 20px;
    width: 755px;
}

.list > .crumbs {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 2px #991a21;
    font-weight: lighter;
    font-size: 14px;
}

.list > ul li {
    position: relative;
    height: 35px;
    margin-left: 20px;
    margin-right: 5px;
    border-bottom: solid 1px #d1d1d1;
    line-height: 35px;
}

.list > ul li:before {
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0;
    left: -20px;
    background: url("img/icon-text.png") center no-repeat;
    content: '';
}

.list > ul li span {
    float: right;
    color: #666;
}

.list-title {
    height: 40px;
    line-height: 40px;
    padding: 10px 5px 0 5px;
    color: #991a21;
    font-size: 14px;
}

.list-title a {
    font-weight: lighter;
    float: right;
    color: #666;
    font-size: 12px;
}

/******内容页*****/
.contain-title {
    height: 70px;
    padding-top: 20px;
    border-bottom: solid 1px #d1d1d1;
    text-align: center;
}

.contain-title h3 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #991a21;
}

.contain-title p {
    color: #666;
}

.contain-title p span {
    padding-left: 10px;
}

.contain-main {
    padding: 10px 15px;
}

.contain-main p {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

/*******首页新闻列表*******/
.tab-new-list {
    padding-top: 5px;
}

.tab-new-list p {

    position: relative;
    height: 26px;
    padding: 0 0 0 15px;
    line-height: 26px;

}

.tab-new-list p:before {
    position: absolute;
    top: 0;
    left: 5px;
    width: 10px;
    color: #991a21;
    font-family: "宋体";
    content: '>';
}

.tab-new-list p span {
    float: right;
    color: #666;
}

.tab-more {
    position: absolute;
    display: block;
    width: 50px;
    height: 25px;
    top: 5px;
    right: 0;
    text-align: right;
    line-height: 25px;
}

.tab-more:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 25px;
    background: url("imgicon-text2.png") center no-repeat;
    content: '';
}

/***********/
.main-right {
    display: block;
    float: right;
    width: 240px;
    height: 270px;
    margin-top: 20px;
}

.main-right-title {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-bottom: solid 3px #950302;
    font-weight: lighter;
}

.main-right-list {
    padding: 5px 0;
}

.main-right-list li {
    position: relative;
    height: 25px;
    margin-top: 5px;
    background: #ddd;
    line-height: 25px;
    padding-left: 25px;

}

.main-right-list li:after {
    position: absolute;
    width: 20px;
    height: 22px;
    top: 0;
    left: 0;
    background: url("imgicon-text1.png") center no-repeat;
    content: '';
}

.main-right-link {
    display: block;
    width: 240px;
    height: 30px;
    margin: 15px auto 0 auto;
    padding: 0 5px;
    border: solid 1px #d1d1d1;
}

/**********/
.main-link {
    height: 50px;
    background: #d1d1d1;
    line-height: 50px;

}

.main-link > h3 {
    display: block;
    float: left;
    width: 100px;
    background: #1a4b98;
    text-align: center;
    color: #fff;
}

.main-link > p {
    display: block;
    float: left;
    width: 880px;
    padding: 0 0 0 20px;
}

.main-link > p a {
    margin: 0 10px 0 0;
}
.hover a:hover{
	color:#fff;}