@CHARSET "UTF-8";
/*-- -- 公共全局部分 -- --*/
*{
	margin:0;
	padding:0;
	font-family: arial,Helvetica,宋体;
	color:#333;
	color:rgba(51,51,51,0.95);
}
a{
	text-decoration: none;
}	
body{
	font-size:62.5%;
    min-width: 320px;
    max-width:1024px;
    margin:0 auto;
}

.disp_box{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:box;
	-moz-box-algin:center;
	-webkit-box-algin:center;
	-ms-box-algin:center;
	box-algin:center;
	-moz-box-pack:center;
	-webkit-box-pack:center;
	-ms-box-pack:center;
	box-pack:center;
}

/* <!-- header --> */

.title_bar{
	line-height: 50px;
	height: 50px;
    width: 100%;
    background: #ff7f14;
    min-width: 320px;
    transition: display 2s;
	-moz-transition: display 2s;	/* Firefox 4 */
	-webkit-transition: display 2s;	/* Safari 和 Chrome */
	-o-transition: display 2s;	
}
.title_bar a{
	display:block;
	text-align: center;
}
.title_bar .logo{
	-moz-box-flex:80px;
	-webkit-box-flex:80px;
	-webkit-flex:80px;
	box-flex:80px;
	text-align: center;
	width:80px;
	margin:0 10px;
}
.title_bar .back{
	-moz-box-flex:50px;
	-webkit-box-flex:50px;
	-webkit-flex:50px;
	box-flex:50px;
	text-align: center;
	width:50px;
	margin:0 5px;
}
.logo img{
	width:80px;
}
.title_bar .title{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	box-flex:1;
	padding-right:22px;
	color:#fff;
	color:rgba(255,255,255,0.95);
	font-size:2em;
	font-family: 黑体;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.title_bar .menu_icon{
	-moz-box-flex:50px;
	-webkit-box-flex:50px;
	-webkit-flex:50px;
	box-flex:50px;
	margin: auto 5px;
	display:inline-block;
	width:50px;
	display:none;
}
.logo img,.menu_icon img,.back img{
	vertical-align: middle;
	margin:auto 2%;
	max-width:100%;
	border: none;
}
.list img,.back img{
	vertical-align: middle;
	height:24px;
}
.banner{
	width:100%;
	font-size: 0;
	vertical-align: middle;
}
.banner img{
	width:100%;
	border: none;
	margin: 0
}
/* <!-- header --> */

/*--footer--*/
.dbbanner img{
	width:100%;
}
.footer {
    padding: 10px 2%;
    width: 96%;
    background-color: #eee;
    text-align: center;
    line-height: 1.6em;
    font-size: 1.2em;
}
.footer b {
    color: #ff7f14;
}
/*--footer-- */

/*--------翻页--------  */
.page {
	text-align: center;
	margin: 10px auto;
	clear: both;
}

.page a {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	margin: 0px 2px;
	text-decoration: none;
}

.page .pre,.page .no_pre,.page .next,.page .no_next {
	font-size: 14px;
	line-height: 26px;
	background: url(/images/page.png) no-repeat;
	text-align: center;
	color: #fff;
	background-size: 240px 26px;
	width: 60px;
	height: 26px;
}

.page .pre {
	background-position: left 0px;
}

.page .no_pre {
	background-position: -60px 0px;
}

.page .no_next {
	background-position: -120px 0px;
}

.page .next {
	background-position: right 0px;
}

.page .number {
	width: 150px;
	background: url(/images/arrow2.png) no-repeat 78% center;
	background-size: 15px 10px;
}

.page .cursor {
	font-weight: bold;
	font-size: 16px;
}
/*-------翻页 --------  */

/* --- 导航菜单 ----*/

.nav ul{
	-webkit-columns:2;
	-webkit-column-gap:2%;;
	columns:2;
	column-gap:2%;
	-moz-columns:2;
	-moz-column-gap:2%;
	margin:10px 0px 10px 0px;
	padding:10px 0;
	width:100%;
	
}
.nav li {
    -width:90%;
    list-style: none;
    background-color: #ff931f;
    margin: 5px 2px 0 2px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    font-size:1.6em;
}
.nav li a{
	width:100%;
	display: inline-block;
	color: #fff;
}
/* --- 导航菜单 ----*/

/*--- list  ---*/
.jg{
	margin-bottom: 20px;
}
.tj {
    height:32px;
    line-height:32px;
    width: 100%;
    background: #ff7f14;
}
.tj span{
	margin-left:0.5em;
	font-family:黑体;
	font-size:2em;
	color:#fff;
	display:inline-block;
}
.tj  a.more{
	float:right; 
	color:#fff;
	text-decoration: none;
	font-size:1.4em; 
	font-family:“宋体”;
    padding-right: 2%;
    clear:both;	
}

.jg li {
    height: 32px;
    line-height: 32px;
    list-style: none;
    padding:0 1em;
}
.jg li a {
    font-size:1.4em;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*--- list  ---*/
/*----------- pxjg.jsp----------*/
.nav ul.pxjg{
	-webkit-columns:4;
	columns:4;
	-moz-columns:4;
}

@media screen and (min-width: 760px) { 
.nav ul.pxjg{
		columns:8;
		-moz-columns:8;
		-webkit-columns:8;
	}
}
.fixed_top{
		position: fixed;
		top:0;
		max-width:1024px;
}
/*---------- pxjg.jsp----------*/


/*---------- train.jsp,english-studylist.jsp----------*/
.mbx {
    height: 32px;
    line-height: 32px;
    background: #ff7f14;
    font-size:1.4em;
    padding:0 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mbx>span{
	color: #fff;
}
.mbx a{
	text-decoration: none;
	margin:0 2px;
	color: #fff;
}

ul.ph{
	margin:0 0.5em;
}
.jg .ph li{
	border-bottom: 1px solid #FDEEC6;
    background: none;
}

/*---------- train.jsp,english-studylist.jsp----------*/

/*---------- 内容页  english-studydetail.jsp,train/htmlUrl.jsp----------*/

.zw{
	padding:10px;
	margin:5px;
	position: relative;
	border: 1px dotted #333;
   	border-radius: 20px;
}

.a_title{
	font-size: 1.8em;
	line-height: 1.8em;
}
#content123{
	line-height: 2em;
	text-align: center;
}
#content123 p{
	font-size:1.3em;
	padding:0;
	text-align: justify;
	margin:2px 5px;
}
#content123 p a{
	text-decoration: underline;
	font-weight: bold;
}
#content123 img{
	max-width: 100%;
	display:block;
	margin:auto;
	height: auto;
}
#content123 table{
	margin:auto;	
}
/*-----相关文章推荐-----*/
.wz{
	padding-bottom: 10px;
}
.wz li {
    height: 32px;
    line-height: 32px;
    list-style: none;
    background-color: #feecbf;
    border-bottom: 1px #f8d782 solid;
    padding:0 0.6em;
}
.wz li a {
    color: #856A24;
    font-size: 1.4em;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*-----相关文章推荐-----*/

/*---------- 内容页  english-studydetail.jsp,train/htmlUrl.jsp----------*/

/*------------------专题内容页面 zt.jsp---------------------------------*/

.js{
	margin:10px 0;
	padding-bottom: 20px;
	background-color:#feecbf;
	border-bottom: 1px #f8d782 solid;
	border-left: 1px #f8d782 solid;
	border-right: 1px #f8d782 solid;
	
}
.js p{
	font-size: 1.2em;
    margin-top: 10px;
    padding: 2px 2%;
    line-height: 20px;
}
.jstit{
	height:32px;
	line-height:32px;
	width:100%;
	background:#f8d782;
}
.jstit span{
	font-size:1.6em;
	font-family:黑体;
	padding-left:2%;
	padding-right:20px;
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.jszw a {
    text-decoration: none;
    font-family: “宋体”;
    display: inline-block;
    text-align: center;
    padding:0 3px;
}
.jszw a.more {
    font-size: 1.4em;
    background-color: #f8d782;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}

/*------------------专题内容页面 zt.jsp---------------------------------*/



@font-face {
  font-family: 'iconfont';  /* project id 1463011 */
  src: url('//at.alicdn.com/t/font_1463011_p0qt5cli5lb.eot');
  src: url('//at.alicdn.com/t/font_1463011_p0qt5cli5lb.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1463011_p0qt5cli5lb.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1463011_p0qt5cli5lb.woff') format('woff'),
  url('//at.alicdn.com/t/font_1463011_p0qt5cli5lb.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1463011_p0qt5cli5lb.svg#iconfont') format('svg');
}
.iconfont {
	display: inline-block;
	line-height: inherit;
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.height50{
	height: 50px;
}

 
 
.bottom_link {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 900;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    height: 50px;
    width: 100%;
    text-align: center;
}
.bottom_link a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 50px;
}
.bottom_link a.left{
	float: none;
	width: 40%;
	color: #666;
	background-color:rgba(255,255,255,.9);
}
.bottom_link a.left a{
	color: #666;
}
.bottom_link a.right{
	float: none;
	width: 60%; 
	color: #fff;
	background-color:rgba(255,127,20,.9);
}
.bottom_link a.right i{
	color: #fff;
}
.bottom_link a i{
	margin-right:4px;
	font-size:1.2em;
}


.pop_theme {
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	line-height: 1;
}

.agModal-form-wrap .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #222;
    font-size: 16px;
}



