@charset "utf-8";
.header {
    width: 100%;
    background: #f8f8f8;
}

.header-content {
    width: 1200px;
    margin: auto;
    /* padding-bottom: 20px; */
}

.header-left-area {
    width: 825px;
    float: left;
    position: relative;
}

.header-right-area {
    width: 375px;
    float: left;
    position: relative;
}

.main-logo {
    width: 300px;
    margin-top: 25px;
}

.header-search {
    width: 375px;
    border: 1px solid #e6e6e6;
    height: 40px;
    position: absolute;
    right: 0;
    top: 120px;
    font-size: 14px;
    color: #4a4a4a;
}

.header-search-area {
    height: 40px;
    width: 335px;
}

.header-search-area::-webkit-input-placeholder {
    color: #9b9b9b;
}

.search-btn {
    width: 40px;
    height: 40px;
    background: url(../img/search-btn.png) center center no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 0;
    right: 0;
}

.main-nav {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.nav-item {
    float: left;
    margin-left: 0px;
    font-size: 20px;
    height: 55px;
    box-sizing: border-box;
    line-height: 66px;
    font-weight: bold;
}

.nav-item:first-child {
    margin-left: 0;
}

.nav-item > a {
    color: #444444;
    padding-left: 25px;
    padding-right: 25px;
}

.nav-item.current-nav > a {
    display: block;
    color: #ef2d36;
    height: 100%;
    font-size: 20px;
    line-height: 66px;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    line-height: 53px;
    border-top: 4px solid #EF2D36;
    box-sizing: border-box;
    text-align: center;
}

.main-nav:hover .nav-item.current-nav > a {
    color: #444444;
    font-size: 20px;
    border: none;
    line-height: 66px;
}

.main-nav:hover .nav-item:hover > a {
    display: block;
    color: #ef2d36;
    height: 100%;
    font-size: 20px;
    line-height: 66px;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    line-height: 53px;
    border-top: 4px solid #EF2D36;
    box-sizing: border-box;
    text-align: center;
}

.nav-sub-list {
    display: none;
    position: absolute;
    left: 0;
    bottom: -40px;
    line-height: 40px;
    background: #f8f8f8;
}

.nav-sub-item a {
    color: #444444;
    font-size: 14px;
    padding: 0 20px;
}

.nav-item:hover .nav-sub-list {
    display: block;
}

.header-fans {
    position: absolute;
    right: 0;
    top: 32px;
}

.header-fans > div {
    width: 60px;
    float: left;
    margin-left: 45px;
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #9b9b9b;
}

.header-fans > div:first-child {
    margin-left: 0;
}

.fans-tencent a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: auto;
    margin-bottom: 5px;
    display: block;
    background: url(../img/qq-icon.png) center center no-repeat, #9dbbda;
    background-size: 24px 26.63px;
}

.fans-weibo a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: auto;
    margin-bottom: 5px;
    display: block;
    background: url(../img/weibo-icon.png) center center no-repeat, #9dbbda;
    background-size: 24.75px 19.39px;
}

.fans-wechat a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: auto;
    margin-bottom: 5px;
    display: block;
    background: url(../img/wechat-icon.png) center center no-repeat;
    background-size: 40px 40px;
}

.qr-code {
    position: absolute;
    display: none;
    left: -145px;
    top: 0;
    width: 145px;
    height: 145px;
}

.fans-wechat:hover .qr-code {
    display: block;
}

.fans-app a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: auto;
    margin-bottom: 5px;
    display: block;
    background: url(../img/app-icon.png) center center no-repeat, #9dbbda;
    background-size: 16px 25px;
}

.main-container {
    width: 1200px;
    margin: auto;
}

.main-content {
    width: 730px;
    float: left;
}

.headline {
    width: 100%;
    margin-top: 45px;
    padding-left: 120px;
    background: url(../img/headline-icon.png) center left no-repeat;
    background-size: 86px 86px;
    height: 86px;
}

.headline-title {
    font-size: 40px;
    line-height: 60px;
}

.headline-title a {
    color: #3668a5;
}

.headline-title a:hover {
    color: #D0021B;
}

.headline-desc {
    color: #9B9B9B;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    width: 100%;
    overflow: hidden;
}

.main-slider {
    width: 100%;
    margin-top: 35px;
    height: 590px;
}

#focus {
    width: 100%;
    height: 440px;
    background-color: #f5f7fa;
}

.focus-image {
    width: 800px;
    height: 440px;
}

.focus-desc {
    position: absolute;
    right: 0;
    top: 0;
    background: #f8f8f8;
    width: 400px;
    height: 440px;
    padding: 40px 23px;
    box-sizing: border-box;
}

.focus-title {
    font-size: 30px;
    line-height: 40px;
    color: #282828;
}

.focus-content {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 24px;
    margin-top: 30px;
}

