﻿/* 会前版 */
.conteiner {
    width: 1002px;
    margin: 0 auto;
}

.hq_banner img {
    display: block;
    width: 100%;
}

.hh_nav{
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: -90px;
}
.hh_nav a{
    line-height: 55px;
    text-align: center;
    color: #fff;
    padding: 5px 25px;
    font-size: 18px;
}
.hh_nav a:hover {
    /* font-weight: 700; */
    font-size: 20px;
}
.content {
    margin-top: 40px;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 20px;
}
.row{
    width: 890px;
    margin-left: 65px;
}

.row1_tit{
    height: 54px;
    overflow: hidden;
    background: url(../images/hh_h1.png) no-repeat left top;
}
.row1_content{
    padding-left: 55px;
    padding-top: 20px;
}
.row1_content p{
    font-size: 16px;
    color: #5b5c5c;
    line-height: 35px;
    text-indent: 2em;
}
/* 会议直播 */
.hyzb{
    padding: 20px 33px;
    height: 410px;
    background-color: #ededed;
}
.hyzb_l{
    width: 123px;
    height: 407px;
    float: left;
}
.hyzb_l img{
    display: block;
}
.hyzb_r{
    width: 808px;
    height: 407px;
    background-color: #484646;
    float: right;
    position: relative;
}
.infor{
    position: relative;
    z-index: 5;
    height: 50px;
    background: #000;
    padding-left: 130px;
}
.liveNow{
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 50px;
    width: 100px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    background: #e91839;
    display: inline-block;
}
.liveNow b {
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 10px;
    display: block;
    background: url(../images/arrow_icon.png) no-repeat 0 0;
}
.programme {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.openBtn {
    position: absolute;
    display: block;
    top: 5px;
    right: 15px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: #e91839;
    color: #fff;
    border-radius: 4px;
}
.liveVideobody{
    width: 808px;
    height: 355px;
    overflow: hidden;
    position: relative;
}
.rev{
    width: 625px;
    height: 355px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.videoList{
    position: absolute;
    right: 0;
    top: 0;
    width: 183px;
    height: 355px;
    z-index: 2;
}
.videoList ul li{
    background-color: #181818;
    padding: 10px;
    height: 100px;
    position: relative;
}
.arrow{
    display: none;
    position: absolute;
    width: 15px;
    height: 24px;
    left: -15px;
    top: 50%;
    margin-top: -12px;
    background: url(../images/arrow2_icon.png) no-repeat 0 0;
}
.videoList li a img {
    width: 163px;
    height: 100px;
    display: block;
}
.cover {
    display: none;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
    width: 163px;
    height: 100px;
    overflow: hidden;
    background: rgba(0, 0, 0, .6);
    font-size: 14px;
    color: #fff;
}
.live {
    border: 1px solid #ae203e;
    background: #c7213d;
    width: 40px;
    height: 22px;
    line-height: 22px;
    display: block;
    overflow: hidden;
    text-align: center;
}
.cover p {
    margin: 10px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.time {
    display: block;
    margin: 0 10px;
    color: #ccc;
    padding-left: 20px;
    background: url(../images/time2_icon.png) no-repeat 0 center;
}
.cur .arrow{
    display: block;
}
.cur .cover {
    display: block;
}
.rev ul>li{
    width: 625px;
    height: 355px;
}
.rev ul>li img{
    display: block;
    width: 625px;
    height: 355px;
}
/* 图说现场 */
.row2_tit {
    height: 54px;
    overflow: hidden;
    background: url(../images/hh_h2.png) no-repeat left top;
    position: relative;
}
.more{
    padding: 5px 10px;
    font-size: 16px;
    color: #363636;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.more:hover{
    text-decoration: underline;
}
.row2_content {
    padding-left: 55px;
    padding-top: 20px;
     display: -webkit-box;
     /* OLD - iOS 6-, Safari 3.1-6 */
     display: -moz-box;
     /* OLD - Firefox 19- (buggy but mostly works) */
     display: -ms-flexbox;
     /* TWEENER - IE 10 */
     display: -webkit-flex;
     /* NEW - Chrome */
     display: flex;
     /* NEW, Spec - Opera 12.1, Firefox 20+ */
      /* 09版 */
      -webkit-box-orient: horizontal;
      /* 12版 */
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: space-between;
}
.row2_content li{
    width: 210px;
}
.row2_content li a img{
    display: block;
    width: 210px;
    height: 140px;
    margin-bottom: 10px;
}
.row2_content li p a{
    font-size: 16px;
    color: #5b5c5c;
    line-height: 30px;
}
.row2_content li:hover p a {
    color: #0c55a8;
    text-decoration: underline;
}
/* 会议材料 */
.row3{
    margin-top: 30px;
}
.row3_tit {
    height: 54px;
    overflow: hidden;
    background: url(../images/hh_h3.png) no-repeat left top;
    position: relative;
}
.row3_content{
    padding-left: 55px;
    padding-top: 20px;
    overflow: hidden;
}
.row3_content li{
     display: -webkit-box;
     /* OLD - iOS 6-, Safari 3.1-6 */
     display: -moz-box;
     /* OLD - Firefox 19- (buggy but mostly works) */
     display: -ms-flexbox;
     /* TWEENER - IE 10 */
     display: -webkit-flex;
     /* NEW - Chrome */
     display: flex;
     /* NEW, Spec - Opera 12.1, Firefox 20+ */
      /* 09版 */
      -webkit-box-orient: horizontal;
      /* 12版 */
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: space-between;
}
.row3_content li a{
    width: calc(100%-150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 40px;
    color: #555555;
}
.row3_content li a:hover{
    color: #0c55a8;
    text-decoration: underline;
}
.row3_content li span {
    width: 150px;
    font-size: 16px;
    line-height: 40px;
    color: #5b5c5c;
    text-align: right;
}
.row4 {
    margin-top: 30px;
}

.row4_tit {
    height: 54px;
    overflow: hidden;
    background: url(../images/hh_h4.png) no-repeat left top;
    position: relative;
}

.row4_content {
    padding-left: 55px;
    padding-top: 20px;
    overflow: hidden;
}

.row4_content li {
     display: -webkit-box;
     /* OLD - iOS 6-, Safari 3.1-6 */
     display: -moz-box;
     /* OLD - Firefox 19- (buggy but mostly works) */
     display: -ms-flexbox;
     /* TWEENER - IE 10 */
     display: -webkit-flex;
     /* NEW - Chrome */
     display: flex;
     /* NEW, Spec - Opera 12.1, Firefox 20+ */
      /* 09版 */
      -webkit-box-orient: horizontal;
      /* 12版 */
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: space-between;
}

.row4_content li a {
    width: calc(100%-150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 40px;
    color: #555555;
}

.row4_content li a:hover {
    color: #0c55a8;
    text-decoration: underline;
}

.row4_content li span {
    width: 150px;
    font-size: 16px;
    line-height: 40px;
    color: #5b5c5c;
    text-align: right;
}

.hq_footer {
    background-color: #0c55a8;
    padding: 20px 0px;
    text-align: center;
}

.hq_footer ul li {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
}

/* 列表样式 */
.news_list {
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.news_list .location {
    height: 75px;
    line-height: 95px;
    padding-left: 20px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    color: #5c5c5c;
    font-size: 16px;
}

.news_list .location a {
    font-size: 16px;
    color: #5c5c5c;
}

.news_list ul {
    width: 900px;
    margin: 30px auto;
}

.news_list ul li {
    height: 40px;
    background: url(../images/icoli.png) left center no-repeat;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list ul li a {
    margin-left: 20px;
    display: block;
    float: left;
    width: 750px;
    text-align: left;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list ul li:hover {
    background: url(../images/icoli-on.png) left center no-repeat;
    height: 40px;
    line-height: 40px;
}

.news_list ul li a:hover {
    color: #0364cb;
    text-decoration: underline;
}

.news_list ul li span {
    display: block;
    float: right;
    width: 100px;
    text-align: center;
    color: #666;
}

.news_list ul li .line {
    height: 1px;
    margin-top: 25px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}

/* 文章详情 */
.news_detail {
    width: 1002px;
    margin: 0 auto;
}

.news_detail .location {
    height: 75px;
    line-height: 95px;
    padding-left: 20px;
    background-color: #f2f2f2;
    color: #626262;
    font-size: 16px;
}

.news_detail .location a {
    font-size: 16px;
    color: #626262;
}

.detail_content {
    width: 1000px;
    border: 1px solid #d3dcea;
    background-color: #fff;
}

.detail_main {
    width: 850px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.detail_tittle {
    font-size: 24px;
    color: #333;
    text-align: center;
    width: 100%;
    line-height: 40px;
    font-family: '微软雅黑';
}

.detail_xx {
    font-size: 12px;
    color: #808080;
    text-align: center;
    padding-top: 20px;
}

.detail_main .line {
    height: 1px;
    background-color: #d4d4d4;
    margin: 30px auto;
}

.detail_messge {
    font-family: 宋体;
    color: #5c5c5c;
}

.detail_messge p{
	line-height:200%;
    margin-top:10px;
  margin-bottom:10px
}
