* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px;
    color: #444444;
    background: #ECECEC;
}

.fontred {
    color: #ff0000;
}

.highlight {
    color: #fe6603;
    font-family: arial, helvetica, sans-serif;
}

img {
    border: 0px;
    max-width: 100%;
}

h1 {
    padding: 15px 0 0 30px;
    font-size: 38px;
    color: #ffffff;
    font-family: microsoft yahei;
}

h1 a,
h1 a:hover {
    color: #ffffff;
    text-decoration: none;
}

p {
    padding: 0px 0;
    line-height: 1.8em;
}

p#subtitle {
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #ffffff;
}

a {
    color: #4082b2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* header */

#za5fccheader {

    width: 960px;
    height: 100px;
    margin: 0 auto;
    background: #26639c url('../images/header.jpg') no-repeat;
}

#za5fccheader h1 {
    font-weight: normal;
}

.logo {
    float: left;
}

.logo img {
    max-height: 80px;
}

/* menu */

#menu {
    padding: 35px 10px 0 0;
    height: 40px;
    font-size: 14px;
}

#menu ul {
    float: right;
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    color: #ffffff;
}

#menu ul li a {
    padding: 0 20px;
    color: #ffffff;
    text-decoration: none;
}

#menu ul li a:hover {
    text-decoration: underline;
}

/* search form */

#search {
    position: absolute;
    top: 130px;
    left: 630px;
    width: 300px;
}

#search #search-text {
    float: left;
    display: block;
    width: 198px;
    font: 12px arial, helvetica, sans-serif;
    color: #b5d0e1;
    background: #4d8eb4 url('../images/searchtxt.jpg') no-repeat;
    border-top: 1px solid #5b94b6;
    border-left: 1px solid #5b94b6;
    border-bottom: 1px solid #5b94b6;
    border-right: none;
    margin: 0px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
}

#search #search-submit {
    float: left;
    display: block;
    width: 68px;
    height: 30px;
    font: 14px arial, helvetica, sans-serif;
    color: #7b9fb6;
    background: #114c76 url('../images/submit.jpg') no-repeat left top;
    border-top: 1px solid #5b94b6;
    border-right: 1px solid #5b94b6;
    border-bottom: 1px solid #5b94b6;
    border-left: none;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}

/* main */

#za5fccmain {

    width: 940px;
    padding: 10px 10px;
    background: #ffffff;
    margin: 0 auto;

}

#main2 {
    width: 928px;
    margin: 0 auto;
    padding: 5px 0px 5px 2px;
    border: 1px solid #e0ebf2;
}

/* sidebar */

#za5fccsidebar {
    float: left;
    width: 240px;
    padding-bottom: 20px;
}

#za5fccsidebar .adright {
    padding-bottom: 20px;
}

#za5fccsidebar .myphoto {
    padding: 0px 20px 5px 10px;
    width: 80px;
    float: left;
}

#za5fccsidebar .myphoto img {
    padding: 1px;
    border: 1px solid #e8e8e8;
}

#za5fccsidebar .myphoto img:hover {
    border: 1px solid #57acf7;
}

#za5fccsidebar .myintro {
    width: 120px;
    padding: 0px;
    float: left;
    line-height: 180%;
}

#za5fccsidebar h2 {
    padding-left: 20px;
    margin-bottom: 13px;
    font-size: 15px;
    font-weight: normal;
    line-height: 38px;
    color: #ffffff;
    background: #3476a7 url('../images/h2.jpg') no-repeat;
    font-family: "microsoft yahei", "����";
}

#za5fccsidebar .box {
    padding: 15px 20px 20px 20px;
    background: url('../images/box.jpg') no-repeat top;
}

#za5fccsidebar p {
    text-align: left;
}

#za5fccsidebar ul {
    list-style: none;
    padding: 5px 0 24px 0;
}

#za5fccsidebar ul li ul li {
    padding: 3px 0px 3px 0px;
    line-height: 1.8em;
    border-bottom: 1px solid #e0ebf2;
    height: 1.8em;
    overflow: hidden;

}

#za5fccsidebar ul li a {
    padding: 0;
    display: block;
    margin-bottom: 10px;
}

#za5fccsidebar ul li ul {
    padding-left: 10px;
}

