﻿@charset "utf-8";
/* 在线访谈列表页 */
.interviewList li{
    overflow:hidden;
    margin-bottom: 30px;
}
.interviewList .pic{
    float:left;
    position:relative;
    margin-right:10px;
}
.interviewList .pic em{
    position:absolute;
    left:0;
    top:0;
    padding:0 10px;
    background:#c00;
    color:#fff;
    font-size:12px;
    -webkit-border-radius:0 5px 5px 0; -moz-border-radius:0 5px 5px 0; border-radius:0 5px 5px 0; 
}
.interviewList .pic .predict{
    background:#16cc00
}
.interviewList .pic .replay{
    background:#aaa
}
.interviewList .pic img{
    width:300px;
    height:200px;
}
.interviewList .con{
    overflow:hidden;
}
.interviewList dl{
    overflow:hidden;
    line-height: 34px;
    margin-bottom:5px;
    font-size: 15px;
    overflow:hidden;
}
.interviewList dt{
    float:left;
    padding:0 10px;
    margin-right: 18px;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.interviewList dd{
    overflow:hidden;
}
.interviewList .intro{
    height:auto;
}

/* interviewSideBox */
.interviewSideBox .hd {
    height: 39px;
    line-height: 39px;
    background: #d34f12;
    padding: 0 15px
}
.interviewSideBox .hd h3 {
    float: left;
    *display: inline;
    font-size: 16px;
    color: #fff;
}
.interviewSideBox .hd h3 a {
    color: #fff
}
.interviewSideBox .hd .more {
    float: right;
    *display: inline;
    font-size: 14px;
    color: #FBD9C9
}
.interviewSideBox .bd {
    background: #fbf9e7;
    padding: 10px 20px;
}
/*最新访谈*/
.interview-last {
    padding-top: 10px;
    overflow: hidden;
}
.interview-last li {
    display: block;
    float: left;
    width: 292px;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 160%;
    margin: 0 24px;
}
.interview-last .pic img {
    border: 1px solid #fff;
    width: 290px;
    height: 215px;
}
.interview-last .detail dl {
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px dashed #ccc;
}
.interview-last .detail dl:last-child {
    border-bottom: none;
}
.interview-last .detail dt {
    float: left;
    width: 45px;
    text-align: right;
    font-weight: bold;
}
.interview-last .detail dd {
    margin-left: 55px;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-all;
}
.interview-last .link {
    text-align: right;
    padding: 15px 10px 10px;
}
.interview-last .link a {
    color: #69c;
}
.interview-last li:hover {
    background: #53aada;
    color: #fff;
}
.interview-last li:hover a {
    color: #fff;
}
.interview-last li:hover a:hover {
    text-decoration: underline;
}
/*访谈列表*/
.interview-list {
    padding: 0px 5px 15px;
}
.interview-list .tit,
.interview-content .tit {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #dcdcdc;
}
.interview-list .tit h3,
.interview-content .tit h3 {
    float: left;
    height: 40px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 2px solid #d34f12;
    color: #36c;
}
.interview-list .tit .more,
.interview-content .tit .more {
    float: right;
    padding-right: 10px;
    font-size: 14px;
}
.interview-list .tit .more a,
.interview-content .tit .more a {
    color: #ccc;
}
.interview-list .tit .more a:hover,
.interview-content .tit .more a:hover {
    color: #f60;
}
.interview-list .con {
    padding: 15px;
}
.interview-list .con li {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}
.interview-list .con li:nth-child(5n) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.interview-list .con li:last-child {
    border-bottom: none;
}
.interview-list .con li a {
    display: block;
    float: left;
    height: 36px;
    padding-left: 15px;
    line-height: 36px;
    background: url(/content/_common/base/img/icon.png) -396px -79px no-repeat;
}
.interview-list .con li a:hover {
    background-position: -396px -348px;
}
.interview-list .con li span {
    float: right;
    color: #999;
    font-size: 14px;
}
.interview-list .con li em {
    color: #009300;
    font-style: normal;
}
.interview-list .bot {
    padding-left: 30px;
}


/* ==========================================================================
   访谈内容
========================================================================== */
.interviewCon {
    overflow: hidden;
}
.interviewCon .interviewConTit {
    padding: 14px 20px;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
    line-height: 42px;
    color: #0371D2;
    font-weight: normal;
}
.interviewCon .column {
    overflow: hidden;
    margin-bottom: 30px;
}
/* 内容页-详细信息 */
#columnA .pic {
    width: 500px;
    float: left;
    margin-right: 30px;
    max-height: 400px;
    overflow: hidden;
}
#columnA .pic img {
    width: 500px;
    height: auto;
    max-height: 400px;
}
#columnA .detail {
    overflow: hidden;
}
#columnA .detail dl {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 2.4;
    overflow: hidden;
}
#columnA .detail dt {
    float: left;
    *display: inline;
    width: 50px;
    font-weight: bold;
}
#columnA .detail dd.detailIntro {
    min-height: 112px;
}
#columnA .detail .detailAsk a {
    color: #c00;
}
#columnA .detail .detailAsk a:hover {
    text-decoration: underline;
}
#columnA .detail .detailPolicy {
    border-top: 1px dashed #c9c9c9;
    margin-top: 15px;
    padding-top: 10px;
}
#columnA .detail .detailPolicy .infoList a {
    color: #054d88
}
#columnA .detail .detailPolicy .infoList a:hover {
    color: #c00
}
/* 内容页-精彩观点、嘉宾风采 */
#columnB .box {
    width: 570px;
    float: left;
    *display: inline;
    margin-bottom: 0px;
}
#columnB #boxJbfc {
    float: right;
}
#boxJcgd .bd li {
    width: 270px;
    float: left;
    *display: inline;
    margin: 0 5px;
}
#boxJbfc .bd {
    padding-left: 0px;
    padding-right: 0px;
}
#boxJbfc .bd .picListFl li {
    width: 31.33%
}
/* 内容页-相关视频、背景资料、图解 */
#columnC .areaL {
    width: 300px;
    float: left;
    *display: inline;
}
#columnC .areaR {
    width: 840px;
    float: right;
    *display: inline;
}
#boxXgsp .hd {
    background: #c01e32;
}
#boxXgsp .hd .more {
    color: #FFA6B1
}
#boxXgsp .bd {
    background: #f7feff;
    min-height: 170px;
}
#boxBjzl .bd {
    min-height: 170px;
}
#boxTj .hd {
    background: #09a3e3;
}
#boxTj .hd .more {
    color: #AEE7FF
}
#boxTj .bd {
    background: #f7feff;
    padding-top: 20px;
    min-height: 250px;
}
#boxTj .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 260px;
    margin: 0 auto;
}
#boxTj .bd ul li {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}
#boxTj .bd ul li .pic {
    overflow: hidden
}
#boxTj .bd ul li .pic img {
    width: 100%;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}
