﻿@charset "utf-8";
/* interviewSideBox */
.interviewSideBox{
    border:1px solid #e6e6e6;
    margin-bottom:20px;
}
.interviewSideBox .hd {
    height: 39px;
    line-height: 39px;
    background: #F6F6F6;
    padding: 0 15px;
    border-bottom:1px solid #e6e6e6
}
.interviewSideBox .hd h3 {
    float: left;
    *display: inline;
    font-size: 16px;
    color: #015293;
}
.interviewSideBox .hd h3 a {
    color: #015293
}
.interviewSideBox .hd .more {
    float: right;
    *display: inline;
    font-size: 12px;
    color:#999;
}
.interviewSideBox .bd {
    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;
}

/*访谈列表*/
.interviewList li{
    overflow:hidden;
    margin-bottom:25px;
    padding-bottom:25px;
    border-bottom:1px dotted #ccc
}
.interviewList .pic{
    float:left;
    position:relative;
    margin-right:10px;
}
.interviewList .pic em{
    position:absolute;
    left:5px;
    top:5px;
    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:240px;
    height:180px;
    padding:4px;
    border:1px solid #eee
}
.interviewList .con{
    overflow:hidden;
    font-size:16px;
}
.interviewList dl{
    overflow:hidden;
    height:30px;
    line-height:30px;
    margin-bottom:5px;
    overflow:hidden;
}
.interviewList dt{
    float:left;
    padding:0 10px;
    background:#F2F2F2;
    margin-right:10px;
}
.interviewList dd{
    overflow:hidden;
}
.interviewList .intro{
    height:auto;
}
/*访谈内容*/
.interviewCon {
}
.interviewCon .interviewConTit {
    padding: 10px 20px;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
    line-height: 42px;
    color: #004986;
    font-weight: normal;
}
.interviewCon .column {
    overflow: hidden;
    margin-bottom: 20px;
}
.interviewCon .box .hd h3 {
    padding: 0 20px 4px;
    border-bottom: 2px solid #d34f12;
}
/* 内容页-详细信息 */
#columnA{
    position:relative;
    padding-right:10px;
}
#columnA .pic {
    width: 500px;
    float: left;
    *display: inline;
    max-height: 400px;
    overflow: hidden;
    margin-right:35px
}
#columnA .pic img {
    width: 500px;
    height: auto;
    max-height: 400px;
}
#columnA .detail {
    overflow:hidden
}
#columnA .detailTit{
    font-size:24px;
    text-align:center;
    line-height:1.5;
    color:#015293;
    padding:20px 0;
}
#columnA .detailIntro{
    padding:15px 0;
    line-height:1.8;
    text-indent:2em;
}
#columnA .detailAsk{
    color: #fff;
    background:#F87D7F;
    display:block;
    height:40px;
    line-height:40px;
    padding:0 20px;
    float:right;
    -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
#columnA .detailAsk:hover{
    background:#f35f62;
    text-decoration:none;
}
.timeBar li{
    padding-left:95px;
    overflow:hidden;
    line-height:30px;
    margin-bottom:10px;
}
.timeBar label{
    display:block;
    float:left;
    background:#015293;
    color:#fff;
    padding:0 20px;
    margin-left:-95px;
    -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px;
}
/* 内容页-精彩观点、嘉宾风采 */
#columnB .boxB {
    width: 540px;
    float: left;
    *display: inline;
    margin-bottom: 0px;
}
#columnB #boxJbfc {
    float: right;
}
#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: 790px;
    float: right;
    *display: inline;
}
#boxTj .bd {
    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;
    position:relative;
}
#boxTj .bd ul li .pic {
    overflow: hidden;
    position:relative;
}
#boxTj .bd ul li .pic img {
    width: 100%;
}
#boxTj .bd ul li .title,
#boxTj .bd ul li .titleBg {
    height:40px;
    line-height:40px;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index:2;
}
#boxTj .bd ul li .title a{
    color:#fff;
}
#boxTj .bd ul li .titleBg{
    background:#000;
    filter:alpha(opacity=70);opacity:0.7;
    z-index:1;
}

/* 内容页-文字实录 */
#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 .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;}
#boxWzsl .bot a:hover{color: #f60;}


/* 内容页-其它 */
#columnD {
    margin-bottom: 0px;
}
#boxQtft {
    margin-bottom: 0px;
}
#boxQtft .bd {
    padding: 20px 0px 0px
}
#boxQtft .bd ul {
    width: 1200px
}
#boxQtft .bd li {
    display: block;
    float: left;
    width: 260px;
    text-align: center;
    margin-right: 40px
}
#boxQtft .bd li img {
    width: 260px;
    height: 195px;
}
#boxQtft .bd li span {
    display: block;
    text-align: center;
    padding-top: 8px;
    line-height:1.8
}
/* 相关信息页 */
.interviewRelated {
    padding: 20px 0;
    overflow: hidden;
}
.interviewRelated .interviewRelatedTit {
    font-size: 34px;
    font-weight: normal;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 30px;
}
.interviewRelated .relateMain {
    width: 790px;
    float: left;
    *display: inline;
}
.interviewRelated .relateSide {
    width: 300px;
    float: right;
    *display: inline;
}
.interviewRelated .relateNoSideMain {
    width: 100%;
    overflow: hidden;
}

#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: 263px;
    margin: 20px 20px 0 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;
}
/* 相关信息页 - 视频 */
.vedioPageList {
    margin-right: -20px;
    overflow: hidden;
    text-align: center;
}
.vedioPageList li {
    float: left;
    width: 273px;
    margin: 0 20px 20px 0;
    *display: inline;
}
.vedioPageList .pic {
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}
.vedioPageList .pic a {
    display: block;
    margin: 3%;
    overflow: hidden;
}
.vedioPageList .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;
}
.vedioPageList .pic img {
    height: auto;
    width: 100%;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}
.vedioPageList .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;
}
.vedioPageList .pic:hover {
    border-color: #bbb
}
.vedioPageList .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 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.interviewlist-bd li {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
}
.interviewlist-bd li:hover {

}
.interviewlist-bd li .title {
    color: #004986;
    font-weight: bold;
    line-height: 26px;
}
.interviewlist-bd li p {
    display: inline;
    line-height: 150%;
    padding: 5px 0 5px 0;
    margin: 0;
    text-indent: 28px;
}
.interviewlist-bd 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 p {
    color: #666;
}
.interviewQuestionList-bot {
    padding: 20px 30px 30px;
}
/*网友提问*/
.interview-ask-questions {
    width: 800px;
    margin: 0 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, arial, helvetica, sans-serif;
}
.interview-ask-questions .ft button[type="reset"] {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.interviewQuestionList ul li p {
    padding-left: 55px;
}
.interviewQuestionList .replyquestion {
    padding-left: 47px;
    margin-top: 25px;
}
.interviewQuestionList .replyquestion strong,
.interviewQuestionList .replyquestion-content {
    color: #36c;
}