#za5fccsidebar #slidebox {
    padding: 0px 0px 30px 10px;
    height: 170px;
}

#za5fccsidebar #slider {
    position: absolute;
    width: 213px;
    height: 170px;
    overflow: hidden;
    padding: 1px;
    border: 1px solid #e8e8e8;
}

#za5fccsidebar #slider .slide {
    position: absolute;
    height: 170px;
    width: 213px;
    background: #000;
    overflow: hidden;
    border-left: #ffffff solid 1px;
    cursor: default;
}

#za5fccsidebar #slider .title {
    color: #f80;
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 1.5em;
    text-decoration: none;
}

#za5fccsidebar #slider .backgroundtext {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

#za5fccsidebar #slider .text {
    position: absolute;
    top: 1%;
    top: 100%;
    color: #fff;
    font-size: 0.9em;
    text-align: justify;
    width: 180px;
    left: 10px;
}

#za5fccsidebar #slider .diapo {
    position: absolute;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: hidden;
}

.friendlink {
    line-height: 180%;
    padding: 0 10px;
}

.friendlink a {
    padding: 0px 10px;
}

/* content */

#za5fcccontent {
    float: right;
    width: 650px;
}

#za5fcccontent .web_position {
    line-height: 30px;
    padding-top: 2px;
    border: 1px solid #3AD134;
    text-indent: 25px;
}

#za5fcccontent .web_date {
    height: 10px;
    float: left;
    padding-top: 2px;
}

#za5fcccontent .web_weather {
    float: left;
    padding-left: 10px;
}

/* contentbox */
#za5fcccontentbox {
    padding-top: 20px;
}

#za5fcccontentbox .title {
    margin: auto;
    font-size: 25px;
    text-align: center;
    padding-bottom: 20px;
    color: #023848;
    font-family: microsoft yahei, ����;
}

#za5fcccontentbox .infos {
    margin: 0;
    border-top: 1px solid #c9c9c9;
    height: 20px;
    padding: 3px 0px;
    font-size: 12px;
    background-color: #f3f3f3;
    text-align: center;
}

#za5fcccontentbox .infos li {
    line-height: normal;
    float: left;
    padding: 0px 10px;
}

#za5fcccontentbox .maincontent {
    padding: 20px 0px;
    line-height: 180%;
    font-size: 14px;
}

#za5fcccontentbox .maincontent a:link {
    text-decoration: underline;
}

#za5fcccontentbox .maincontent a:visited {
    text-decoration: underline;
}

#za5fcccontentbox .maincontent p {
    padding: 5px;
    margin: 0px;
}

#za5fcccontentbox .contentabout dt {
    line-height: 30px;
    font-weight: bold;
}

#za5fcccontentbox .contentabout dd {
    line-height: 25px;
    font-size: 14px;
}

#za5fcccontentbox .contenttags {
    line-height: 30px;
}


#za5fcccontent .class_all {
    background-color: f5f5f5;
    line-height: 22px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 10px;
}

#za5fcccontent .class_all a {
    padding: 0 10px;
}

#za5fcccontent .t_page {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    font-family: arial, helvetica, sans-serif;
}

#za5fcccontent .t_page a {
    padding: 2px 5px;
    border: 1px solid #dededc;
    margin: 0px 3px;
}

#za5fcccontentbox p {
    padding: 0px;
}

#za5fcccontentbox .prenext {
    padding-bottom: 20px;
}

#za5fcccontentbox .comment {
    padding-top: 10px;
}

#za5fcccontentbox .comment .commenttopic {
    line-height: 30px;
    font-size: 22px;
    font-family: "microsoft yahei";
    text-align: center;
    margin-bottom: 20px;
}

#za5fcccontentbox .comment .commenttitle {
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
    padding-bottom: 10px;
}

#za5fcccontentbox .comment .commentbox #commentform td {
    height: 25px;
}

#za5fcccontentbox .comment .commentlist dt {
    padding: 5px 10px;
    background-color: #f5f5f5;
    height: 22px;
    line-height: 22px;
}

#za5fcccontentbox .comment .commentlist dd {
    padding: 15px 0px 15px 10px;
    line-height: 180%;
    font-size: 12px;
    color: #023848;
}

