/*html{ -webkit-filter: grayscale(1);} */
/*变灰*/
body {
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    color: #333;
    background: white;
    position: relative;
}

i {
    font-style: normal;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    cursor: pointer;
    color: #000;
    vertical-align: middle;
}

a:hover {
    color: #cc3333;
    text-decoration: underline;
}

/* 省略号 */
.textOverflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 版心 */
.indexHome {
    width: 1202px;
    margin: 0 auto;
    border: 1px solid #c3c3c3;
    border-top: none;
    background-color: #fff;
}

/* 顶部轮播图 */
.bannerSwiper .topBannerprev {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 10px;
    background: url(../images/ico_arrow.png) no-repeat 0 0;
    opacity: 0.6;
    opacity: 1;
    filter: alpha(opacity=60);
    top: 50%;
    z-index: 2;
    margin-top: -27px;
}

.bannerSwiper .swiper-slide {
    cursor: pointer;
}

.bannerSwiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}
.bannerSwiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1;
}


.bannerSwiper .bannerSwiperPrev:hover {
    background-position: 0 -58px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.bannerSwiper .bannerSwiperNext {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 10px;
    background: url(../images/ico_arrow.png) no-repeat -54px 0;
    opacity: 0.6;
    opacity: 1;
    filter: alpha(opacity=60);
    top: 50%;
    z-index: 2;
    margin-top: -27px;
}

.bannerSwiper .topBannernext:hover {
    background-position: -54px -58px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.bannerSwiper img {
    display: block;
    width: 100%;
}

/* 导航nav部分 */
.navContent {
    width: 1200px;
    min-width: 1000px;
    border-radius: 4px;
    border: 1px solid #ededed;
    border: 1px solid #ddd;
    margin: 15px auto 10px;
    border-right: 0;
    border-left: 0;
}

.navContent .clearfix li {
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
}

.navContent .clearfix li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    width: 1px;
    height: 60%;
    background: radial-gradient(circle at center, #c3c3c3 1%, #fff 100%);
}

.navContent .clearfix .lastnavli::after {
    width: 0;
}

.navContent .clearfix li:hover .ico img {
    transition: opacity ease 0.3s;
}

.navContent .clearfix li .ico img {
    width: 60px;
    margin: 0 auto;
}

.navContent .clearfix li:hover p {
    color: #d80a09 !important;
}

.navContent .clearfix li .ico {
    margin-bottom: 14px;
    position: relative;
    transition: 0.3s ease-in;
    top: 10px;
    margin-top: 4px;
}

.icon {
    top: 0px !important;
}

.navContent .clearfix li a {
    color: #ffffff;
}

.navContent .clearfix li p {
    font-size: 17px;
    margin-bottom: 8px;
    color: #000;
    font-weight: 700;
}

.navContent .clearfix li .clickUrl {
    display: inline-block;
    text-align: center;
}

/* 新闻中心列表 */
.newsBannersList ul {
    max-height: 6.7em;
    margin-bottom: 11px;
    overflow: hidden;
    margin-bottom: 0;
}

.newsBannersList ul li {
    margin-right: 5px;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dotted #b1b1b2;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.newsBannersList ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #444444;
}

.newsBannersList ul li a {
    color: #000;
    font-size: 16px;
}

.newsBannersList a:hover {
    color: #cc3333;
}

@media (max-width: 767px) {
    .newsBannersList>ul>li {
        height: auto;
    }
}

/* 新闻中心轮播图 */
.newsContent {
    padding-bottom: 20px;
    width: 1200px;
    margin-left: 0
}

.newsContent .newsBanner li {
    position: relative;
}
.newsContent .swipernewsBanner img {
    height: 400px;
    width: 100%;
}

/* 内容区域 */
#noticelist .noticeListLi {
    padding-bottom: 15px;
    margin-right: 15px;
}

#noticelist .noticeListLi a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

#noticelist .noticeListLi a:hover {
    color: #cc3333;
}

#noticelist img {
    height: 180px;
    border-radius: 20px;
}

