/*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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/side01.png); background-size: 30px 30px; } .sidebar .side01:hover { background-image: url(/uploads/image/simages/sideac01.png); background-size: 30px 30px; } .sidebar .side02 { background-image: url(/uploads/image/simages/side02.png); background-size: 30px 30px; } .sidebar .side02:hover { background-image: url(/uploads/image/simages/sideac02.png); background-size: 30px 30px; } .sidebar .side03 { background-image: url(/uploads/image/simages/side03.png); background-size: 30px 30px; } .sidebar .side03:hover { background-image: url(/uploads/image/simages/sideac03.png); background-size: 30px 30px; } .sidebar .side04 { background-image: url(/uploads/image/simages/side04.png); background-size: 30px 30px; } .sidebar .side04:hover { background-image: url(/uploads/image/simages/sideac04.png); background-size: 30px 30px; } .sidebar .side05 { background-image: url(/uploads/image/simages/side05.png); background-size: 30px 30px; } .sidebar .side05:hover { background-image: url(/uploads/image/simages/sideac05.png); background-size: 30px 30px; } /* 活动专栏-- 磐石工程 */ .activitymap { /* padding: 0 15px; */ margin-bottom: 10px; background: 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: 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: 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: 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: 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(/uploads/image/simages/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: 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;}