/*属性规范顺序：*/
/*1.定位(position)*/
/*2.盒模型（尺寸和位置）*/
/*3.其它属性(边框等)*/
html {
    height: 100%;
}

body {
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "MicrosoftYaHei", "Microsoft YaHei", "微软雅黑", STHeiti, SimSun, "宋体", SimHei, Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: 1240px;
}

div {
    font-weight: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    text-underline: none;
}

/*for global placeholder color*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9E9E9E;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9E9E9E;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9E9E9E;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9E9E9E;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #9E9E9E;
}

/*三级导航栏显示*/
.IsDisplay {
}

.MidWrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.MidWrapper.ActivityCate .nav-top-title {
    display: none;
}

.KyesonMainPageBgBlock {
    position: absolute;
    width: 100%;
    height: 800px;
    top: 0px;
    left: 0px;
    margin-left: 0px;
    overflow: hidden;
}

.KyesonMainPageBgBlock a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-width: 1240px;
    background-image: url("../images/bg_banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-position-x: 50%;
    background-position-y: 0%;
    box-sizing: border-box;
}

.KyesonMainPageBgBlock a:hover {
    cursor: default;
}

.ActivityCate .KyesonMainPageBgBlock a {
    background-image: url("../images/bg_banner2.png");
}

.MidContainer {
    width: 1240px;
    margin: 0 auto;
}

.clear-fix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.nav-wrapper {
    position: relative;
    width: 1240px;
    overflow: hidden;
}

.nav-wrapper .nav-bar-wrapper {
    width: 1200px;
    height: 45px;
    background: #E60013;
    margin: 0 auto;
    margin-top: 320px;
}