/* 内容区域li的样式 */
#noticelist li {
    position: relative;
    border-bottom: 1px dashed #b1b1b2;
    margin-bottom: 0;
    padding-left: 15px;
    overflow: hidden;
}

#noticelist li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    margin-top: -3px;
    border-radius: 50%;
    background-color: #d80a09;
}

#noticelist .noticeListLeft {
    float: left;
    width: 45%;
}

#noticelist .noticeListRight {
    float: right;
    width: 53%;
    margin-top: 3px;
}

#noticelist .noticeListRight li a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 32px;
    padding-bottom: 3px;
}


@media (min-width: 992px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

/* 
	活动专栏
	学习专栏
	数字图书馆

*/
/* 学习活动平台 */
.studyStyle .studyStyleRight,
.studyStyle .studyStyleLeft {
    position: relative;
    padding: 0;
    padding-left: 15px;
    padding-right: 5px;
    float:left;
}
.studyStyle .studyStyleRight .isBoxShadow,
.studyStyle .studyStyleLeft .isBoxShadow {
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .2);
}
.studyStyle .studyStyleLeft {
    padding-right: 15px;
    padding-left: 5px;
}

.studyStyle .studyStyleRight ul {
    width: 100%;
}
.studyStyle .studyStyleLeft ul {
    height: 180px;
    width: 100%;
    /* float: left; */
    /* width: 50%; */
    padding: 10px 0;
    overflow: hidden;
}

.studyStyleRight .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 1;
}
.studyStyleRight .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #007aff;
}

.studyStyle .studyStyleRight ul li img {
    height: 180px;
    display: block;
    width: 100%;
    cursor: pointer;
} 

.studyStyle .studyStyleRight .isTitle,
.studyStyle .studyStyleLeft .isTitle {
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
    padding-left: 32px;
}
.studyStyle .studyStyleRight .isTitle span,
.studyStyle .studyStyleLeft .isTitle span {
    height: 18px;
    position: absolute;
    border-right: 3px solid #D80A09;
    left: 10px;
    top:12px;
}
.studyStyle .studyStyleRight .isTitle .rightMore,
.studyStyle .studyStyleLeft .isTitle .rightMore {
    position: absolute;
    right: 10px;
    top: 12px;
    height: 16px;
    font-size: 15px;
    display: block;
    color: #666666;
    font-weight: 400;
}
.studyStyle .studyStyleLeft li {
	float: left;
	margin-top:10px;
	/*border-bottom: 1px dashed #b1b1b2;*/
    width: 50%;
    /* width:100%; */
    height: 46px;
    line-height: 46px;
    padding-left: 12px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.studyStyle .studyStyleLeft li:before {
    content: "";
    position: absolute;
	width:10px;
	height:10px;
	padding-left:5px;
     /* width: 46px;
    height: 46px;
    top: 50%;
    left: 15px;
     margin-top: -2px;
    border-radius: 50%;
    background-color: #D80A09;*/
}

.studyStyle .studyStyleNav {
    margin-bottom: 20px;
    /* width: 60%; */
}

.studyStyle .studyStyleNav li {
    float: left;
}

#studyNavListId li {
    float: left;
    text-align: center;
    margin-right: 0;
    padding: 0 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-right: 2px;
    height: 33px;
    line-height: 30px;
    color: #ffffff;
    background: linear-gradient(180deg, #cc3333, #cc0000);
    border-radius: 5px;
}

#studyNavListId li:hover {
    background-color: #ce1126;
}

.studyStyle .lihoverColor {
    background-color: #ce1126;
    color: #ffe26f !important;
}

.studyStyle .studyContentListi {
    width: 65%;
    float: right;
}

.studyNavList {
    cursor: pointer;
}

.studyStyle .activityContentList {
    width: 100%;
}

