.am-g-fixed {
    max-width: 1100px;
}

body {
    /*background-color: #eee;*/
    background: url(../image/bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: 100% 100%;
}


p {
    margin: 0;
    padding: 0;
}

/* WebKit browsers, 如Chrome和Safari */
::-webkit-input-placeholder {
    color: #fff;
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
    color: #fff;
    opacity: 1; /* 注意Firefox需要不透明度声明才能显示颜色 */
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
    color: #fff;
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
    color: #fff;
}

/* 新版Edge 和 Chrome、Firefox 等现代浏览器 */
::placeholder {
    color: #6399ef;
}
header {
    height: 360px;
    position: absolute;
    z-index: 9999;
    width: 1100px;
    left: calc(50% - 550px);
}

header #top {
    height: 33px;
    line-height: 33px;
    color: #999;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
}

header .logo {
    /*  margin-top: 25px;*/
    margin-top: 115px;
}

header .date {
    color: #ffffff;
    font-size: 12px;
    margin-top: 105px;
    text-align: right;
    /*    letter-spacing: 1.8px;*/
}

header .date a {
    color: #ffffff;
}

header .header-search {
    height: 41px;
    line-height: 36px;
    width: 290px;
    background: #0067b6;
    padding: 0px 0 0 21px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: right;
}

header .header-search input {
    border: 0;
}

header .inp {
    background: #ffffff00;
    color: #fff;
}

header .sub {
    float: right;
    padding: 9px;
}

header input {
    outline: none;
}

header input:focus {
    outline: none;
    border: 0;
}

/*搜索*/
.searchbtn {
    position: absolute;
    right: 25px;
    top: -1px;
}

.souso_cont {
    width: 260px;
    height: 27px;
    position: relative;
    display: none;
}

.sousu_input {
    background: url(../image/souso_input_bg.png) no-repeat center center;
    width: 260px;
    padding-right: 20px;
    height: 27px;
    text-indent: 10px;
    outline: none;
    border: 0;
}

.souso_btn {
    background: url(../image/fdj.png) no-repeat center center;
    width: 16px;
    height: 17px;
    position: absolute;
    top: 5px;
    right: 6px;
    border: 0;
    outline: none;
    cursor: pointer;
}

#slide {
    height: 360px;
    position: inherit;
}

.fading-slider {
    height: 360px;
}

#slide .fading-slider img {
    width: 1920px; /*图片宽度*/
}

#nav3 .hl_nav {
    z-index: 9999;
    background-color: #3170b1;
    /*background-image: linear-gradient(to top, #eeeeee 0%, #3170b1 100%);*/
    position: relative;
    color: #ffffff;
    min-width: 1100px;
    height: 50px;
}

#nav3 .hl_nav a {
    display: block;
    text-decoration: none;
}

#nav3 .hl_nav .shade {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 50px;
    left: 0;
    z-index: 1;
    background-color: #EEEEEE;
    opacity: 0.9;
    filter: alpha(opacity=90);
    box-shadow: 0 5px 15px #CCCCCC;
    display: none;
    border-bottom: #ffffff solid 1px;
    border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}

#nav3 .hl_nav .nav_list {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -549px;
    z-index: 2;
    padding: 0;
    list-style: none;
    width: 1100px;
    height: 50px;
    background: #3170b1;
}

#nav3 .hl_nav .nav_list > li {
    padding: 0;
    float: left;
    margin: 0;
    width: 135px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    transition: height 0.3s;
}

#nav3 .hl_nav .nav_head {
    border-bottom: #1352b1 solid 1px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

#nav3 .hl_nav .nav_body {
    display: table-cell;
    vertical-align: middle;
    line-height: 15px;
    font-size: 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
    border-left: #3170b1 solid 2px;
    border-right: #3170b1 solid 2px;
    font-size: 15px;
}

#nav3 .hl_nav .nav_body:last-child {
    border-bottom: #276acf solid 0px;
}

#nav3 .hl_nav .nav_list > li.active .nav_head, .hl_nav .nav_list > li:hover .nav_head {
    background-color: #3170b1;
}

#nav3 .hl_nav .nav_list > li:hover {
    background-color: #3170b1;
    height: auto;
}

#nav3 .hl_nav .nav_body:hover {
    color: #3170b1;
}

