﻿@font-face {font-family: 'iconfont';
    src: url(iconfont.eot);
    src: url('imagesiconfont.eotiefix') format('embedded-opentype'),url(iconfont.woff) format('woff'),url(iconfont.ttf) format('truetype'),url('../images/iconfont.svg#iconfont') format('svg');
}
 .hdjj{display: block}
 .hdjj_app{display: none}
.interview{
	background-image: url(talk_201605.png);
}
.interview .head{
	height: 212px;
}
.interview  .nav{
	top: 212px;
}
.bar{
	display: none;
}
.talk-tit{
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #919191;
	color: #0e4e9a;
	font-size: 16px;
	position: relative;
	padding-left: 35px;
	font-weight: bold;
}
.talk-tit span,.talk-tit a,.talk-more{
	display: block;
	position: absolute;
	font-family:"iconfont" !important;
	font-weight: normal;
}
.talk-tit span{
	width: 31px;
	height: 100%;
	line-height: 42px;
	left: 5px;
	font-size: 22px;
}
.talk-tit a.more,.talk-more{
	width: 22px;
	height: 100%;
	line-height: 44px;
	right: 3px;
	top: 0;
	font-size: 22px;
	color: #8cc262;
}
.talk-tit a.more:hover,.talk-more:hover{
	text-decoration: none;
}

/*本期主题*/
.subject-lbox{
	width: 674px;
}
.subject-lbox h2{
	line-height: 36px;
	text-align: center;
	background-color: #d1e6fe;
	color: #0e4e9a;
}
.subject-detail{
	width: 262px;
	padding: 0 20px;
	border-right: 1px dashed #ababab;
	line-height: 22px;
}
.subject-detail h3{
	line-height: 24px;
	margin: 8px 0;
}
.subject-detail h3 span{
	display: inline-block;
	padding: 0 18px;
	background-color: #d1e6fe;
}
.subject-detail p{
	font-size: 12px;
}
.subject-video{
	margin-right: 15px;
	width: 328px;
	height: 341px;
	background: url(videobox_201605.jpg) no-repeat;
}
.subject-videobox{
	margin: 2px 0 0 9px;
	width: 306px;
	height: 282px;
	position: relative;
	color: #990000;
    font-weight: bold;
    font-size: 16px;
}
.subject-rbox{
	width: 268px;
}
.subject-rbox h3{
	height: 36px;
	line-height: 36px;
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	color: #000;
	background-color: #e7e7e7;
}
.subject-rbox .talk-more{
	right: 10px;
	line-height: 36px;
}
.subject-context{
	min-height: 258px;
	font-size: 12px;
	line-height: 28px;
	text-indent: 2em;
}
.subject-btns{
	width: 110%;
}
.subject-btns a{
	margin-right: 1px;
	display: block;
	float: left;
	width: 89px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	background-color: #d1e6fe;
}