.studyStyle .activityContentList li {
    position: relative;
    width: 100%;
    /* background:pink; */
    margin-bottom: 5px;
    padding-left: 12px;
    height: 28px;
    line-height: 28px;
    margin-right: 0;
    float: none;
    /*border-bottom: 1px dashed #ddd;*/
}
#studyContentList ul li{
    border-bottom: 1px dashed #ddd;
}
#studyContentList ul li:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    margin-top: -2px;
    border-radius: 50%;
    background-color: #d80a09;
}
.focusBox li{
     border-bottom: 0px dashed #ddd;
}

.activityContentList li:before {
    /*content: "";*/
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    margin-top: -2px;
    border-radius: 50%;
    background-color: #d80a09;
}

.studyStyle .studyStyleImg {
    width: 32%;
    overflow: hidden;
}

.studyStyle .studyStyleImg li {
    width: 100%;
}

.studyStyle .studyStyleImg img {
    cursor: pointer;
}

.publicstyletitle {
    height: 30px;
    margin-bottom: 20px;
}

.publicstyletitle .publicstyletitleA {
    width: 200px;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.publicstyletitle .publicstyletitleA:hover {
    text-decoration: none;
}

.publicstyletitle .publicstyletitleA i {
    display: inline-block;
    font-size: 22px;
    color: #cc3333;
    font-weight: 700;
    font-style: normal;
    height: 30px;
    line-height: 30px;
}

.publicstyletitle .leftSpan {
    border-bottom: 1px solid #d80a09;
    height: 1px;
    display: block;
    position: absolute;
    width: 43%;
    left: 0;
    top: 15px;
}

.publicstyletitle .rightSpan {
    border-bottom: 1px solid #d80a09;
    height: 1px;
    display: block;
    position: absolute;
    width: 43%;
    right: 0;
    top: 15px;
}

/* 活动专栏中的样式切换 */
.studyNavListImg img {
    height: 70px;
}

.activityNavBtn {
    display: none;
}

.activityNavleft {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    outline: none;
    cursor: pointer;
}

.activityNavright {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    outline: none;
    cursor: pointer;
}

.ullistDisplay {
    display: none;
}

.imglistDisplay {
    display: none;
}

.listDisplayBlock {
    display: block;
}

/* 数字图书馆标题 */
.library .publicstyletitle {
    margin-bottom: 8px;
}

/* 底部-- 更多功能 */
.footerMoreNav {
    text-align: center;
    width: 100%;
}

.footerMoreNav h3 {
    font-weight: 700;
    font-size: 22px;
    color: #cc3333;
}

.footerMoreNav li {
    float: left;
    margin-right: 7.36%;

}

.footerMoreNav img {
    width: 90px;
    margin: 0 auto;
}

/* 底部下拉框 */
.indexFooterSelect {
    margin: 0 auto;
}

.indexFooterSelect li {
    float: left;
    margin: 0 5px;
}

.indexFooterSelect li select {
    width: 238px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #565656;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #eeeeee;
    text-align: center;
    text-align-last: center;
}

.indexFooterSelect li select option {
    width: 238px;
}



/* 回到顶部 */
#backtotop {
    /* display:none; */
    position: fixed;
    top: 75%;
    right: 20px;
    width: 50px;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-10px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(10px);
    }
}

.animate-bounce-down {
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
    -moz-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}