#nav3 .hl_nav .nav_list .nav_body:hover {
    background: #276acf;
    color: #fff;
}

#nav3 .hl_nav .nav_body:after {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    bottom: -1px;
    width: 100%;
    border-bottom: #276acf solid 1px;
}

/*.focus .more {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #b5b3b3;
    border: 1px solid #ededed;
    background: #eee;
    position: absolute;
    top: 305px;
    width: 100%;
}*/
.focus .more {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #b5b3b3;
    border: 1px solid #ededed;
    background: #eee;
}

/*.focus .more {
    display: block;
    margin: 0px auto 0px auto;
    width: 210px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #d2d2d2;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
}*/


.box1 .point li {
    font-size: 22px;
    font-weight: bold;
}

.box1 .current {
    color: #3170b1;
}


.box1 .current span {
    width: 50px;
    height: 2px;
    font-size: 0;
    background-color: #3170b1;
    display: block;
    margin: 5px 0 0 20px;
}

.box1 .list2 {
    margin-top: 15px;
}

.box1 .list2 li {
    padding: 5px 0px 5px 15px;
    height: 50px;
    border-bottom: dashed 1px #e3e3e3;
    background: url(../image/ico/list-dot3.png) no-repeat left 26px;
}

.box1 .list2 li span {
    display: table;
    height: 45px;
}

.box1 .list2 li a {
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    font-size: 15px;
}

.box1 .list2 .text {
    width: 355px;
    float: left;
}

.box1 .list2 .time {
    float: right;
    color: #9d9d9d;
    width: 40px;
    font-size: 12px;
}


/*幻灯*/

.huandeng .focus {
    height: 400px;
}

.box1 .focus {
    height: 400px;
}

.huandeng .focus p {
    position: absolute;
    left: 30px;
    bottom: 0px;
    z-index: 9;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    max-width: 550px;
}

.huandeng .focus .shadow {
    position: absolute;
    width: 100%;
    height: 81px;
    background: url(../image/ly1-shadow.png);
    left: 0px;
    bottom: 0px;
}

.huandeng .focus .tab1 {
    position: absolute;
    right: 30px;
    bottom: 17px;
    height: 8px;
    z-index: 999;
}

.huandeng .focus .tab1 li {
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
    margin-right: 8px;
    cursor: pointer;
}

.huandeng .focus .tab1 .current {
    width: 24px;
}


.photo2 img {
    width: 100%;
    height: 100%;
}

.fw a {
    color: #fff;
}


/*幻灯*/


.am-slider-t1 {
    margin: 0 0 20px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15); /* Direction Nav */ /* Pause/Play */ /* Control Nav */
}

.am-slider-t1 .am-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .am-slider-t1 .am-viewport {
    max-height: 300px;
}

.am-slider-t1 .carousel li {
    margin-right: 5px;
}

.am-slider-t1 .am-direction-nav a {
    top: 50%;
    margin: -18px 0 0;
    overflow: hidden;
    opacity: 0.45;
}

.am-slider-t1 .am-direction-nav .am-prev {
    left: 10px;
    background: url(../image/ico/ly30-arrow1.png);
    position: absolute;
    width: 10px;
    height: 26px;
    bottom: 9px;
    cursor: pointer;
    z-index: 100;
}

.am-slider-t1 .am-direction-nav .am-next {
    right: 10px;
    text-align: right;
    background: url(../image/ico/ly30-arrow2.png);
    position: absolute;
    width: 10px;
    height: 26px;
    bottom: 9px;
    cursor: pointer;
    z-index: 100;
}

.am-slider-t1 .am-direction-nav .am-disabled {
    opacity: 0 !important;
    cursor: default;
}

.am-slider-t1:hover .am-prev {
    opacity: 0.7;
    left: 10px;
}

.am-slider-t1:hover .am-prev:hover {
    opacity: 1;
}

.am-slider-t1:hover .am-next {
    opacity: 0.7;
    right: 10px;
}

.am-slider-t1:hover .am-next:hover {
    opacity: 1;
}

