@charset 'utf-8';


/*概览*/

.page-list {
    width: 1170px;
    padding: 20px 40px;
    margin: 0 auto;
    box-shadow: 1px 1px 10px #eeeeee;
    margin-bottom: 20px;
    background-color: #fff;
}

.page-list .p-lf {
    width: 276px;
}

.page-list .title {
    margin-top: 20px;
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    border-bottom: 2px solid #0662b1;
}

.page-list .title a {
    white-space: nowrap;
    background-color: #0662b1;
    text-align: center;
    color: #fff;
    padding:10px 20px;
}
.page-list .subtitle {
    margin-top: 20px;
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #0662b1;
    border-bottom: 1px solid #0662b1;
}
.page-list .subtitle a {
    font-size: 20px;
    font-weight: bold;
    color: #0662b1;
    line-height: 46px;
}
.page-list .subtitle .more {
    float: right;
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    width: auto;
    font-size: 16px;
    background: #fff !important;
    padding: 0 !important;
    color: #333333 !important;
    text-align: center;
    font-weight: normal;
}

.p-lf .title {
    display: block;
    text-align: center;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
    background: #0662b1;
    color: #ffffff;
}

.p-lf .col {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 274px;
    border-left: 2px solid #e5ecf2;
    background: #f8f8f8;
    color: #333333;
    margin-top: 10px;
    font-size: 18px;
    display: block;
}

.p-lf .col:hover {
    border-color: #0662b1;
    background-color: #d9ebf9;
    color: #0662b1;
    font-weight: bold;
}

.p-lf .col.cur {
    border-color: #0662b1;
    background-color: #d9ebf9;
    color: #0662b1;
    font-weight: bold;
}

.page-list .p-rt {
    width: 844px;
}

.page-list .tab-item {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    border-bottom: 1px solid #efefef;
}

.page-list .p-rt .tab-item a {
    max-width: 720px;
}

.page-list .tab-item a {
    line-height: 36px;
    font-size: 16px;
    max-width: 1000px;
}

.page-list .tab-item a:hover {
    color: #0662b1;
}

.page-list .tab-item span {
    line-height: 36px;
    font-size: 14px;
}

.page-list .tab-item li {
    padding-left: 20px;
}

.page-list .pagination {
    margin-top: 40px;
}

.pl-img {
    width: 862px;
}

.pl-img li {
    float: left;
    width: 269px;
    margin-right: 18px;
    margin-top: 18px;
}

.pl-img li img {
    width: 269px;
    height: 147px;
}

.pl-img li .pl-tt {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
}

.pl-img li .date {
    font-size: 14px;
    color: #999999;
    line-height: 31px;
    text-align: center;
}

.pl-img li:hover {
    box-shadow: 0px 0px 17px #eee;
}

.pl-img li:hover .pl-tt {
    color: #0662b1;
}


/*网站地图*/

.site-map {
    width: 1170px;
    padding: 20px 40px;
    box-shadow: 1px 1px 10px #eeeeee;
    margin: 0 auto 20px;
}

.site-map .map {
    padding: 20px 40px;
    overflow: hidden;
}

.map .title {
    float: left;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 2px solid #f5f5f5;
    font-weight: bold;
}

.map .title a {
    float: left;
    width: 130px;
    text-align: center;
    line-height: 42px;
    border-bottom: 2px solid #1275ca;
    color: #0662b1;
    font-size: 18px;
}

.map>span {
    float: left;
    width: 1200px;
}

.map>span>a {
    float: left;
    font-size: 16px;
    width: 184px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #333;
    margin-top: 20px;
    margin-right: 38px;
    border:1px solid #E6EFF7;
    background: #F2F8FB;
}

.map>span>a:last-child {
    margin-right: 0px;
    margin-right: 0px;
}

.map>span>a:hover {
    color: #ffffff;
    background: #1275ca;
}


