article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
    width: 0;
}

mark {
    background: #ff0;
    color: #333;
}

figure {
    margin: 1em 40px 1em 40px;
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

input,
button {
    overflow: visible;
    font-family: inherit;
}

textarea {
    overflow: auto;
    color: inherit;
    font: inherit;
    resize: none;
}

input::-ms-clear {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}

table th,
table td {
    padding: 0;
}

li {
    list-style-type: none;
}

iframe,
img {
    border: 0;
}

iframe {
    vertical-align: top;
}

img {
    vertical-align: middle;
}

a,
a:hover,
a:link,
a:visited,
a:active {
    text-decoration: none;
}

label {
    display: inline-block;
}

.header {
    background: #e6decb;
    height: 100px;
}

.header .container {
    width: 1200px;
    margin: auto;
    height: 100%;
}

.header .container .logo {
    line-height: 100px;
    margin-left: 20px;
}

.header .container .right-box {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
}

.header .container .select-box input {
    width: 283px;
    height: 30px;
    padding: 0 5px;
    line-height: 30px;
    color: #484848;
    font-family: "Microsoft Yahei";
    border: 1px solid #C8C8C8;
    border-right: 0;
    background: none;
    font-size: 14px;
}

.header .container .select-box .select-icon {
    width: 35px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #C8C8C8;
    border-left: 0;
    background: url(../../images/pa-home/search.png) no-repeat center;
    cursor: pointer;
    float: right;
}

.header .login {
    text-align: right;
    margin-bottom: 10px;
}

.header .login-a {
    color: #999;
    font-size: 16px;
}

.header .login-a:hover {
    color: #b1092c;
}

.nav-bg {
    width: 100%;
    height: 55px;
    background-color: #9d3033;
}

.nav-bg .nav-list {
    width: 1200px;
    height: 55px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    font-size: 0;
    z-index: 99;
    display: flex;
}

.nav-bg .nav-list li {
    display: inline-block;
    width: 1px;
    height: 100%;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    position: relative;
    flex: 1;
}

.nav-bg .nav-list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.nav-bg .nav-list li ul {
    position: absolute;
    width: 100%;
    display: none;
}

.nav-bg .nav-list li ul li {
    font-size: 12px;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 40px;
    cursor: pointer;
}

.nav-bg .nav-list li ul li a.nav-child {
    background-color: #9d3033;
    color: #fff;
}

.nav-bg .nav-list li ul li a.nav-child:hover {
    background: #7c000b;
    color: #fff;
}

.nav-bg .nav-list li:hover a {
    background-color: #7c000b;
}

.nav-bg .nav-list li:hover ul {
    display: block;
}

.nav-bg .nav-list li.on a {
    background-color: #7c000b;
}

.footer {
    background: #58595b;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
}

.footer .left {
    width: 300px;
    border-right: 1px solid #dddddd;
    float: left;
    text-align: center;
}

.footer .left p {
    color: #f2f2f2;
    font-size: 12px;
}

.footer .right {
    margin-left: 340px;
}

.footer .footnotes {
    padding: 5px 0;
    text-align: left;
    color: #dddddd;
}

.footer .footnotes span {
    margin-left: 20px;
}

.container-box {
    width: 1200px;
    margin: 15px auto;
    overflow: hidden;
}

.list-menu-box {
    width: 75%;
    height: 100%;
    margin-top: 40px;
    float: right;
}

.list-menu-box a {
    display: block;
}

.list-menu-box a:hover {
    color: #9f1e31;
}

.list-menu-box a.menu-head {
    height: 45px;
    line-height: 45px;
    color: #2c2c2c;
    font-size: 25px;
}

.list-menu-box .menu-second {
    height: 40px;
    line-height: 40px;
    color: #2c2c2c;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    border: #dadada 1px solid;
    border-top: none;
}

.list-menu-box .menu-second.menu-on {
    background-color: #9f1e31;
    color: #fff;
}

.list-menu-box .menu-third {
    height: 40px;
    line-height: 40px;
    color: #333;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 14px;
    border: #dadada 1px solid;
    border-top: none;
}

.list-menu-box .menu-third span {
    color: #A0A0A0;
    font-size: 16px;
}

.list-menu-box .menu-third.menu-on {
    color: #9f1e31;
}

.acticles-ul {
    margin-top: 10px;
    font-size: 12px;
}

.acticles-ul li {
    list-style: none;
    height: 36px;
    line-height: 38px;
}

.acticles-ul li a {
    color: #666666;
    width: 100%;
    display: inline-block;
}

.acticles-ul li a span {
    float: right;
    margin-right: 10px;
}

.acticles-ul li a div {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
}

.acticles-ul li:hover a {
    color: #c51600;
}

.acticles-ul li:last-child {
    border-bottom: none;
}


/* Preload images */

body:after {
    content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.picture-container {
    margin-top: 10px;
    padding-left: 20px;
}

.picture-container .pic-box {
    position: relative;
    float: left;
    width: 260px;
    font-size: 14px;
    margin-right: 15px;
    margin-top: 15px;
}

.picture-container .pic-box img {
    width: 100%;
    height: 260px;
}

.picture-container .pic-box .pic-grey {
    background: #DEDDDB;
}

.picture-container .pic-box .pic-grey .pic-link {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.picture-container .pic-box .pic-grey a {
    color: #2c2c2c;
    line-height: 32px;
    margin-left: 10px;
}

.picture-container .pic-box .pic-grey:hover {
    background: #b1092C;
}

.picture-container .pic-box .pic-grey:hover a {
    color: #fff;
}

.news-content {
    padding-left: 20px;
}

.news-content .news1title {
    color: #333;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}

.news-content .news1info {
    color: #999;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin: 10px;
    border-top: solid 1px #b00000;
}

.ol-news li {
    padding: 20px 0;
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #c2c2c2;
}

.ol-news li .imgbox {
    display: inline-block;
    float: left;
}

.ol-news li .imgbox img {
    width: 171px;
    height: 205px;
}

.ol-news li .pic-content {
    margin-left: 180px;
    padding-left: 10px;
}

.ol-news li .pic-content .listTitle {
    font-size: 14px;
    overflow: hidden;
}

.ol-news li .pic-content .listTitle a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    float: left;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ol-news li .pic-content p {
    font-size: 12px;
    text-indent: 2em;
    line-height: 24px;
    height: 154px;
}

.ol-news li .pic-content .news-time {
    text-align: right;
    font-size: 12px;
    color: #484848;
}

.ol-news li:last-child {
    border-bottom: none;
}

.page-bar-box {
    width: 100%;
    height: 40px;
    border-top: #dadada 1px dotted;
    line-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.page-bar-box li {
    float: left;
    margin: 0 10px;
    cursor: pointer;
}

.page-bar-box .default {
    color: #888888;
    cursor: default;
}

.page-bar-box li.page-on {
    border: 1px solid #9d3033;
    color: #9f1e31;
    float: left;
    width: 25px;
    height: 25px;
    top: 6px;
    line-height: 25px;
    text-align: center;
    position: relative;
}

.page-bar-box .first-btn {
    margin-left: 0;
}

body {
    font-family: "Microsoft YaHei", "Arial", sans-serif;
}

.nav-box {
    width: 100%;
    height: 55px;
    background-color: #650705;
}

.banner-box {
    width: 100%;
    height: 200px;
    background-color: #522b00;
    margin-bottom: 20px;
}

.banner-box .banner {
    width: 1200px;
    height: 200px;
    background-image: url(../../images/pa-home/banner.png);
    margin-bottom: 20px;
    margin: auto;
    left: 0;
    right: 0;
}

.container {
    width: 1200px;
    margin: 0 auto 30px auto;
    overflow: hidden;
}

.container .table-row {
    width: 100%;
    height: 100%;
    display: table-row;
}

.container .list-menu {
    display: table-cell;
    width: 300px;
    background: #DEDDDB;
    vertical-align: top;
}

.container .rightBox {
    display: table-cell;
    width: 900px;
    padding: 0 20px;
}

.container .right-container {
    overflow: hidden;
    min-height: 400px;
}

.container .right-container .nav-bar {
    padding-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px dotted #c2c2c2;
    font-weight: bold;
}

.container .right-container .nav-bar a {
    color: #333;
}

.container .right-container .nav-bar a:not(:last-child):after {
    content: ">";
}

.container .page-bar {
    overflow: hidden;
    margin-left: 20px;
}