.interview-lbox{
	margin-top: 25px;
	width: 674px;
}
/*文字直播*/
.livebox{
	height: 311px;
	overflow: hidden;
	position: relative;
	overflow-y: scroll\9;
}
.livebox h3{
	line-height: 30px;
	padding-left: 30px;
	position: relative;
	color: #000;
}
.livebox h3 span{ 
	float: right;
	color: #919191;
}
.livebox h3 em{
	display: inline-block;
	font-family:"iconfont" !important;
	font-size: 20px;
	position: absolute;
	left: 0;
	color: #0e4e9a;
}
.livebox p{
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 12px;
	color: #0e4e9a;
}
.livebox .guest h3 em{
	color: #ff5400;
}
.livebox .guest p{
	color: #000;
}
.live .scrollbox{
	width: 100%;
	height: 311px;
}
.scrollbox{
	position: relative;
}
.Scroller-Container{
	position: absolute;
}
.Scrollbar-Container{
	width: 5px;
	position: absolute;
	right: 0;
}
.mCustomScrollbar{
	-ms-touch-action: none;
    touch-action: none;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside > .mCSB_container {
    margin-right: 25px;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0,0,0,0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: #0E4E9A;
}
/*图片直播*/
.livepic ul{
	width: 110%;
	margin-top: 20px;
	height: 280px;
	overflow: hidden;
}
.livepic li{
	float: left;
	width: 144px;
	margin-right: 33px;
}
.livepic li p{
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	text-align: center;
}
.livepic li a{
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*往期访谈*/
.history,.midea{
	width: 327px;
}
.history .talk-tit span{
	line-height: 39px;
}
.talk-list li{
	height: 32px;
	line-height: 32px;
	padding-left: 13px;
	background: url(dot_201605.jpg) 5px 50% no-repeat;
}
.talk-list li a{
	display: inline-block;
	width: 75%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.talk-list li span{
	float: right;
}
.midea .talk-list li a{
	width: 100%;
}

.interview-rbox{
	width: 268px;
	margin-top: 25px;
}
/*留言列表*/
.message h3{
	padding-left: 40px;
	height: 28px;
	line-height: 28px;
	background-color: #e7e7e7;
	position: relative;
}
.message h3 span{
	font-family:"iconfont" !important;
	font-size: 20px;
	position: absolute;
	left: 10px;
	color: #0e4e9a;
}
.message ul li{
	margin-bottom: 15px;
}
.message ul div{
	margin-top: 10px;
	padding-left: 32px;
	font-size: 12px;
	position: relative;
}
.message em{
	font-family:"iconfont" !important;
	font-size: 22px;
	position: absolute;
	left: 0;
}
.message ul div.question{
	color: #0e4e9a;
}
.message ul div.answer em{
	color: #ff5400;
}
.message .scrollbox{
	height: 570px;
	margin-top: 15px;
}
.messagebox{
	height: 100%;
    overflow: hidden;
    position: relative;
	overflow-y: scroll\9;
}
.edit{
	color: #0e4e9a;
}
.edit .editfrom{
	display: block;
	border: 1px solid #c6c6c6;
	-moz-box-shadow:2px 3px 2px #dedede inset;
	-webkit-box-shadow:2px 3px 2px #dedede inset;
	box-shadow:2px 3px 2px #dedede inset; 
	outline: none;      
}
.mybg{
	padding: 5px;
	width: 258px;
	height: 158px;          
}
.edit .tip{
	line-height: 28px;
}
.edit .tip span{
	color: #ff4e00;
}
.edit p{
	float: left;
}
.postername,.zipcode{
	padding: 5px 0;
	line-height: 28px;
}
.dabiankuang,.zipcode .editfrom{
	padding: 0 2px;
	float: left;
	width: 145px;
	height: 26px;
	line-height: 26px;
}
.zipcode .editfrom{
	width: 83px;
}
.edit .unchanged{
	width: 70px;
	float: left;
    font-family: Arial;
    font-style: italic;
    color: Red;
    border: 0;
    letter-spacing: 3px;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
}
.sendmsg input{
	display: block;
	width: 62px;
	height: 26px;
	line-height: 26px;
	border: 0;
	background-color: #f49000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

/*响应部分*/
@media all and (max-width:1002px){
	html,body {
		min-height:100%
	}
	html {
		-ms-text-size-adjust:100%;
		-webkit-text-size-adjust:100%
	}
	.wrap{
		width: 768px;
		overflow: hidden;
	}
	.subject-lbox{
		width: 50%;
		padding-right: 15px;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.subject-detail{
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		border-right: 0;
	}
	.subject-video{
		display: none;
	}
	.subject-rbox{
		width: 50%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding-left: 15px;
	}
	.subject-btns{
		width: 100%;
	}
	.subject-btns a{
		width: 33%;
	}
	.interview-lbox{
		width: 100%;
	}
	.livepic ul{
		width: 100%;
	}
	.livepic li{
		width: 25%;
		padding: 0 15px;
		margin: 0;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.livepic li img{
		width: 100%;
		height: auto;
	}
	.history, .midea{
		width: 50%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.history{
		padding-right: 15px;
	}
	.midea{
		padding-left: 15px;
	}
	.interview-rbox{
		width: 100%;
		margin-top: 0;
	}
	.message{
		padding-bottom: 15px;
	}
	.message .scrollbox{
		max-height: 360px;
	}
	.mybg{
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.postername,.zipcode,.sendmsg{
		float: left;
	}
	.zipcode{
		margin-left: 15px;
	}
	.sendmsg{
		margin-top: 5px;
	}
}
@media all and (max-width:767px){
    .hdjj_app{display: block}
    .hdjj{display: none}
	.interview {
		background-size: 414px auto;
		background-image: url(imagesdhms_app_head.jpg);
		background-position: center top;
	}
	.interview .head {
		height: 193px;
	}
	.interview .nav{
		top: 112px;
	}
	.wrap{
		width:100%;
	}
	.history .talk-list li span{
		display: none;
	}
	.talk-list li a{
		width: 100%;
	}
}
@media all and (max-width:667px){
	.subject-btns a{
		width: 32%;
	}
}
@media all and (max-width:620px){
	.subject-lbox{
		width: 100%;
		padding-right: 0;
	}
	.subject-rbox{
		width: 100%;
		padding-left: 0;
	}
	.subject-context{
		height: auto;
	}
	.livepic li{
		width: 33.33%;
	}
	.mCSB_inside > .mCSB_container{
		margin-right: 15px;
	}
}
@media all and (max-width:520px){
	.postername,.zipcode,.sendmsg{
		float: none;
	}
	.zipcode{
		margin-left: 0;
	}
}
@media all and (max-width:420px){
	.history, .midea{
		width: 100%;
		padding: 0;
	}
	.livepic li{
		width: 50%;
		padding: 0 10px;
	}
}