.am-slider-t1 .am-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.am-slider-t1 .am-pauseplay a::before {
    font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif; /*font-weight:normal;// 2  font-style:normal;// 2  vertical-align:baseline;// 3  line-height:1;// 4*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 20px;
    display: inline-block;
    content: "\f04c";
}

.am-slider-t1 .am-pauseplay a:hover {
    opacity: 1;
}

.am-slider-t1 .am-pauseplay a.am-play::before {
    content: "\f04b";
}

.am-slider-t1 .am-slider-desc {
    background-color: rgba(96, 125, 139, 0.54);
    position: absolute;
    bottom: 0;
    padding: 3px 8px;
    width: 100%;
    color: #fff;
}

.am-slider-t1 .am-control-nav {
    width: 100%;
    position: absolute;
    bottom: 12px;
    text-align: right;
    right: 15px;
}

.am-slider-t1 .am-control-nav li {
    margin: 0 6px;
    display: inline-block;
}

.am-slider-t1 .am-slides a {
    color: #fff;
    font-family: 宋体;
}

.am-slider-t1 .am-control-nav li a {
    width: 10px;
    height: 10px;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px; /*    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 3px rgba(0,0,0,0.3);*/
    border: 1px solid #fff;
    border-radius: 50%;
}

.am-slider-t1 .am-control-nav li a:hover {
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.7);
}

.am-slider-t1 .am-control-nav li a.am-active {
    background-color: #fff;
    cursor: default;
    border: 1px solid #fff;
}

.am-slider-t1 .am-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.am-slider-t1 .am-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.am-slider-t1 .am-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.am-slider-t1 .am-control-thumbs img:hover {
    opacity: 1;
}

.am-slider-t1 .am-control-thumbs .am-active {
    opacity: 1;
    cursor: default;
}

.am-slider-t1 .am-control-thumbs i {
    position: absolute;
}


#layout2 {
    width: 100%;
    height: 255px;
    /*    background: url(../image/qiebg.jpg);
        background-size: cover;
        overflow: hidden;*/
}

#layout2 .focus {
    margin-top: 40px;
}

#layout2 .box {
    width: 1050px;
    height: 195px;
}

#layout2 .box img {
    width: 100%;
    height: 130px;
}

#layout2 .box span {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

#layout2 .bt .title {
    height: 53px;
    border-bottom: 1px solid #f2f2f2;
}

#layout2 .title .text {
    background: url(../image/tit-bg.png);
    height: 53px;
    background-repeat: no-repeat;
    width: 111px;
    padding: 10px 0;
    float: left;
    border-bottom: 1px solid #f2f2f2;
}

#layout2 .title .text2 {
    background: url(../image/tit-bg-blue.png);
    height: 60px;
    background-repeat: no-repeat;
    width: 210px;
    padding: 10px;
    float: left;
}

#layout2 .title .text2 .ico {
    width: 50px;
    float: left;
}

#layout2 .title .text2 .tp {
    color: #fff;
    font-size: 22px;
    margin-top: 2px;
    margin-left: 5px;
    float: left;
}

#layout2 .title .text .ico {
    width: 50px;
    float: left;
}

#layout2 .title .text .tp {
    color: #fff;
    font-size: 22px;
    margin-top: 2px;
    float: left;
}

#layout2 .title .text .tp h5 {
    border-bottom: 2px solid #3170b1;
    float: left;
    line-height: 30px;
    padding-bottom: 9px;
}

#layout2 .title .more {
    width: 150px;
    float: right;
    padding-top: 15px;
    padding-left: 15px;
}

#layout2 .title .more a {
    font-size: 14px;
    padding-top: 25px;
}

#layout2 .tab {
    margin-top: 0px;
    text-align: center;
    height: 22px;
}

#layout2 .tab .arrow1, #layout2 .tab .arrow2 {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 22px;
    cursor: pointer;
    margin: 0px 15px;
    transition: all 0.2s;
}

#layout2 .tab .arrow1 {
    background: url(../image/ico/ly06-arrow1.png);
}

#layout2 .tab .arrow2 {
    background: url(../image/ico/ly06-arrow2.png);
}

#layout2 .tab li {
    display: inline-block;
    vertical-align: top;
    height: 8px;
    width: 8px;
    background: #ef5a61;
    border-radius: 4px;
    cursor: pointer;
    margin: 7px 7px 0px 7px;
    transition: all 0.2s;
}

#layout2 .tab .current {
    background: #e7bd81;
    width: 32px;
}

#layout2 .tab .arrow1:hover, #layout2 .tab .arrow2:hover, #layout2 .tab li:hover {
    transform: scale(1.08, 1.08);
}