.nav-bar-wrapper .NavBarItem {
    float: left;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.nav-bar-wrapper .ItemBorder {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: rgb(150, 150, 150);
    border-color: rgba(256, 256, 256, 0.2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.nav-wrapper .nav-logo {
    position: absolute;
    left: 20px;
    top: 30px;
}

.nav-wrapper .nav-top-title {
    position: absolute;
    left: 350px;
    top: 110px;
}

.nav-wrapper .search-wrapper {
    position: absolute;
    padding-left: 50px;
    height: 32px;
    float: right;
    top: 30px;
    right: 20px;
    background: #FFFFFF;
    /*border: 1px solid #E0E0E0;*/
    /*box-shadow: 0 0 4px RGBA(0,0,0,0.2);*/

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 3px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px;
}

.search-type {
    position: absolute;
    height: 100%;
    background-color: white;
    width: 50px;
    outline: none;
    border: none;
    left: 0;
}

.HeaderSearchBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 32px;
    border: none;
    z-index: 11;
    opacity: 0;
    filter: alpha(opacity=0);
}

.HeaderSearchInput:focus {
    outline: none;
}

.SearchIco {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    padding: 6px 8px;
    float: right;
    display: inline-block;
}

.search-wrapper .search-input {
    width: 215px;
    font-size: 12px;
    float: left;
    margin: 7px 0 9px 12px;
    border: none;
}

.search-wrapper .search-commit {
    padding: 6px 8px;
    float: right;
    display: inline-block;
}

.search-input:focus {
    outline: none;
}

.footer-wrapper {
    width: 100%;
    height: 120px;
    background: #E60013;
}

.footer-block {
    display: block;
    margin: auto;
    width: 1200px;
    height: 120px;
    position: relative;
    background: #E60013;
    overflow: hidden;
}

.footer-logo {
    position: absolute;
    top: 32px;
    left: 0px;
}

.footer-content-first-line {
    position: absolute;
    top: 35px;
    right: 0px;
    float: right;
    font-size: 13px;
    color: #FFFFFF;
}

.footer-content-second-line {
    position: absolute;
    right: 0px;
    top: 70px;
    float: right;
    font-size: 13px;
    color: #FFFFFF;
}

.footer-content-second-line a {
    color: #FFFFFF;
    font-weight: bold;
}

.main-page-content-wrapper {
    top: 325px;
    width: 1200px;
    margin: 0 auto;
}

.main-page-content-wrapper .main-slider-view {
    float: left;
    width: 100%;
    height: 400px;
    background: #EFEFEF;
}

.main-page-content-wrapper .main-image-article-view {
    width: 760px;
    height: 360px;
    margin-bottom: 40px;
}

.main-page-content-wrapper .main-horizon-break-view {
    float: left;
    width: 100%;
    height: 90px;
    background: #FFFFFF;
}

.main-page-content-wrapper .main-single-line-article-view {
    width: 400px;
    height: 248px;
    margin-bottom: 40px;
}

.main-page-content-wrapper .main-single-line-article-view + .main-single-line-article-view {
    margin-left: 30px;
}

.main-single-line-article-view .SingleLineArticleBlock {
    width: 400px;
    height: 210px;
    padding-top: 30px;
    /*border-width: 0px 1px 1px 1px;*/
    /*border-color: #EDEDED;*/
    /*border-style: solid;*/
}

.SingleLineArticleBlock .SingleLineTitle {
    display: block;
    height: 19px;
    font-size: 14px;
    line-height: 19px;
    color: #404040;
    margin-bottom: 12px;
    /*单行显示*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    max-height: 19px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.cut-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 19px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.SingleLineArticleBlock .SingleLineTitle:hover {
    text-decoration: underline;
}

.main-page-content-wrapper .main-vertical-break-view {
    float: left;
    width: 40px;
    height: 360px;
}

.main-page-content-wrapper .main-vertical-500-break-view {
    float: left;
    width: 40px;
    height: 500px;
}

.main-activity-view {
    width: 400px;
    height: 395px;
    margin-bottom: 40px;
}

.main-activity-view .activity-block {
    width: 400px;
    height: 355px;
    padding-top: 30px;
    /*border-width: 0px 1px 1px 1px;*/
    /*border-color: #EDEDED;*/
    /*border-style: solid;*/
}

.activity-block .main-activity-img {
    width: 400px;
    height: 70px;
    margin-bottom: 15px;
}

.main-page-content-wrapper .main-video-view {
    width: 400px;
    height: 360px;
}

.main-video-view .VideoBlock {
    width: 400px;
    height: 320px;
    padding: 20px 30px 0px 30px;
    border-width: 0px 1px 1px 1px;
    border-color: #EDEDED;
    border-style: solid;
}

.main-video-view .VideoBlock .VideoLine {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
}

.main-video-view .VideoLine .VideoImg {
    float: left;
    width: 120px;
    height: 80px;
    background: #EFEFEF;
}

.main-video-view .VideoLine .VideoTitle {
    float: left;
    width: 200px;
    height: 80px;
    font-size: 14px;
    line-height: 26px;
    margin-left: 18px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 78px; /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.main-page-content-wrapper .home-video-view {
    float: left;
    width: 760px;
    height: 340px;
}

.home-video-view .VideoBlock {
    float: left;
    width: 760px;
    height: 340px;
}

.home-video-view .VideoBlockLeft {
    float: left;
    width: 360px;
    height: 270px;
    margin: 30px 0 0 0;
    /*border-width: 0px 1px 1px 1px;*/
    /*border-color: #EDEDED;*/
    /*border-style: solid;*/
}

.home-video-view .VideoBlockRight {
    float: left;
    width: 400px;
    height: 270px;
    margin: 30px 0 0 0;
}

.home-video-view .VideoBlock .VideoLine {
    position: relative;
    float: left;
    width: 190px;
    height: 130px;
    margin: 0 0 10px 10px;
}

.home-video-view .VideoLine .VideoImg {
    float: left;
    width: 190px;
    height: 130px;
    background: #EFEFEF;
}

.home-video-view .VideoLine .VideoTitle {
    position: absolute;
    width: 190px;
    height: 60px;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 26px;
    padding: 28px 10px 0 10px;
    background: url("../images/bg_video_title.png") repeat-x bottom;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-video-view .VideoBlockLeft .VideoLine {
    width: 360px;
    height: 270px;
    margin-left: 0;
}

.home-video-view .VideoBlockLeft .VideoImg {
    width: 360px;
    height: 270px;
}

.home-video-view .VideoBlockLeft .VideoTitle {
    width: 360px;
    font-size: 16px;
}

.main-page-content-wrapper .main-video-partner-view {
    width: 760px;
    height: 500px;
}

.main-760-horizon-banner {
    float: left;
    width: 1200px;
    height: 100px;
    background: #EFEFEF;
}

.long-banner {
    display: block;
    width: 1200px;
    height: 100px;
}

.main-long-banner-img {
    width: 1200px;
    height: 100px;
}

.main-page-content-wrapper .main-image-view {
    float: left;
    width: 400px;
    height: 340px;
}

.main-image-view .AlbumWrapper {
    width: 400px;
    height: 270px;
    margin-top: 30px;
}

.AlbumWrapper .AlbumBox {
    overflow: hidden;
    margin: -10px -10px 0 0;
}

.AlbumWrapper .AlbumBlock {
    float: left;
    width: 195px;
    height: 130px;
    margin: 10px 10px 0 0;
}

.AlbumBlock .AlbumCover {
    width: 195px;
    height: 130px;
}

.AlbumCover .AlbumCover-img {
    width: 195px;
    height: 130px;
}

.AlbumBlock .AlbumTitle {
    width: 270px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background: #8499A4;
}

.AlbumTitle:hover {
    background: #2E4450;
}

/*.main-links-view .LinksBlock:hover {*/
/*background: #8499A4;*/
/*}*/

.main-links-wrapper {
    width: 100%;
    height: 50px;
    background: #D8E3EB;
}

.main-links-wrapper .main-links-view {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.main-links-view .LinksBlock {
    float: left;
    position: relative;
    width: 190px;
    height: 50px;
    line-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background: #D8E3EB;
    color: #404040;
    font-size: 14px;
}

.LinksBlock:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12.5px;
    height: 25px;
    width: 1px; /* or 100px */
    border-left: 1px solid #C8C8C8;
}

.main-links-view .LinkBanner {
    float: left;
    width: 400px;
    height: 100px;
    margin-top: 25px;
    background: #EFEFEF;
}

.LinksBlockHeader {
    float: left;
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #D8E3EB;
    color: #404040;
    font-size: 18px;
}

.main-short-banner-img {
    width: 400px;
    height: 100px;
}

.main-page-content-wrapper .main-vertical-149-break-view {
    float: left;
    width: 40px;
    height: 249px;
}

.TitleView {
    width: 100%;
    height: 40px;
    background: #FAFAFA;
    border: 1px solid #EDEDED;
}

.TitleView .TitleTextView {
    float: left;
    width: 157px;
    height: 40px;
    color: #FFFFFF;
    padding: 7px 0px 7px 25px;
    font-size: 17px;
    font-weight: bold;
    background: url("../images/bg_red_title.png");
}

.TitleView .TitleGetMore {
    padding: 10px 0px;
    float: right;
    width: 40px;
    height: 40px;
    color: #ADADAD;
    font-size: 13px;
    margin-right: 20px;
}

.film_focus_title_block .TitleGetMore {
    padding: 4px 0px;
    float: right;
    width: 40px;
    height: 65px;
    color: #ADADAD;
    font-size: 13px;
    margin-right: 20px;
}

.MoreArrowImage {
    float: right;
    padding: 4px 0px;
}

.main-image-article-view .ArticleContentView {
    width: 760px;
    height: 290px;
    margin-top: 30px;
}

.ArticleContentView .ImageWrapper {
    float: left;
    width: 360px;
    height: 290px;
}

.ImageWrapper .ArticleImage {
    width: 360px;
    height: 240px;
}

.ImageWrapper .ImageTitle {
    width: 360px;
    height: 50px;
    background: #F2F2F2;
    font-size: 16px;
    color: #404040;
    line-height: 50px;
    padding-left: 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    max-height: 50px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.ArticleContentView .ContentWrapper {
    width: 350px;
    height: 290px;
    float: left;
    margin-left: 30px;
}

.ContentWrapper .CommonArticleBlock {
    width: 350px;
    height: 150px;
    margin-top: 25px;
}

.ContentWrapper a:hover {
    text-decoration: none;
}

.CommonArticleBlock .CommonArticle {
    width: 350px;
    height: 19px;
    margin-bottom: 12px;
    color: #404040;
    font-size: 14px;
    line-height: 19px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    max-height: 19px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.ContentWrapper .FirstArticle {
    width: 350px;
    height: 106px;
    margin-bottom: 25px;
}

.FirstArticle .FirstArticleTitle {
    width: 100%;
    height: 52px;
    color: #404040;
    font-size: 17px;
    line-height: 25px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 50px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.FirstArticle .FirstArticleInfo {
    width: 350px;
    height: 44px;
    line-height: 22px;
    color: #969696;
    font-size: 13px;
    margin-top: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 50px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

/*slider*/
/* film_focus */
.film_focus {
    width: 1200px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.film_focus .film_focus_imgs_wrap {
  
}

.film_focus ul.film_focus_imgs {
    height: 340px;
    height: 9999em;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.film_focus ul.film_focus_imgs li {
    height: 400px;
    overflow: hidden;
}

.film_focus ul.film_focus_imgs li img {
    width: 680px;
    height: 400px;
}

/*.film_focus .film_focus_desc h3 {*/
/*height:45px;*/
/*line-height:45px;*/
/*overflow:hidden;*/
/*position:absolute;*/
/*left:232px;*/
/*bottom:0;*/
/*background:rgba(0, 0, 0, .5);*/
/*color:#fff;*/
/*width:100%;*/
/*padding-left:20px;*/
/*z-index:99;*/
/*font-size:16px;*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');*/
/*}*/

.film_focus_title_block {
    width: 520px;
    height: 65px;
    position: absolute;
    right: 0;
    top: 0;
    background: #F2F2F2;
}

.film_focus_title_block .film_focus_title {
    color: #E60013;
    font-size: 19px;
    height: 19px;
    line-height: 65px;
    margin-left: 30px;
    font-weight: bold;
}

.film_focus ul.film_focus_nav {
    width: 532px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 100;
}

.film_focus ul.film_focus_nav li {
    width: 520px;
    margin-left: 12px;
    height: 40px;
    background: #F2F2F2;
    padding: 0px 30px 0 30px;
    position: relative;
    cursor: pointer;
    cursor: hand;
    color: #404040;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    line-height: 40px;

    border-width: 1px 0px 0px 0px;
    border-color: #E6E6E6;
    border-style: solid;
}

.border_bottom {
    border-width: 0px 0px 1px 0px;
    border-color: #E6E6E6;
    border-style: solid;
}

.film_focus ul.film_focus_nav li.cur {
    /*background: #F7F7F7;*/
    background: url("../images/bg_with_triangle.png") no-repeat;
    width: 532px;
    /*clean li margin*/
    margin-left: 0px;
    height: 120px;
    right: 0px;
    padding: 0px 33px 0 25px;
    _background: url("../images/bg_with_triangle.png") no-repeat 0 0;
    word-break: break-all;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    border: 0;
}

.film_focus ul.film_focus_nav li .FocusContent {
    display: none
}

.film_focus ul.film_focus_nav li .FocusContent .CommonContent {
    display: block
}

.film_focus .CommonContent {
    width: 460px;
}

.film_focus ul.film_focus_nav li.cur .FocusContent {
    display: block;
    display: table-cell;
    height: 120px;
    padding: 20px 20px 24px 12px;

}

.FocusContent:before {
    content: "\A";
    border-style: solid;
    border-width: 24px 12px 24px 0;
    border-color: transparent #333 transparent transparent;
    position: absolute;
    left: -45px;
}

.FocusContent .FocusMainTitle {
    display: block;
    width: 100%;
    height: 26px;
    color: #404040;
    font-size: 17px;
    line-height: 26px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 26px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.FocusContent .FocusSubTitle {
    display: block;
    width: 470px;
    height: 44px;
    line-height: 22px;
    color: #969696;
    font-size: 13px;
    margin-top: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 50px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.film_focus ul.film_focus_nav li.cur .CommonContent {
    display: none
}

/*slider end*/

.inews-wrapper {
    top: 325px;
    width: 1200px;
    min-height: 1496px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 40px 60px 60px 60px;
}

.inews-wrapper .inews-body-wrapper {
    width: 730px;
    float: left;
}

.inews-body-wrapper .body-title {
    color: #E60013;
    font-size: 28px;
    font-weight: bold;
}

.sub-body-title {
    height: 38px;
    display: block;

    border-width: 0px 0px 1px 0px;
    border-color: #E60013;
    border-style: solid;
}

.sub-body-title-block {
    height: 22px;
    display: block;
}

.sub-body-title .ico-back {
    display: inline;
    width: 8px;
    height: 14px;
    margin-bottom: 4px;
}

.sub-body-title .sub-title {
    display: inline;
    color: #E60013;
    font-size: 17px;
    margin-left: 6px;
}

.inews-wrapper .common-right-menu {
    width: 280px;
    height: 1378px;
    float: right;
}

.common-right-menu .common-right1-block {
    width: 280px;
    height: 429px;
}

.right-common-title-block {
    width: 280px;
    height: 40px;
}

.right-common-title-get-more {
    padding: 10px 0px;
    float: right;
    width: 40px;
    height: 40px;
    color: #ADADAD;
    font-size: 13px;
    margin-right: 20px;
}

.right-common-more-arrow {
    float: right;
    padding: 4px 0px;
}

.right-common-title-img {
    float: left;
}

.right-common-title-content {
    float: left;
    font-size: 17px;
    color: #404040;
    line-height: 40px;
    margin-left: 15px;
}

.right-common-image-block {
    margin-top: 20px;
    width: 280px;
    height: 210px;
}

.right-common-image-block .ArticleImage {
    width: 280px;
    height: 160px;
}

.right-common-image-block .ImageTitle {
    display: block;
    width: 280px;
    height: 50px;
    background: #F2F2F2;
    font-size: 14px;
    color: #404040;
    line-height: 50px;
    padding: 0px 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 50px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.right-common-list-block {
    width: 280px;
    height: 140px;
    margin-top: 25px;

    border-width: 0px 0px 1px 0px;
    border-color: #E60013;
    border-style: solid;
}

.right-common-list-block .CommonArticle {
    width: 280px;
    height: 17px;
    margin-bottom: 15px;
    color: #404040;
    font-size: 13px;
    line-height: 17px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    max-height: 17px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.common-right2-block {
    width: 280px;
    height: 429px;
    margin-top: 40px;
}

.common-right3-block {
    width: 280px;
    height: 330px;
    margin-top: 40px;
}

.right-common-video-block {
    margin-top: 20px;
    width: 280px;
    height: 270px;
}

.right-common-video-block .VideoLine {
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
}

.right-common-video-block .VideoLine .VideoImg {
    float: left;
    width: 120px;
    height: 80px;
    background: #EFEFEF;
}

.right-common-video-block .VideoLine .VideoTitle {
    float: left;
    width: 140px;
    height: 80px;
    font-size: 14px;
    line-height: 26px;
    margin-left: 18px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 80px; /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.right-common-bottom-banner {
    margin-top: 40px;
    width: 280px;
    height: 70px;
    background: #EFEFEF;
}

.right-common-banner-img {
    width: 280px;
    height: 70px;
}

.article-with-thumbnail-list-item {
    width: 730px;
    height: 159px;
    margin-top: 20px;

    border-width: 0px 0px 1px 0px;
    border-color: #EDEDED;
    border-style: solid;
}

.article-list-item-title-with-title-and-date {
    width: 730px;
    height: 22px;
    position: relative;
}

.article-list-item-title-with-title-and-date .title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 590px;
    line-height: 22px;
    font-size: 17px;
    color: #404040;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 22px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.article-list-item-title-with-title-and-date .date {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #A7A7A7;
    font-size: 13px;
    line-height: 17px;
}

.article-no-thumbnail-list-item {
    width: 730px;
    height: 115px;
    margin-top: 20px;
    border-width: 0px 0px 1px 0px;
    border-color: #EDEDED;
    border-style: solid;
}

.article-list-item-thumbnail-img {
    float: left;
    width: 140px;
    height: 96px;
    margin-top: 20px;
}

.article-list-item-thumbnail-info {
    display: block;
    float: right;
    margin-top: 30px;
    width: 570px;
    height: 52px;
    line-height: 26px;
    font-size: 13px;
    color: #969696;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 52px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.article-list-item-no-thumbnail-info {
    display: block;
    margin-top: 20px;
    width: 730px;
    height: 52px;
    line-height: 26px;
    font-size: 13px;
    color: #969696;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 52px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.inform-with-big-date-list-item {
    width: 730px;
    height: 115px;
    margin-top: 20px;
    border-width: 0px 0px 1px 0px;
    border-color: #EDEDED;
    border-style: solid;
}

.inform-with-big-date-list-item .inform-list-item-date-block {
    width: 54px;
    height: 54px;
    float: left;
}

.inform-list-item-date-block .inform-day {
    color: #969696;
    font-size: 28px;
    font-weight: bold;
    line-height: 27px;
    height: 37px;
    text-align: center;
    margin-top: 3px;
}

.inform-list-item-date-block .inform-year-month {
    color: #969696;
    font-size: 13px;
    height: 17px;
    line-height: 17px;
}

.inform-with-big-date-list-item .inform-list-item-content {
    width: 651px;
    height: 90px;
    float: right;
}

.inform-list-item-content .inform-item-title {
    display: block;
    width: 651px;
    height: 22px;
    line-height: 22px;
    font-size: 17px;
    color: #404040;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 22px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.inform-list-item-content .inform-item-subtitle {
    display: block;
    margin-top: 15px;
    width: 651px;
    height: 52px;
    line-height: 26px;
    font-size: 13px;
    color: #969696;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 52px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.activity-wrapper {
    top: 325px;
    width: 1200px;
    height: 1105px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 40px 60px 60px 60px;
}

.activity-wrapper .activity-body-wrapper {
    width: 1080px;
    float: left;
    padding: 0px 30px;
}

.activity-body-wrapper .body-title {
    color: #E60013;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.activity-body-wrapper .activity-item-box {
    overflow: hidden;
    margin-right: -50px;
}

.activity-body-wrapper .activity-item-block {
    display: block;
    float: left;
    width: 307px;
    height: 256px;
    position: relative;

    width: calc(33.3% - 50px);
    margin-right: 50px;
    margin-bottom: 50px;
}

.activity-item-block .activity-item-count-number {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    background: #E60013;
}

.activity-item-block .activity-item-thumbnail {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 307px;
    height: 206px;
}

.activity-item-block .activity-item-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 307px;
    padding: 0px 15px;
    height: 50px;
    text-align: center;
    color: #404040;
    font-size: 15px;
    line-height: 50px;
    background: #EBEBEB;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 50px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.activity-item-block .activity-no-img-item-title {
    width: 276px;
    height: 22px;
    color: #404040;
    font-size: 15px;
    line-height: 22px;
    position: absolute;
    top: 50px;
    left: 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 22px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.activity-item-block .activity-no-img-item-subtitle {
    width: 276px;
    height: 110px;
    color: #969696;
    font-size: 13px;
    line-height: 22px;
    position: absolute;
    top: 87px;
    left: 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 110px; /* fallback */
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.grey-background {
    display: block;
    background: #F2F2F2;
    border-width: 1px 0px 0px 0px;
    border-color: #E60013;
    border-style: solid;
}

.download-list-item {
    width: 730px;
    height: 45px;
    margin-top: 20px;
}

.download-list-item .download-tag-block {
    width: 3px;
    height: 15px;
    background: #E60013;
    float: left;
    margin-top: 11px;
}

.download-list-item .download-item-block {
    width: 712px;
    height: 41px;
    margin-top: 4px;
    float: right;

    border-width: 0px 0px 1px 0px;
    border-color: #ededed;
    border-style: dashed;
}

.download-item-block .download-item-title {
    float: left;
    width: 610px;
    height: 28px;
    font-size: 15px;
    color: #404040;
    line-height: 28px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 28px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.download-item-block .download-item-btn {
    float: right;
    width: 60px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #404040;
    font-size: 13px;

    border: 1px #BDBDBD solid;

    border-radius: 3px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px;

    /* Firefox 1-3.6 */
    -moz-border-radius: 3px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px;
}

.download-5-block-space {
    margin-bottom: 30px;

    border-width: 0px 0px 1px 0px;
    border-color: #ededed;
    border-style: solid;
}

.album-item-box {
    overflow: hidden;
    margin-right: -40px;
}

.album-photo-title {
    height: 26px;
    color: #404040;
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 26px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.HideAlbum {
    display: none !important;
}

.album-photo-subtitle {
    width: 570px;
    height: 52px;
    color: #969696;
    font-size: 13px;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 12px;
    text-align: center;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 52px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.album-item-box .album-item-block {
    display: block;
    float: left;
    width: 345px;
    height: 290px;
    position: relative;
    margin-top: 40px;

    width: calc(50% - 40px);
    margin-right: 40px;
    /*margin-bottom: 40px;*/
}

.album-item-block .album-photo-count {
    position: absolute;
    width: 50px;
    height: 30px;
    top: 0;
    left: 0;
    line-height: 30px;
    text-align: center;
    background: #E60013;
    color: #FFFFFF;
    font-size: 12px;
}

.album-item-block .album-image {
    width: 345px;
    height: 210px;
}

.album-item-block .album-image-info-block {
    width: 345px;
    height: 80px;
    background: #F2F2F2;
    overflow: hidden;
}

.album-image-info-block .album-image-info-title {
    width: 305px;
    height: 22px;
    font-size: 16px;
    color: #404040;
    line-height: 22px;
    margin-top: 15px;
    margin-left: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 22px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.album-image-info-block .album-image-info-date-block {
    height: 17px;
    margin-top: 15px;
    margin-left: 20px;
}

.album-image-info-date-block .date-icon {
    width: 12px;
    height: 12px;
}

.album-image-info-date-block .date-text {
    height: 17px;
    color: #808080;
    font-size: 13px;
    margin-left: 10px;
    line-height: 17px;
    display: inline-block;
}

/*album*/
.fancybox-nav span {
    visibility: visible;
}

.fancybox-skin {
    border-radius: 0;
    padding: 0 !important;
}

.AlbumContentWrapper {
    /*width: 940px;*/
    /*height: 580px;*/
    background: #222;
    display: none;
    position: relative;
}

.AlbumContentWrapper .ImgWrapper {
    white-space: nowrap;
    text-align: center;
    /*width: 940px;*/
    /*height: 500px;*/
}

.AlbumContentWrapper .ImgWrapper img {
    vertical-align: middle;
    /*width: 940px;*/
    /*height: 500px;*/
}

.AlbumContentWrapper .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.AlbumContentWrapper .AlbumDesc {
    position: relative;
    height: 80px;
    line-height: 80px;
    background: #E60013;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 65px;
    color: #fff;
}

.fancybox-prev span {
    width: 21px;
    height: 40px;
    left: -50px;
    background: url("../images/ico_arrow_left.png");
}

.fancybox-next span {
    width: 21px;
    height: 40px;
    right: -50px;
    background: url("../images/ico_arrow_right.png");
}

.fancybox-close {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
}

.CloseAlbum {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 1000;
    cursor: pointer;
}

.fancybox-nav {
    height: 90%;
}

.AlbumNum {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 20px;
    color: #FFFFFF;
}

/*ArticleDetail page*/
.NewsDetailWrapper {
    width: 100%;
    margin-top: 30px;
}

.NewsDetailWrapper .NewsDetailBox {

}

.NewsDetailWrapper .NewsDetailBox .DetailHeader {
    /*height: 87px;*/
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}

.DetailHeader .NewsTitleBlock {
    width: 100%;
    display: block;
    padding-bottom: 14px;
}

.DetailHeader .NewsTitle {
    width: 560px;
    font-size: 22px;
    color: #404040;
    text-align: center;
    display: inline;
    line-height: 1.3em;
}

.DetailHeader .NewsAuthor,
.DetailHeader .NewsResource,
.DetailHeader .NewsUpdateTime,
.DetailHeader .ViewTimes,
.DetailHeader .ShareBtn {
    height: 20px;
    font-size: 13px;
    color: #969696;
    display: inline;
    margin-right: 20px;
}

.NewsDetailContent {
    /*color: #404040;*/
    /*font-size: 14px;*/
    margin-top: 20px;
    line-height: 2em;
    /*text-indent: 2em;*/
}

.NewsDetailContent img {
    max-width: 1020px;
}

/*分页*/

.pagination-block {
    text-align: center;
}

.pagination {
}

.pagination li > a:hover, .pagination > .active > a {
    background: none;
    border: 1px solid #E60013;
}

.pagination ul {
    display: inline-block;
    *display: inline; /* For IE7 */
    *zoom: 1; /* For IE7 */
    vertical-align: top;
}

.pagination > li > a {
    padding: 11px 16px;
}

.main-block-left {
    width: 760px;
    float: left;
    margin-top: 40px;
}

.main-block-right {
    width: 400px;
    float: right;
    margin-top: 40px;
}