.focus-more {
    display: block;
    width: 141px;
    height: 43px;
    border: 1px solid #aaaaaa;
    text-align: center;
    line-height: 43px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    right: 23px;
    bottom: 43px;
    background: #d92026;
}

.news-list {
    margin-top: 55px;
    border-top: 1px solid #e6e6e6;
}

.news-item {
    position: relative;
    padding: 30px 0 60px;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}

.news-thumb {
    width: 300px;
    height: 168px;
    position: absolute;
    left: 0;
    top: 30px;
}

.news-item-content {
    margin-left: 340px;
    position: relative;
    height: 140px;
}

.news-title {
    font-size: 24px;
    line-height: 33px;
}

.news-title a {
    color: #000000;
}

.news-title a:hover {
    color: #D0021B;
}

.news-desc {
    font-size: 14px;
    line-height: 24px;
    color: #9B9B9B;
    margin-top: 20px;
}

.news-info {
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 20px;
    line-height: 20px;
    color: #9B9B9B;
    font-size: 14px;
    width: 300px;
}

.news-col {
    background: url(../img/col-icon.png) center left no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
}

.news-time {
    float: right;
}

.news-load-more {
    width: 226px;
    height: 50px;
    color: #808181;
    line-height: 50px;
    font-size: 22px;
    margin: auto;
    margin-top: 20px;
    display: block;
    font-weight: bold;
    background: url(../img/next_page.png) center right no-repeat;
    background-size: 38px 38px;
}

.news-load-more:active {
    color: #D0021B;
}

.news-load-more-index {
    width: 226px;
    height: 50px;
    color: #808181;
    line-height: 50px;
    font-size: 22px;
    margin: auto;
    margin-top: 20px;
    display: block;
    font-weight: bold;
    background: url(../img/next_page.png) center right no-repeat;
    background-size: 38px 38px;
}

.news-load-more-index:active {
    color: #D0021B;
}

.aside {
    width: 370px;
    float: left;
    margin-left: 100px;
    margin-top: 50px;
}

.politic-affairs {
    width: 100%;
    height: 260px;
    position: relative;
    border: 4px solid #FFFFFF;
    box-sizing: border-box;
}

.quick-link-item {
    width: 180px;
    border: 1px solid #FFFFFF;
    float: left;
    display: block;
    height: 54px;
    padding-top: 75px;
    color: #9B9B9B;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.trends-link {
    border-top: none;
    border-left: none;
    background: url(../img/icon_swgz.png) center top no-repeat, #f0f2f5;
    background-size: 184px 128px;
}

.hraffairs-link {
    border-top: none;
    border-right: none;
    background: url(../img/icon_rsrm.png) center top no-repeat, #bfd2e3;
    background-size: 184px 128px;
}

.reading-link {
    border-bottom: none;
    border-left: none;
    background: url(../img/icon_sqfb.png) center top no-repeat, #bfd2e3;
    background-size: 184px 128px;
}

.announce-link {
    border-bottom: none;
    border-right: none;
    background: url(../img/icon_xwfyr.png) center top no-repeat, #f0f2f5;
    background-size: 184px 128px;
}

.side-link {
    display: block;
    font-size: 0;
    /*height: 100%;*/
    width: 100%;
    margin-top: 20px;
}

.side-link img {
    width: 100%;
}

.digital-area {
    margin-top: 40px;
    background: #f8f8f8;
    padding-left: 11px;
    padding-top: 23px;
    padding-bottom: 11px;
}

.digital-newspaper {
    width: 350px;
    height: 340px;
    background: #ffffff;
    background-size: 100%;

    box-sizing: border-box;
    position: relative;
}

h3.side-title {
    font-size: 18px;
    padding-left: 37px;
    background: url(../img/title-icon.png) top left no-repeat;
    background-size: 17px 13px;
    padding-bottom: 15px;
    line-height: 11px;
}

.digital-newspaper > a:not(.digital-link) {
    position: absolute;
    right: 0px;
    top: 0;
    width: 230px;
    height: 315px;
    display: block;
    /* background: #ffffff; */
    padding: 12px;
    box-sizing: border-box;
}

.paper-link {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 204px;
    height: 315px;
    display: block;
    background: #ffffff;
    padding: 16px;
    box-sizing: border-box;
}

.digital-newspaper > a:not(.digital-link) img {
    width: 100%
}

.digital-current-date {
    position: absolute;
    left: 0;
    top: 29px;
    width: 120px;
    /* height: 49px; */
    background: url(../img/epaper-date-bg.png) center center no-repeat;
    /* background-size: 100%; */
    color: #FFFFFF;
    font-size: 14px;
    /* text-align: right; */
    /* padding-right: 10px; */
    line-height: 30px;
    padding-left: 12px;
}

.year {
    font-size: 18px;
}