#boxTj .bd ul li .title {
    font-size: 16px;
    padding-top: 8px;
    max-height: 56px;
}
#boxTj .bd ul li:hover .pic img {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
}
/* 内容页-文字实录 */
#boxWzsl .bd {
    max-height: 920px;
    overflow-y: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
#boxWzsl .bd .interviewlist-bd {
    word-wrap: break-word;
    word-break: break-all
}
#boxWzsl .bd .interviewlist-bd .contentimg img {
    max-width: 99%;
}
#boxWzsl .loading-more {
    padding: 10px 0 0;
    text-align: center;
}
#boxWzsl .loading-more button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}
#boxWzsl .loading-more button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
#boxWzsl .bot {
    text-align: right;
    padding: 5px 30px;
}
#boxWzsl .bot a {
    color: #fff;
}
/* 内容页-其它 */
#boxQtft {
    margin-bottom: 0px;
}
#boxQtft .bd {
    padding-top: 30px;
}
#boxQtft .bd ul {
    overflow: hidden;
    margin-right: -20px;
}
#boxQtft .bd li {
    display: block;
    float: left;
    width: 285px;
    text-align: center;
    margin-right: 20px
}
#boxQtft .bd li img {
    width: 285px;
    height: 190px;
}
#boxQtft .bd li span {
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
}
/* 相关信息页 */
.interviewRelated {
    padding: 20px 20px 20px;
    overflow: hidden;
}
.interviewRelated .interviewRelatedTit {
    font-size: 24px;
    font-weight: normal;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 30px;
}
.interviewRelated .relateMain {
    width: 840px;
    float: left;
    *display: inline;
}
.interviewRelated .relateSide {
    width: 300px;
    float: right;
    *display: inline;
}
.interviewRelated .relateNoSideMain {
    width: 100%;
    overflow: hidden;
}
#boxRelate .hd h3 {
    padding: 0 20px 4px;
    color: #36c;
    border-bottom: 2px solid #d34f12;
}
#boxRelate .bd {
    padding: 10px 0px;
}
#boxRelate .picListFl {
    padding-top: 20px;
}
/* 相关信息页 - 文章 */
.newsList li {
    font-size: 16px;
    overflow: hidden;
    height: 46px;
    line-height: 46px;
}
.newsList li a {
    padding-left: 13px;
    background: url(../../base/img/icons.png) 0 -388px no-repeat;
}
.newsList .date {
    float: right;
    color: #999;
    margin: 0 10px;
}
.newsList .node {
    color: #999;
    margin-right: 10px;
}
/* 相关信息页 - 图片 */
.picPageList {
    margin-right: -20px;
    overflow: hidden;
    text-align: center;
}
.picPageList li {
    border: 1px solid #ddd;
    float: left;
    width: 273px;
    margin: 0 20px 20px 0;
    *display: inline;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.picPageList .pic {
    margin: 3%;
}
.picPageList .pic img {
    height: auto;
    width: 100%;
}
.picPageList .title,
.picPageList .titleBg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    margin: 3%;
    display: block;
    overflow: hidden;
    line-height: 28px;
    padding: 5px 0;
    height: 28px;
    z-index: 3;
    color: #fff;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}
.picPageList .titleBg {
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 2
}
.picPageList .title a {
    color: #fff;
    padding: 0 10px;
    display: block;
    font-size: 14px
}
.picPageList li:hover {
    border-color: #bbb;
    -webkit-box-shadow: #eee 2px 2px 0;
    -moz-box-shadow: #eee 2px 2px 0;
    box-shadow: #eee 2px 2px 0;
}
.picPageList li:hover .title,
.picPageList li:hover .titleBg {
    height: 56px;
}
/* 相关信息页 - 视频 */
.videoPageList {
    margin-right: -20px;
    overflow: hidden;
    text-align: center;
}
.videoPageList li {
    float: left;
    width: 273px;
    margin: 0 20px 20px 0;
    *display: inline;
}
.videoPageList .pic {
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}
.videoPageList .pic a {
    display: block;
    margin: 3%;
    overflow: hidden;
}
.videoPageList .pic .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    margin-top: -31px;
    background: url(../../base/img/playbutton.png) 0 0 no-repeat;
    display: none;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.videoPageList .pic img {
    height: auto;
    width: 100%;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}
.videoPageList .title {
    overflow: hidden;
    padding-top: 5px;
    line-height: 24px;
    height: 48px;
    text-align: left;
    font-size: 14px;
    padding-left: 25px;
    background: url(../../base/img/icons.png) 0 -2218px no-repeat;
}
.videoPageList .pic:hover {
    border-color: #bbb
}
.videoPageList .pic:hover img {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
}
/*文字实录列表*/
.interviewlist-bd .contentimg ul {
    padding-left: 2em;
    list-style: decimal;
}
.interviewlist-bd .contentimg ul li {
    list-style: inherit;
}
.interviewlist-bd .contentimg ol {
    padding-left: 2em;
    list-style: decimal;
}
.interviewlist-bd .contentimg ol li {
    list-style: inherit;
}
.interviewlist-bd > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.interviewlist-bd > ul > li {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}
.interviewlist-bd > ul > li:hover {
    background: #eff9fe;
}
.interviewlist-bd > ul > li .title {
    color: #004986;
    font-weight: bold;
    line-height: 26px;
}
.interviewlist-bd > ul > li .intro {
    line-height: 1.5;    
}
.interviewlist-bd > ul > li .intro img {
    max-width: 100%;
    height: auto;
}
.interviewlist-bd > ul > li .intro p {
    /*display: inline;*/
    line-height: 150%;
    padding: 5px 0 5px 0;
    margin: 0;
}
.interviewlist-bd ul > li .time {
    color: #999;
    line-height: 150%;
    padding-left: 8px;
}
/*访谈问题列表*/
.interviewQuesListPage .askButton {
    width: 56px;
    height: 166px;
    position: relative;
    float: right;
    *display: inline;
    right: -18px;
}
.interviewQuesListPage .askButton a {
    position: absolute;
    width: 24px;
    text-align: center;
    right: 0px;
    top: 0px;
    border: 1px solid #357ebd;
    padding: 10px 15px;
    line-height: 24px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    background: #428bca;
}
.interviewQuesListPage .askButton a:hover {
    background-color: #3071a9;
    border-color: #285e8e;
    text-decoration: none;
}
.interviewQuesListPage .askButton-fixed a {
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: 522px;
}
.interviewQuestionList {
    position: relative;
    padding: 10px 20px;
}
.interviewQuestionList ul {
    overflow: hidden;
}
.interviewQuestionList li {
    display: block;
    line-height: 150%;
    padding: 15px 10px 20px;
    border-bottom: 1px dashed #ccc;
}
.interviewQuestionList li:last-child {
    border-bottom: none;
}
.interviewQuestionList li:hover {
    background: #eff9fe;
}
.interviewQuestionList li .ms {
    padding-bottom: 5px;
    height: 30px;
    font-weight: bold;
}
.interviewQuestionList li .ms font {
    display: inline-block;
    background: #9fd5f1;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 12px;
    color: #fff;
    margin-right: 10px;
    font-weight: normal;
}
.interviewQuestionList li .ms span {
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
}
.interviewQuestionList li pre {
    color: #666;
}
.interviewQuestionList-bot {
    padding: 20px 30px 30px;
}
/*网友提问*/
.interview-ask-questions {
    width: 700px;
    margin: 20px auto;
}
.interview-ask-questions .hd {
    height: 20px;
    line-height: 20px;
    text-align: right;
    padding: 10px;
}
.interview-ask-questions .hd a {
    color: #fff;
    font-size: 14px;
}
.interview-ask-questions .hd a:hover {
    text-decoration: underline;
}
.interview-ask-questions .bd {
    padding: 50px 50px 30px;
    background: #fff;
}
.interview-ask-questions .bd dl {
    padding: 5px 0;
    line-height: 30px;
}
.interview-ask-questions .bd dt {
    display: block;
    float: left;
    width: 90px;
    font-size: 14px;
    color: #666;
    text-align: right;
    position: relative;
}
.interview-ask-questions .bd dt.required:after {
    display: block;
    position: absolute;
    right: -13px;
    top: 2px;
    content: "*";
    color: #f00;
    font-weight: bold;
}
.interview-ask-questions .bd dd {
    display: block;
    margin-left: 115px;
}
.interview-ask-questions .bd .title h3 {
    font-size: 22px;
    font-weight: normal;
}
.interview-ask-questions .form-control {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.interview-ask-questions .ft {
    background: #fff;
    padding: 30px 50px 50px;
    text-align: center;
}
.interview-ask-questions .ft button {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #357ebd;
    border-radius: 4px;
    background: #428bca;
    color: #fff;
    font-family: Microsoft YaHei, 'PingFang SC', arial, helvetica, sans-serif;
}
.interview-ask-questions .ft button[type="reset"] {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.interview-ask-questions .field-validation-error {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    color: red;
}
.interviewQuestionList ul li pre {
    padding-left: 55px;
}
.interviewQuestionList .replyquestion {
    padding-left: 47px;
    margin-top: 25px;
}
.interviewQuestionList .replyquestion strong,
.interviewQuestionList .replyquestion-content {
    color: #36c;
}
canvas,
video {
    display: block;
}