/* 右侧悬浮图标 */
/* 2019-8-16 */
.rightslidebox {
    position: fixed;
    top: 0;
    width: 80px;
    height: 300px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

/* 轻触右侧打开 */
.slidehand {
    width: 80px;
    opacity: 100;
    height: 100px;
    background: url(../images/righticon.png) no-repeat center center;
    font: 12px/24px "Microsoft YaHei";
    color: #fff;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}

.slidehand span {
    display: inline-block;
    width: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    font: 12px/24px "Microsoft YaHei";
    color: #fff;
    color: #333333;
    color: #ff0000;
    margin-top: 28px;
    text-align: left;
}

.slidehand.hide {
    opacity: 0;
}

/* 展示列表 */
.sidebar.show {
    right: 0;
}

.sidebar {
    position: fixed;
    right: -80px;
    bottom: auto;
    top: 50%;
    z-index: 100;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sidebar a {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 1px;
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: center 13px;
    cursor: pointer;
}

.sidebar a:hover {
    background-color: #db261d;
    color: #fff;
}

.sidebar a span {
    position: absolute;
    right: 75px;
    top: 0;
    width: 100px;
    height: 100px;
    display: none;
}

.sidebar a img {
    max-width: 100%;
}

.sidebar i {
    display: block;
    width: 100%;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
}

.sidebar .side01 {
    background-image: url(../images/side01.png);
    background-size: 30px 30px;
}

.sidebar .side01:hover {
    background-image: url(../images/sideac01.png);
    background-size: 30px 30px;
}

.sidebar .side02 {
    background-image: url(../images/side02.png);
    background-size: 30px 30px;
}

.sidebar .side02:hover {
    background-image: url(../images/sideac02.png);
    background-size: 30px 30px;
}

.sidebar .side03 {
    background-image: url(../images/side03.png);
    background-size: 30px 30px;
}

.sidebar .side03:hover {
    background-image: url(../images/sideac03.png);
    background-size: 30px 30px;
}

.sidebar .side04 {
    background-image: url(../images/side04.png);
    background-size: 30px 30px;
}

.sidebar .side04:hover {
    background-image: url(../images/sideac04.png);
    background-size: 30px 30px;
}

.sidebar .side05 {
    background-image: url(../images/side05.png);
    background-size: 30px 30px;
}

.sidebar .side05:hover {
    background-image: url(../images/sideac05.png);
    background-size: 30px 30px;
}


/* 活动专栏-- 磐石工程 */
.activityMap {
    /* padding: 0 15px; */
    margin-bottom: 10px;
    background: url("../images/background.jpg") no-repeat center;
    background-size: 100% 100%;
    padding-top: 6px;
    position: relative;
}

.activityMap h3 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    left: 566px;
    top: -5px;
}

.activityMap .activityMapLeft1 {
    position: relative;
    float: left;
    width: 600px;
    height: 500px;
    /* background: url('../images/0.png') no-repeat center; */
    cursor: pointer;
}

.activityMap .activityMapLeft>div {
    position: absolute;
    display: inline-block;
    /* width: 74px;
	height: 35px; */
    width: 89px;
    height: 43px;
    font-size: 14px;
    background: url("../images/biaozhu.png") no-repeat center;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}

.activityMap .icon_1 {
    left: 175px;
    top: 270px;
}

.activityMap .icon_2 {
    left: 228px;
    top: 135px;
}

.activityMap .icon_3 {
    left: 388px;
    top: 88px;
}

.activityMap .icon_4 {
    left: 446px;
    top: 170px;
}

.activityMap .icon_5 {
    left: 408px;
    top: 277px;
}

.activityMap .icon_6 {
    left: 515px;
    top: 300px;
}

.activityMap .activityMapRight {
    float: right;
    width: 590px;
    height: 495px;
      /*margin-right: 30px;
    margin-top: 6px;*/
}

.activityMap .activityMapRight .activityMapRightContent {
    position: relative;
    /* height:240px;    */
    height: 289px;
    background-color: #e8eced;
    padding: 0 20px;
}

.activityMap .activityMapBtnPos {
    position: absolute;
    left: 788px;
    bottom: 22px;
    z-index: 999;
}

.activityMap .activityMapBtn {
    position: relative;
    display: inline-block;
    background: #bbb;
    cursor: pointer;
    margin: 0 4px;
    width: 40px;
    height: 40px;
    outline: none;
}

.activityMapRightTitle {
    position: relative;
    /* height: 274px; */
    height: 225px;
    width: 400px;
}

.activityMapRightTitle .videoSrc {
    height: 225px;
    width: 400px;
}

.activityMapRightTitle .videoSrc1 {
    height: 225px;
    width: 400px;
}

.activityMapRightSpan {
    height: 32px;
    display: block;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 50;
}

.activityMapRightSpan:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 62.5%;
    height: 32px;
    background: url("../images/activity01.png") 0 0 no-repeat;
    -o-background-size: 100% 32px;
    background-size: 100% 32px;
}

.activityMapRightSpan i {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: url("../images/activity02.png") 0 0 no-repeat;
    -o-background-size: 100% 32px;
    background-size: 100% 32px;
    width: 45%;
}

.activityMap .h4 {
    color: #4c4c4c;
    font-size: 18px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    /* height: 24px;
	line-height: 24px; */
    margin-bottom: 3px;
    padding-top: 35px;
}

.activityMapRightContentText {
    color: #929292;
    font-size: 14px;
    /* height: 105px;    */
    /* height: 150px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box; */
    /*-webkit-line-clamp: 5;             可以显示的行数，超出部分用...表示*/
    /* -webkit-box-orient: vertical; */
}


/* 新闻标题 2019-10-12 修改*/
.newsTitle {
    width: 1200px;
    margin-left: 0;
    padding-bottom: 0;
    position: relative;
    text-align: left;
}

.newsTitle #newsTitle {
    background: #fdf7f5;
    border: #fdcebd solid 1px;
    height: 120px;
    /* padding: 10px 45px 20px; */
    padding-top: 16px;
    position: relative;
    margin-top: 10px;
    width: 1170px;
    margin: 10px auto;
}