.digital-link {
    position: absolute;
    left: 12px;
    display: block;
    bottom: 25px;
    color: #93afcc;
    font-size: 14px;
    border: 1px solid #d43136;
    color: #D43136;
    text-align: center;
    height: 32px;
    width: 95px;
    line-height: 32px;
}

.digital-link:last-child {
    bottom: 80px;
    background: #D43136;
    color: #ffffff;
}

/*.digital-link::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: '';
	width: 10px;
	height: 16px;
	background: #9dbbda;
}*/

.special-cols {
    margin-top: 40px;
}

.cols-container {
    width: 370px;
    height: 250px;
    background: #FFFFFF;
    border: 6px solid #f5f7fa;
    box-sizing: border-box;
}

.col-link {
    display: block;
    float: left;
    width: 118px;
    height: 118px;
    box-sizing: border-box;
    padding-top: 41px;
    margin-top: 2px;
    margin-left: 2px;
}

.col-link span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 18px;
    width: 2em;
    margin: auto;
    text-align: center;
}

.col-explore {
    background: #e1ca72;
    margin-top: 0;
    margin-left: 0;
}

.col-charming {
    background: #d1c7be;
    margin-top: 0;
}

.col-story {
    background: #e76c60;
    margin-top: 0;
}

.col-ms {
    background: #8cb9d7;
    margin-left: 0;
}

.col-zy {
    background: #af90bb;
}

.col-people {
    background: #7bcbb3;
}

.news-images-item {
    position: relative;
}

.news-images-title {
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    width: 100%;
    text-indent: 1em;
    overflow: hidden;
    display: block;
    text-align: left;
    height: 40px;
    box-sizing: border-box;
}

.news-images-title.toggled {
    background: url(../img/red-square.png) center left no-repeat, #fafafa;
    background-size: 4px 4px;
    background-position-x: 10px;
    padding-left: 16px;
    color: #4a4a4a;
}

.news-images-title.expanded {
    background: #a6a6a6;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-images-item a {
    display: block;
    width: 100%;
}

.news-images-item a.news-images-hide {
    display: none;
}

.news-image {
    width: 100%;
}

.micromedia-container {
    margin-top: 20px;
    width: 370px;
    background: #F5F7FA;
    padding: 0px 14px 16px;
    box-sizing: border-box;
}

.micromedia-tab {
    height: 70px;
    line-height: 80px;
    width: 100%;
}