#za5fcccontentbox .comment .commentlist dd b {
    color: #185277;
}

#za5fcccontentbox .comment .commentlist dd span {
    color: #3476a8;
}

#za5fcccontentbox .comment .commentlist p {
    padding: 0px;
    line-height: 180%;
    margin: 0px;
}

#za5fcccontent .za5fccpost {
    padding: 10px 0 15px 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

#za5fcccontent .za5fccpost .meta {
    padding: 5px 0px;
    color: #999999;
    font-size: 12px;
}

#za5fcccontent h2 {
    font-size: 20px;
    color: #3476a8;
    font-family: "microsoft yahei", "����";
    font-weight: normal;
}

#za5fcccontent h2 a {
    color: #3476a8;
}

p.postmeta {
    color: #888888;
}

#za5fcccontent .entry {
    padding: 5px 0 0 0;
    font-size: 14px;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}



.post .albumblock .inner {
    width: 262px;
    height: 198px;
    border: 2px solid #e8e8e8;
    float: left;
}

.post .albumblock .inner img {
    border: 1px solid #fff;
}

.post .albumblock .inner a:hover {
    text-decoration: none;
}

.post .albumblock .inner a:visited {
    text-decoration: none;
}

.post .albumblock .inner:hover {
    border: 2px solid #3476a8;
}

.post .rightcontent {
    width: 310px;
    padding-left: 10px;
    float: left;
    line-height: 180%;
    font-size: 12px;
}

#za5fcccontent .morearticle {
    width: 100%;
    text-align: right;
}

.adcontent2 {
    width: 336px;
    margin: auto;
    padding: 10px 0px;
}

.adcontent3 {
    width: 468px;
    margin: auto;
    padding: 15px 0px;
}

/* album css */

#albumbox {}

#albumbox .albumblock {
    padding: 0px 14px 30px 10px;
    float: left;
}

#albumbox .albumblock .inner {
    width: 262px;
    height: 198px;
    position: relative;
    border: 2px solid #e8e8e8;
    overflow: hidden;
}

#albumbox .albumblock .inner img {
    border: 1px solid #fff;
}

#albumbox .albumblock .inner .albumtitle {
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    width: 260px;
    background: #3476a8;
    position: relative;
    bottom: 51px;
    left: 0;
    color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: auto;
}

#albumbox .albumblock .inner .albumtitle span {
    font-weight: normal;
    font-size: 12px;
}

#albumbox .albumblock .inner a:hover {
    text-decoration: none;
}

#albumbox .albumblock .inner a:visited {
    text-decoration: none;
}

#albumbox .albumblock .inner:hover {
    border: 2px solid #3476a8;
}



/* search content */
#search_content {
    padding-right: 15px;
}

#search_content .searchtip {
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: #023848 1px solid;
    padding-top: 10px;
}

#search_content .result_list {
    padding: 10px 10px;
    width: 100%;
}

#search_content .result_list dt {
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    line-height: 25px;
    font-family: microsoft yahei;
}

#search_content .result_list dd {
    padding: 0 0 5px 0;
    margin: 0px;
    line-height: 20px;
}

#search_content .result_list .line {
    border-bottom: #e9e8e8 1px dashed;
}

#search_content .result_list .line a {
    padding-right: 20px;
}

#search_content .result_list .line a:hover {
    text-decoration: none;
}

#search_content .search_welcome {
    line-height: 25px;
    text-align: center;
}

#search_content .search_welcome p {
    text-align: center;
}

#search_content .result_page {
    text-align: center;
    font-size: 13px;
    padding: 10px;
}

#search_content .result_page span {
    font-size: 12px;
    font-family: arial;
    padding: 0 5px;
}


/* footer */

#za5fccfooter {
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    background: url('../images/footer.jpg') repeat-y center;
    color: #ffffff
}

#za5fccfooter p {
    text-align: center;
    color: #ffffff;
}

#za5fccfooter a {
    color: #afd8e8;
}

#za5fccfooter .bottom_logo {
    float: left;
    padding-left: 30px;
}

#za5fccfooter .bottom_txt {
    float: right;
    margin: 0;
    padding-right: 30px;
    text-align: right;
    line-height: 180%;
    font-size: 10px;
}