.newsTitle #newsTitle p {
    text-align: center;
    margin: 10px auto 0;
    color: #999;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
}

.newsTitle #newsTitle p a {
    color: #be0c09;
    font-size: 14px;
    vertical-align: top;
}

.newsTitle .newsTitleA {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsTitle .newsTitleA:first-child {
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #be0c09;
    text-align: center;
    margin: 0 auto;
}

.newsTitleImage {
    width: 86px;
    height: 86px;
    background: url(../images/newsiconimage.png) no-repeat;
    position: absolute;
    top: -7px;
    left: 7px;
    float: left;
    z-index: 100;
}

/* 2019-10-14  数字图书馆*/
.footerLibrary {
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
}

/* 标题 */
.libraryHead {
    height: 44px;
    line-height: 44px;
    background: #f4f4f4;
    position: relative;
    margin: 0 15px 15px;
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
}

.libraryHead>span {
    position: relative;
}

.libraryHead>span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -12px;
    height: 2px;
    background: #cc3333;
    width: 100%;
}

.libraryHead ul {
    position: absolute;
    left: 240px;
    line-height: 42px;
    right: 0;
    top: 0;
}

.libraryHead>ul>li {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
}

.libraryHead>ul>li:last-child {
    float: right;
}

.libraryHead>ul>li.clicked {
    height: 44px;
    line-height: 44px;
    background: #fff;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #e60000;
}

.libraryHead ul li a {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

/* 更多 */
.libraryHead .moreBooks {
    font-weight: 400;
    color: #808080;
}

/* 数字图书馆  内容*/
.libraryBody {
    margin: 0;
    padding: 0 15px;
}

.libraryBody .isLibraryContent {
    display: none;
}

.libraryBody .isLibraryBlock {
    display: block;
}

.libraryBody .libraryDetail {
    float: left;
    width: 100%;
}

.libraryBody .libraryDetail img {
    height: 180px;
    width: 100%;

}

.libraryBody .libraryDetail ul li {
    border-radius: 5px;
    width: 13.18%;
    margin-right: 15px;
    float: left;
}

.libraryBody .libraryDetail ul li:last-child {
    margin-right: 0;
}

.libraryBody .libraryDetail ul li a {
    display: block;
    text-decoration: none;
}

.libraryBody .libraryDetail ul li a:hover p {
    color: #cc3333;
    text-decoration: none;
}

.libraryBody .libraryDetail ul li a:hover div {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .22);
    border: 1px solid #ccc !important;
    background: -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF);
}

.libraryBody .libraryDetail ul li a div {
    border-radius: 5px;
    padding: 6px;
    border: 1px solid #c3c3c3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    background: -webkit-linear-gradient(bottom, #f1f1f1, #eeeeee);
}

/* 文字居中 */
.libraryDetail ul li p {
    text-align: center;
    margin: 6px 0;
}