.micromedia-title {
    height: 70px;
    line-height: 70px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.micromedia-tab li {
    width: 50%;
    height: 100%;
    color: #9B9B9B;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 50px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
    float: left;
}

.micromedia-tab li.current-tab {
    border-bottom: 2px solid #C31B23;
    filter: none;
    -webkit-filter: none;
    color: #4a4a4a;
}

.micromedia-content {
    width: 100%;
    background: #FFFFFF;
}

.wechat-list li {
    padding: 0 16px;
    /* border-bottom: 1px solid #F5F7FA; */
    position: relative;
}

.wechat-list li a {
    color: #4A4A4A;
    font-size: 16px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    height: 40px;
    width: 100%;
}

.wechat-item-order {
    width: 27px;
    height: 24px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    line-height: 26px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    color: #4a4a4a;
}

.wechat-list li:first-child .wechat-item-order {
    background: #e50000;
    color: #ffffff;
    border: none;
}

.footer {
    width: 100%;
    margin-top: 60px;
    background: #e7e7e7;
    padding-top: 40px;
}

.footer-content {
    width: 1200px;
    margin: auto;
}

.copyright {
    width: 100%;
    text-align: center;
    font-size: #14px;
    line-height: 45px;
    height: 45px;
    color: #e7e7e7;
    background: #4a4a4a;
}

.footer-brand {
    width: 420px;
    float: left;
}

.footer-logo {
    width: 237px;
    height: 74px;
}

.footer-search {
    width: 237px;
    height: 40px;
    position: relative;
    margin-top: 40px;
    border: 1px solid #9B9B9B;
}

.footer-search-area {
    height: 40px;
    width: 200px;
}

.footer-fans {
    margin-top: 50px;
    color: #9b9b9b;
    font-size: 12px;
}

.footer-fans > div {
    width: 60px;
    margin-left: 30px;
    float: left;
    text-align: center;
}

.footer-fans > div:first-child {
    margin-left: 0;
}

.footer-member {
    width: 440px;
    float: left;
}

.footer-partner {
    width: 780px;
    float: left;
}

.footer-subtitle {
    color: #4A4A4A;
    font-size: 20px;
}

.footer-frlink {
    font-size: 16px;
    color: #9B9B9B;
    margin-right: 3em;
    float: left;
    display: block;
    margin-top: 0.8em;
}

.footer-links {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.commonlink {
    display: inline-block;
    padding: 0 1.5em;
    color: #4a4a4a;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    position: relative;
}

.commonlink::after {
    content: '|';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.commonlink:last-child::after {
    content: '';
}

/**
 *  *  *  *  * 内容页
 *   *   *   *   */
.current-location {
    font-size: 16px;
    color: #c1c1c1;
    margin-top: 40px;
}

.current-location a {
    color: #c1c1c1;
}

.content-title {
    font-size: 36px;
    color: #000000;
    line-height: 50px;
    margin-top: 30px;
}

.content-info {
    font-size: 16px;
    color: #9B9B9B;
    margin-top: 40px;
}

.content-content {
    margin-top: 20px;
    border-top: 1px dotted #C1C1C1;
    padding-top: 20px;
    line-height: 180%;
    text-align: justify;
    text-justify: inter-ideograph;
}

.content-content p {
    font-size: 18px;
    line-height: 2em;
    color: #4a4a4a;
    margin-top: 15px;
    line-height: 180%;
    text-align: justify;
    text-justify: inter-ideograph;
}

.content-content img {
    width: auto;
    max-width: 730px;
    text-align: center;
}

.relative-news {
    margin-top: 50px;
}

h3.relative-news-title {
    font-size: 18px;
    padding-left: 37px;
    background: url(../img/title-icon.png) top left no-repeat;
    background-size: 17px 13px;
    padding-bottom: 15px;
    border-bottom: 5px solid #c1c1c1;
}

.relative-news-list li {
    font-size: 18px;
    line-height: 50px;
    padding-left: 30px;
    position: relative;
}

.relative-news-list li::before {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #d8d8d8;
    left: 0;
    top: 21px;
}

.relative-news-list li a {
    color: #9b9b9b;
}

.month-date {
    font-size: 32px;
}

/*李栋 20190402*/
.db {
    display: block;
}

.weixinAudio {
    line-height: 1.5 !important;
    display: block;
}

.audio_area {
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 0px 1px 0px 0;
    font-size: 0;
    position: relative;
    font-weight: 400;
    text-decoration: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

.audio_wrp {
    border: 1px solid #ebebeb;
    background-color: #fcfcfc;
    overflow: hidden;
    padding: 12px 20px 12px 12px;
    text-align: center;
}

.audio_play_area {
    display: inline-block;
    margin-left: 20px;
    font-size: 0;
    width: 166px;
    height: 128px;
    background-size: cover;
}

.playing .audio_play_area .icon_audio_default {
    display: block;
}

.audio_play_area .icon_audio_default {
    width: 128px;
    height: 128px;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
    background-image: url("https://www.henandaily.cn/static1/img/circle-play.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.audio_play_area .icon_audio_playing {
    width: 128px;
    height: 128px;
    margin-right: 20px;
    vertical-align: middle;
    display: none;
    background-image: url("https://www.henandaily.cn/static1/img/circle-default.png");
    background-size: contain;
    background-repeat: no-repeat;
    animation: zhuan 3s linear infinite;
}

@keyframes zhuan {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(-90deg);
    }
    50% {
        transform: rotate(-180deg);
    }
    75% {
        transform: rotate(-270deg);
    }
    100% {
        transform: rotate(-360deg);
    }

}

.audio_area .pic_audio_default {
    display: none;
    width: 18px;
}

.tips_global {
    color: #8c8c8c;
}

#currentTime {
    float: left;
    font-size: 14px;
/ / margin-top: 3 px;
    margin-left: 1em;
}

.audio_area .audio_length {
    float: right;
    font-size: 14px;
/ / margin-top: 3 px;
    margin-left: 1em;
}

.audio_info_area {
    overflow: hidden;
}

.audio_area .audio_title {
    font-weight: 400;
    font-size: 17px;
/ / margin-top: - 2 px;
/ / margin-bottom: - 3 px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.audio_area .audio_source {
    font-size: 14px;
}

.audio_area .progress_bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #c2001a;
    height: 5px;
}

.audio_area .progress_bar_container {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
    background-color: #e0e0e0;
    height: 5px;
}

#touchBar {
    width: 40px !important;
    height: 40px!important;
    position: absolute;
    left: -10px;
    top: -18px;
    background-image: url("https://www.henandaily.cn/static1/img/progress-btn.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.playing .audio_play_area .icon_audio_default {
    display: none;
}

.playing .audio_play_area .icon_audio_playing {
    display: inline-block;
}

.play-bar {
    position: absolute;
    top: 15px;
    right: 36%;
    width: 69px !important;
    z-index: 99;
    transform-origin: right top;
    transform: rotate(-12deg);
    transition: .8s ease;
    background-image: url("https://www.henandaily.cn/static1/img/play-bar.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    display: inline-block

}

.playing .play-bar {
    transform: rotate(0);
}

.audio_info {
    display: block;
    margin-top: 10px;
}