.list2 .text {
    width: 625px;
    float: left;
}

.list2 .time {
    float: right;
    color: #9d9d9d;
    line-height: 40px;
}

.list2 li {
    padding: 9px 0 9px 18px;
    height: 55px;
    border-bottom: dotted 1px #ababab;
    background: url(../image/ico/dot1.png) no-repeat left 26px;
}

.list2 li span {
    display: table;
    height: 36px;
}

.list2 li a {
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16px;
}

.title h2 {
    font-size: 26px;
    margin-top: 0;
}

.titles {
    background: url(../image/ico/title.gif) no-repeat bottom left;
    overflow: hidden;
    padding: 0px 22px 0px 0px;
    height: 56px;
}

.titles p {
    float: left;
    font-size: 26px;
    line-height: 0px;
}

.titles a {
    float: right;
    font-family: "SimSun", "å®‹ä½“";
    color: #0c4d84;
    font-size: 18px;
    margin-top: 19px;
    text-decoration: none;
}

.title2 {
    border-bottom: 1px solid #f2f2f2;
    height: 42px;
}

.title2 h5 {
    font-size: 26px;
    border-bottom: 2px solid #3170b1;
    float: left;
    line-height: 30px;
    padding-bottom: 9px;
    font-weight: 100;
}

.title2 .more1 {
    margin-top: 8px;
}

.title2 .more1 {
    width: 30px;
    height: 7px;
    background: url(../image/ico/more1.gif) no-repeat;
    float: right;
}

.title2 .more1:hover {
    background: url(../image/ico/more2.gif) no-repeat;
}

footer {
    height: 210px;
    background: #3170b1;
    color: #78a8f1;
    padding: 20px 0;
    line-height: 30px;
    font-size: 14px;
}

footer a {
    color: #78a8f1;
}

footer .box {
    /*    width: 605px;*/
    margin: 0 auto;
    background: #3170b1;
    height: 105px;
}

footer .fr {
    margin-left: 20px;
}

footer .gatubiao {
    background: url(../image/1106994.png);
    width: 18px;
    height: 18px;
    background-size: 18px;
    display: inline-block;
}

/*列表*/
#page_list {
    background: #fff;
    padding: 15px 30px;
    border-left: 1px #f5f4f4 solid;
    border-right: 1px #f5f4f4 solid;
}

/*正文*/

#show {
    background: #fff;
    padding: 15px 30px;
    min-height: 600px;
    border-left: 1px #f5f4f4 solid;
    border-right: 1px #f5f4f4 solid;
}

#show .am-article-title {
    /*    font-size: 2.8rem;
        line-height: 1.15;
        font-weight: normal;
        margin-bottom: 40px;*/
    margin-bottom: 40px;
    font-family: inherit;
    font-size: 2em;
    line-height: 150%;
    font-weight: bold;
}

#show .line {
    width: 100%;
    background: url(../image/ico/line.png) 0 0 repeat-x;
    height: 8px;
}

#show .am-article-meta {
    font-size: 14px;
}

#show .am-article-bd p {
    font-size: 19px;
    line-height: 36px;
    margin-bottom: 15px;
    color: #000;
}

#show .am-article-bd {
    padding: 35px 0 25px 0;
}

#show .am-article-bd img {
    display: inline;
    max-width: 100%;
}

.time {
    font-size: 14px;
    color: #999;
}

#fontSize a {
    color: #999;
}

#fontSize a.on {
    color: #333;
}

#fontSize {
    margin: 0 45px;
}

/*正文e*/


/*分享*/
.m-share {
    float: left;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    background: #c9c9c9;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone i {
    background: url("../image/cont_ico_share_20200422.png") 4px center no-repeat;
}

.share .share-qqzone:hover {
    background-color: #fc7354;
}

.share .share-wechat {
    position: relative;
}

.share .share-wechat i {
    background: url("../image/cont_ico_share_20200422.png") -30px center no-repeat;
}

.share .share-wechat:hover {
    background-color: #1fbc7d;
}

.share .share-weibo i {
    background: url("../image/cont_ico_share_20200422.png") -65px center no-repeat;
}

.share .share-qq:hover {
    background-color: #27a8f2;
}

.share .share-qq i {
    background: url("../image/cont_ico_share_20200422.png") -96px center no-repeat;
}

