﻿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;
}

.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;
}

.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;
}

.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;
}

.out-box {
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 350px;
}

.slide-box {
    position: absolute;
    width: 100%;
    height: 350px;
}

.slide-box .slide-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.slide-box .slide-img img {
    width: 100%;
    height: 100%;
}

.control-box {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.control-box .circle-box {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
}

.control-box .circle-box li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #cccccc;
    border-radius: 50%;
    margin: 0 5px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.control-box .circle-box li.on,
.control-box .circle-box li:hover {
    border: 1px solid #ccc;
}

.control-box .control-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}

.control-box .left-btn {
    background-image: url('../../images/pa-home/left-btn.png');
}

.control-box .right-btn {
    right: 0;
    background-image: url('../../images/pa-home/right-btn.png');
}

.picLink {
    position: relative;
}

.picLink .img-link {
    border: 1px solid #f2f2f2;
    margin-top: 20px;
    width: 300px;
    height: 90px;
}

.picLink .name {
    position: absolute;
    width: 100%;
    height: 20px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin-top: -20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.picLink .name:hover {
    text-decoration: underline;
}

.notice {
    height: 280px;
}

.notice .title {
    height: 42px;
    background: #d1d1d1;
    padding-left: 20px;
    line-height: 42px;
}

.notice .title a {
    color: #333;
}

.notice .title span {
    color: #888;
}

.notice .notice-panel {
    font-size: 14px;
}

.notice .notice-panel li {
    padding: 10px 10px 0px;
}

.notice .notice-panel a {
    color: #484848;
}

.notice .notice-panel a:hover {
    color: #b1092c;
}

.right-news {
    height: 504px;
}

.right-news .title {
    height: 42px;
    line-height: 42px;
    width: 440px;
    float: left;
    text-align: center;
    background: #d1d1d1;
}

.right-news .title a {
    color: #333;
}

.right-news .title span {
    color: #888;
}

.right-news .title:hover {
    background: #9d3033;
}

.right-news .title:hover a {
    color: #fff;
}

.right-news .title:hover span {
    color: #fff;
}

.right-news .active {
    background: #9d3033;
}

.right-news .active a {
    color: #fff;
}

.right-news .active span {
    color: #fff;
}

.right-news .picNew {
    padding: 15px 20px 20px 20px;
    overflow: hidden;
}

.right-news .picNew .img-news {
    width: 217px;
    height: 143px;
    float: left;
}

.right-news .picNew .news-content {
    margin-left: 237px;
}

.right-news .picNew .new-title {
    color: #484848;
    font-size: 14px;
}

.right-news .picNew .new-title a {
    color: #484848;
}

.right-news .picNew .news {
    margin-top: 10px;
    font-size: 12px;
    color: #838383;
    line-height: 2;
    text-indent: 2em;
}

.right-news .panel-link {
    padding: 0 20px;
}

.right-news .panel-link a {
    color: #484848;
    font-size: 14px;
    line-height: 1.8;
}

.right-news .panel-link a:hover {
    color: #b1092c;
}

.right-news .panel-link .read-more {
    float: right;
    color: #999;
}

.right-news .academics-panel {
    display: none;
}

body {
    color: #333;
    font-family: "微软雅黑", "Arial";
    background: #ebeae8;
}

.nav-box {
    width: 100%;
    height: 55px;
    background-color: #650705;
}

.pa-slide {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    background-color: #522b00;
}

.container-box {
    width: 1200px;
    margin: 15px auto;
    overflow: hidden;
}

.container-box .left-box {
    width: 300px;
    float: left;
}

.container-box .right-news {
    margin-left: 320px;
    background: #fff;
    overflow: hidden;
}

.latest {
    margin-top: 15px;
}

.picNews-box {
    margin-left: 245px;
}

#wid {
    position: fixed;
    z-index: 9999;
    display: none;
}

#wid i {
    position: absolute;
    top: 2px;
    left: 120px;
    display: none;
    color: #fff;
    cursor: pointer;
}

#wid #bayWindow {
    width: 140px;
    height: 100px;
}

#wid:hover i {
    display: block;
}