.flinks li {
    height: auto;
    display: inline-block;
    padding-right: 15px;
    line-height: 25px;
}

/* clearfix */
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    clear: both;
}

.clearbox {
    clear: both;
    width: 996px;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
}

.clear {
    height: 1%;
    overflow: hidden;
}




/*��ҳ����*/
.navigation {
    margin: 9px 0 5px 0;
    font-size: 12px;
    float: right;
    text-align: right;
}

.za5fccjz_pages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}

.za5fccjz_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 6px;
    border: 1px solid #E9E9E9;
}

.za5fccjz_pages ul li a {
    float: left;
    padding: 2px 4px 2px;
    color: #555;
    display: block;
}

.pageinfo {
    display: block;
    height: 17px;
    padding: 2px 4px 2px;
}

.pageinfo strong,
b {
    font-weight: 100;
    color: #555;
}

.za5fccjz_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
    background-color: #ECEBEB;
    padding: 2px 4px 2px;
    font-weight: bold;
}

.commenttitle ul li {
    list-style-type: none;

}

b {
    font-weight: 500;
}

.links {
    width: 650px;
    height: 25px;
    display: block;
    text-align: right;

}

.links a {
    margin-right: 50px;
}

li {
    list-style-type: none;
}



/*  
banner
*/
.swiper-container {
    width: 100%;
}

.swiper-container img {
    max-width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-text {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -56px;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
}

.swiper-text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text .swiperbtn {
    display: block;
    background: #0064Cd;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
    background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.swiper-text .swiperbtn:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* 话题标签topic */
.za5fccmeta-tags {
    padding: 20px 0;
}

.za5fccmeta-tags .za5fcctagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
    margin-bottom: 20px;
}

.za5fccmeta-tags .za5fcctagitem:hover {
    background-color: rgba(0, 102, 255, .15);
}

.za5fccmeta-tags .za5fcctagitem:not(:last-child) {
    margin-right: 10px;
}


/* 话题标签topic列表 */
.za5fcccontainer {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

@media screen and (min-width:768px) {
    .za5fcccontainer {
        width: 750px
    }
}

@media screen and (min-width:992px) {
    .za5fcccontainer {
        width: 970px
    }
}

@media screen and (min-width:1200px) {
    .za5fcccontainer {
        width: 1170px
    }
}

@media only screen and (max-width: 1140px) {

    .za5fccmain,
    .za5fcccontainer {
        width: auto;
    }
}

.za5fccplace {
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
    margin: 20px 0;
}

.za5fccrow .za5fccrowtitle {
    text-align: center;
    padding: 30px 0 20px 0;
}

.za5fccrow .za5fccrowtitle h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.za5fccrow .za5fccrowtitle p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(119, 119, 119, 1);
    font-family: Arial;
}

/* 自定义内容 */
.za5fcccontent {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.za5fcccontent p {
    padding-bottom: 20px;
}

.za5fcccontent .contain {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 36px 40px;
    background: #FAF7F2;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.za5fcccontent .contain:hover {
    background: #EFEFEF;
}

.za5fcccontent .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}

.za5fcccontent .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}

.za5fcccontent .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}

.za5fcccontent .contain p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

/* 列表 */
.za5fccnews_list_wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.news_list_item_line {
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.news_list_item_line:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -moz-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #2ba0e8;

}

.news_list_item_line:hover a {
    color: #2ba0e8;
}

.news_list_item_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
}

.news_list_item_date {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.news_list_item_title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

.news_list_item_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news_list_item_summery {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.news_list_item_group a {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    max-width: 100%;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    margin-top: 12px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
    z-index: 2;
}

.news_list_parting_line {
    height: 0;
    border-bottom: 1px solid #ececec;
    margin: 0 1.6666%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 分页 */
.zzpages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}

.zzpages ul li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top;
}

.zzpages li.thisclass {
    background: #292a32;
    border: 1px solid #292a32;
    color: #fff;
}

.zzpages ul li:hover {
    border: 1px solid #292a32;
}

.zzpages ul li a,
.zzpages ul li .pageinfo {
    color: #292a32;
    padding: 8px 12px;
}

.zzpages li.thisclass a {
    color: #fff;
}

.zzpages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}

/* 话题标签topic列表结束 */