.share .share-weibo:hover {
    background-color: #e96157;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    left: -98%;
    z-index: 11;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}


/*分页*/

.pagination p {
    margin: 0;
    cursor: pointer
}

.pagination {
    height: 40px;
    padding: 20px 0px;
    width: 700px;
    margin: 0 auto;
}

.pagination a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 5px 20px;
    height: 35px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 14px;
    line-height: 23px;
}

.pagination a:hover {
    color: #3170b1;
    background: white;
    border: 1px #3170b1 solid;
}

.pagination a.cur {
    border: none;
    background: #3170b1;
    color: #fff;
}

.pagination p {
    float: left;
    padding: 5px 20px;
    font-size: 14px;
    height: 35px;
    line-height: 23px;
    color: #bbb;
    border: 1px #ccc solid;
    background: #fcfcfc;
    margin-right: 8px;
}

.pagination p.pageRemark {
/ / border-style: none;
/ / background: none;
/ / margin-right: 0 px;
/ / padding: 4 px 0 px;
    color: #666;
}

.pagination p.pageRemark b {
    color: red;
}

.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0px;
    color: #808080;
}

.dates li {
    font-size: 14px;
    margin: 20px 0
}

.dates li span {
    float: right
}

/*分页e*/

/*左侧栏*/

.am-nav > li.am-active > a, .am-nav > li.am-active > a:hover, .am-nav > li.am-active > a:focus {
    color: #3170b1;
    background-color: #fff;
    cursor: default;
    font-weight: bold;
}

.am-nav > li > a:hover, .am-nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #315a98;
}

.leftnav li {
    padding: 9px 0 9px 18px;
    height: 55px;
    border-bottom: 1px solid #f2f2f2;
    background: url(../image/ico/dot1.png) no-repeat left 26px;
}


/*日历*/
/*.calendar{ background:#026aaf; height:36px; font-size:14px;}
.cale-left{ float:left;border:none; background:none; font-family:"宋体";line-height:36px;color:#fff; font-size:18px; padding:0; margin:0; width:30px;}
.cale-left:hover{ background:#0063a5;color:#fff; }
.month{ float:left;color:#fff;line-height:36px; width:48px; text-align:center}
.month b{color:#fff; font-size:18px; margin-right:2px;}
.calendar ul{ margin-left:3px;}
.calendar ul li{ float:left;color:#c6e2f6;line-height:36px; padding:0 7px 0 7px;}
.calendar .hover{ background:#2880bb;color:#fff;}
*/

.calendar {
    background: #026aaf;
    height: 36px;
    font-size: 14px;
}

.cale-left {
    float: left;
    border: none;
    background: none;
    font-family: "宋体";
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    padding: 0;
    margin: 0;
    width: 30px;
}

.cale-left:hover {
    background: #0063a5;
    color: #fff;
}

.month {
    float: left;
    color: #fff;
    line-height: 36px;
    width: 48px;
    text-align: center
}

.month b {
    color: #fff;
    font-size: 18px;
    margin-right: 2px;
}

.calendar ul {
    margin-left: 3px;
}

.calendar ul li {
    float: left;
    color: #c6e2f6;
    line-height: 36px;
    width: 30px;
    text-align: center;
}

.calendar .hover {
    background: #2880bb;
    color: #fff;
}


.picMarquee-left {
    /*width:450px; */
    overflow: hidden;
    position: relative;
    /*border:1px solid #ccc;  */
}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.picMarquee-left .bd {
    padding: 10px 0;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 9px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 200px;
    height: 130px;
    display: block;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 22px;
    padding: 5px;
    height: 30px;
    width:200px;
}

.picMarquee-left .bd ul li .title a {
    color: #000;
    font-size:14px;
}

/*微信排版样式*/
section._editor {
    position: relative;
    max-width: 414px !important;
    overflow: visible !important;
    margin-left: auto;
    margin-right: auto;
}

section._editor * {
    max-width: 100% !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-wrap: break-word !important
}

section._editor p {
    clear: both;
    min-height: 1em
}

section._editor em {
    font-style: italic
}

section._editor fieldset {
    min-width: 0
}

section._editor pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

section._editor figure {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block
}

section._editor figure > figcaption {
    text-align: center;
    display: block
}

section._editor blockquote {
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #dbdbdb
}

section._editor a {
    color: #607fa6;
    text-decoration: none
}

