@import url('../ting-serif-font.css');

/*reset*/
::-webkit-scrollbar{ width:8px; height:8px;}
::-webkit-scrollbar-thumb{ border-radius: 3px;}
html, body{
	margin:0;
	padding:0;
}
p, ul, dl{
	margin-top:0;
	margin-bottom:0;
}
ul, dl{
	padding-left:0;
	margin-left:0;
}
li{
	list-style: none;
}
/* 保留文章后台页头页尾的样式 */
ol li{
	list-style: inherit;
}
video{
	width:100%;
}

.startPlay, .loading, .tipContent, .volumeArea, .positionArea, .lockControl, .controls, .subTitle, .subArea{
	display: none;
}


/*layout*/
html{
	height:100%;
}
body{
	height:100%;
	padding-top:69px;
	box-sizing:border-box;
	overflow: hidden;
}
.headerBar{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:41px;
	padding:9px 0 0 45px;
	padding-top:9px;
	margin-bottom:20px;
	box-shadow: 0 2px 2px #ccc;
}
.wrap{
	height:100%;
	border:1px solid #f3f3f3;
	padding:0 20px 0 45px;
}
.container{
	height:100%;
	padding-top:68px;
	box-sizing:border-box;
	position: relative;
	overflow: hidden;
}


/*component*/
.tingName, .wrap{
	width:100%;
	min-width:912px;
	max-width:1282px;
	box-sizing:border-box;
	margin:0 auto;
}
.tingName{
	height:32px;
	line-height: 32px;
	text-indent: 44px;
	background:url('/areas/listen/content/image/playBack.jpg') -119px 1px no-repeat;
}
.titleBar{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:22px;
	line-height: 22px;
	margin:20px 0 0 0;
	padding-bottom:5px;
	border-bottom:1px solid #e5e5e5;
}
.contentInfor{
	width:640px;
	height:100%;
	margin-right:20px;
	position: relative;
	float:left;
}
.contents{
	padding-left:660px;
	height:100%;
	box-sizing:border-box;
}
.content{
	height:100%;
	padding:0 15px 0 0;
	overflow: auto;
	display: none;
}
.sentence{
	padding:1px;
	cursor: pointer;
}
.high_light:hover{
	cursor: default;
}

.software{
	position: absolute;
	left:0;
	bottom:0;
	cursor: pointer;
	width:250px;
	height:127px;
}
.link{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.software dd{
	float:left;
	margin:10px 45px 10px 0;
}
.software .img{
	display: block;
	width:80px;
	height:40px;
	margin:0 0 10px 0;
	background:url('http://www.eudic.net/image/eudic/version.gif');
}
.software .phone .img{
	background-position: -90px 0;
}

/*font*/
body{
	font-family: '微软雅黑', Tahoma;
}
.paragraph{
	font-family: 'ting-serif-font';
}
h1{
	font-weight: normal;
	font-size:16px;
	line-height: 1.4;
	width:100%;
	overflow: hidden;
	display: none;
}
.tingName, .titleBar{
	font-size: 16px;
}
.content{
	font-size:16px;
	line-height: 150%;
}
.article p{
	margin-bottom:0.5em;
}
.software{
	font-size:14px;
}

/*color*/
::-webkit-scrollbar-thumb{background-color:#D8D8D8; }
body{
	color:#505050;
	background-color:#FAFAFA;
}
video{
	background-color:#000;
}
h1{
	color:#525252;
}
.headerBar{
	color:#fff;
	background-color:#2280BD;
}
.wrap{
	background-color:#fff;
}
.content{
	color:#383838;
}
.summaryTitle {
    margin: 0 0 1em
}
.paragraph{
	color:#6d6d6d;
}
.paragraph .transDiv {
	display: block;
    margin-top: 0.5em;
}
.paragraph .trans {
    display: inline;
    font-family: '微软雅黑', '黑体', tahoma, arial, 宋体b8b\4f53;
    font-size: 16px;
    color: #a0a0a0
}
.chinese{
	color:#a0a0a0;
}
.sentence:hover{
	border-radius: 3px;
	background-color:#eee;
}
.hlWordStyle .sentence:hover{
	border-radius: 0px;
	background-color:inherit;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.highlight_word{
	border-radius: 4px;
	background-color: #ededef;
}
.high_light {
    color: #058cf5;
}
.high_light:hover{
	background-color:#fff;
}
.headerBar .tingName a{
	display: block;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}