/* 标题过长溢出隐藏 */
.libraryDetail .isLibraryContentTwo p {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* layer弹窗 */
.layui-layer-content {
    height: 70px !important;
}

/* 内容区域 */
.isContentTitle {
    position: relative;
    padding: 5px 0 5px 0;
    margin-right: 15px;
    border-top: 1px solid #ddd;
}

.isContentTitle a {
    color: #cc3333;
    font-weight: 600;
    font-size: 18px;
    font-weight: 700;
}

.isContentTitle span {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 2px;
    background: #cc3333;
}

/* 学习专栏 */
.educationLis {
    width: 100%;
}
.educationLis .educationLisTitle {
    position: relative;
    padding: 5px 0 5px 0;
}

.educationLis .educationLisTitle a {
    color: #cc3333;
    font-weight: 600;
    font-size: 18px;
    font-weight: 700;
}

.educationLis .educationLisTitle span {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 2px;
    background: #cc3333;
}
.educationLis img{
    display: block;
    width: 100%;
    cursor: pointer;
}

.studyNavleft {
    position: absolute;
    top: 38px;
    left: 15px;
    z-index: 10;
    outline: none;
    cursor: pointer;
}

.studyNavright {
    position: absolute;
    top: 38px;
    right: 15px;
    z-index: 10;
    outline: none;
    cursor: pointer;
}
/*===================要闻dongtai css======================*/
.rconnet{ width:100%; margin:0px auto 0px auto;}
.rnavt{width:100%; height:35px; margin:0px auto; background-color:#ffffff;}
.rnav{ width:98%; height:35px; margin:0px 0px 0px 0px;}
.rnavA{padding:0 1em 0 1em; height:40px; background-color:#ffffff; font-size:18px; line-height:32px; text-align:center;float:left;}
.rnavA a{font-size:18px; line-height:40px; color:#666; }
.rnavA a:link{font-size:18px; line-height:40px;}
.rnavA a:visitied{font-size:18px; line-height:40px;}
.rnavA a:hover{font-size:18px; line-height:40px; color:#c50707;}
.rnavA a:active{font-size:16px; line-height:40px;}
.rnavA a {font-size:18px}
.rnavA a span{color:#666666; font-size:14px}
.rnavB {padding:0 1em 0 1em; height:40px; background:url(/Public/Default/Web/jzweb/Images/col1-bg.png) no-repeat; color:#ffffff; font-size:18px; line-height:40px; float:left;border-top: solid #c50707 2px;}
.rnavB a{color:#d61d1b; font-size:18px; line-height:40px; font-weight:bold}
.rnavB a:link{color:#d61d1b; font-size:18px; line-height:40px;}
.rnavB a:visitied{color:#d61d1b; font-size:18px; line-height:40px;}
.rnavB a:hover{color:#d61d1b; font-size:18px; line-height:40px;}
.rnavB a:active{color:#d61d1b; font-size:18px; line-height:40px;}
.rnavB a {font-size:18px}
.rnavB a span{color:#666666; font-size:14px}
.rmain{ width:100%; margin:5px auto 10px auto; font-size:18px; color:#666666;border-top: 2px solid #f0f0f0;}
.rmain a{font-size:18px; color:#333333; line-height:200%;}
.rmain a:hover{ color:#c50707}
.rmain ul{margin:10px 0px 0px 10px; padding:0px; width:100%;}
.rmain li:before{ content:"▪"; padding-right:0.5em}
.rmain li{margin:0px; padding:0px; list-style:outside; color:#adadad;}
.rmain li span a{font-size:22px; color:#000000; font-weight:bold; line-height:32px;}
/*要闻dongtai结束*/

.right{float: right;}
.more {
    display: block;
    font-size: 14px;
	line-height:44px;
    color: #808080; text-align:justify;
    margin-right: 10px;
}

.clear{ clear:both}
.mag{ margin:0 auto}
.wth{ width:1101px}
.l{ float:left}
.r{ float:right}
.slh {
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}
img{border:none;}