section._editor img {
    height: auto !important
}

section._editor img:hover {
    z-index: -1;
    cursor: pointer
}

section._editor iframe.video_iframe {
    background-color: #000000;
    width: 100%;
    position: static
}

section._editor audio,
section._editor iframe.qqmusic_iframe {
    width: 100%;
    background-color: #fff
}

section._editor iframe.qqmusic_iframe {
    margin: 10px 0
}

#link {
    height: 65px;
    background: #ffffff;
    padding-top: 20px;
}

#link a {
    font-size: 14px;
    color: #000;
}

.link {
    margin: 0 20px;
    height: 35px;
}

.link .left {
    width: 95px;
    height: 40px;
}

.link .right {
    width: 930px;
}

.link h4 {
    font-size: 17px;
    font-weight: 100;
    color: #78a8f1;
}

@media only screen and (max-width: 640px) {
    body {
        background-color: #fff;
    }

    .m-header {
        padding: 0;
        width: 100%;
        height: auto;
        margin: auto;
        background: #fff url(../image/header.jpg) center bottom no-repeat;
        overflow: hidden;
    }

    .m-header .am-icon-bars {
        font-size: 1.5rem;
        color: #ffffff;
        width: 6rem;
        text-align: center;
        border: 0px solid #CCC;
        border-radius: .5rem;
        padding: 0 .5rem;
        margin-top: 14px;
    }

    .m-header .m-logo, .m-header .m-logo img {
        width: 85%;
        padding: 5px;
    }

    #mobile-nav {
        margin: 20px 0;
        color: #a60000
    }

    #mobile-nav a {
        color: #a60000
    }

    #mobile-nav ul li {
        margin-bottom: 20px;
    }

    .scrollspy-nav {
        top: 0;
        z-index: 100;
        background: #0e90d2;
        width: 100%;
        padding: 0;
    }

    .scrollspy-nav ul {
        margin: 0;
        padding: 10px;
    }

    .scrollspy-nav li {
        display: inline-block;
        list-style: none;
    }

    .scrollspy-nav a {
        color: #eee;
        padding: 5px;
        display: inline-block;
    }

    .scrollspy-nav a.am-active {
        color: #fff;
        font-weight: bold;
    }

    .box1 .list2 .text {
        width: 295px;
        float: left;
    }

    .am-slider-t1 .am-control-nav {
        display: none;
    }

    #show {
        padding: 10px 0px;
    }

    #show .am-article-title {
        font-size: 22px;
        text-align: left !important;
    }

    .sj_title {
        margin: 25px 0px;
        background: none;
        font-size: 1.4em;
        color: #000;
        border-left: 4px solid #e60012;
        line-height: 1em;
        height: 1em;
        padding-left: 5%;
    }

    #sj_layout1 .show01 {
        height: 188px;
    }

    #sj_layout1 .show01 .box {
        border: 0px solid #ececec !important;
        width: 100% !important;
        padding: 15px !important;
        text-align: left !important;
        background: none !important;
        min-height: 25px !important;
        position: relative !important;
    }

    #sj_layout1 .show01 h2 {
        font-size: 1.4em;
        line-height: 1.4em;
        max-height: 2.8em;
        margin-bottom: 3%;
    }

    .sj_more {
        float: right;
        font-size: 1.5rem;
    }

    .sj_more a {
        color: #ababab;
    }

    #sj_layout2 {
        margin: 25px 5px 0px 5px;
    }

    #sj_layout2 li {
        padding: 1%;
    }

    #sj_layout2 p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #sj_layout3 li {
        padding-left: 20px;
        background: url(../image/ico/li1.png) no-repeat left 20px;
    }

    #sj_layout3 h3 a {
        font-size: 1.8rem;
    }

    #page_list {
        padding: 0;
    }

    #page_list .list2 .text {
        width: 75%;
    }

    #page_list .list2 li {
        padding: 0;
        height: 55px;
        border-bottom: dotted 1px #ababab;
        background: none;
        margin: 15px 0;
    }

    .pagination {
        width: 100% !important;
    }

    .pagination a {
        margin-top: 5px;
    }

    .pagination p {
        margin-top: 5px !important;
    }

    footer {
        height: 110px;
        background: #6F7C80;
        color: #fff;
        font-size: 12px;
        line-height: 25px;
        padding-top: 15px;
    }

}