body {
    margin: 0;
    font-family: 'Microsoft Yahei', Tahoma, Arial, Helvetica, Simsun, STHeiti;
    font-size: 14px;
    min-height: 100%;
    -moz-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
         text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    /* position: absolute; */
}

iframe {
    margin: 0;
    border: none;
}

hr{
	height: 1px;
	color: #d6d5da;
	border: 0;
}

.iframe_head {
    -webkit-box-shadow: 0 2px 5px #867878;
            box-shadow: 0 2px 5px #867878;
}

.iframe_foot {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 50px;
}

#title {
    color: #0a2868;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding-top: 50px;
}

.container {
	width: 914px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.content {
    color: #646464;
    line-height: 180%;
    text-indent: 2em;
    font-size: 14px;
}

.info,
.SignUp {
    color: #646464;
    line-height: 180%;
    padding: 0 0 3px 2em;
    font-size: 14px;
}

.info table{
    border: 1px solid #d1d7d7;
    border-collapse: collapse;
}

.info_2 {
    color: #646464;
    line-height: 180%;
    padding-bottom: 3px;
}

.info table {
    width: 688px;
}

.info th {
    height: 24px;
    line-height: 24px;
    background: #a4bce2;
    color: #ffffff;
    border: 1px solid #d1d7d7;
    font-size: 14px;
    font-weight: normal;
}

.info td {
    padding: 0;
    font-size: 14px;
    border: 1px solid #d1d7d7;
}

.info td.time {
    color: #002c6f;
}

.td_w,.td_b{
    line-height: 29px;
    padding: 0 0 0 22px;
    font-size: 14px;
    color: #646567;
}

.td_b{
    background: #eef0fd;
}

.content.noident {
    text-indent: 0;
}

.item {
    color: #ffffff;
    line-height: 26px;
    font-size: 14px;
    height: 30px;
    background: url(../images/tiao-1.png) no-repeat;
    margin: 40px 0 34px 0;
    position: relative;
}

.item_name{
    width: 60px;
    padding: 0 20px;
    -moz-text-align-last: justify;
         text-align-last: justify;
}

.extend {
    color: #670909;
    cursor: pointer;
    display: block;
    font-size: 10pt;
    font-weight: normal;
    padding-left: 20px;
    position: absolute;
    top: 5px;
    left: 120px;
}

.name {
    padding-bottom: 6px;
}

.center {
    text-align: center;
}

a {
    text-decoration: none;
    color: #164381;
}

.n {
    display: none;
}

#ios_tip {
    word-wrap: break-word;
}

.ren_photo,
.ren_js {
    vertical-align: top;
}

.ren_photo {
    width: 108px;
    height: 147px;
    float: left;
}

.ren_js {
    margin-left: 123px;
    /* width: 565px; */
    margin-right: 198px;
    min-height: 147px;
}

#dituContent {
    width: 548px;
    height: 345px;
    margin: 5px 0 3px 2em;
    background: url(https://www.wenhua.com.cn/static/images/shanghai.jpg) no-repeat right -350px top -200px;
}

@media screen and (max-width: 767px){
    body{
        font-size: .8rem;
        width: 100%;
    }
    .container {
        width: 95%;
        margin: 0 auto;
    }

    .content{
        padding: 0;
        text-indent: 0;
    }
	
	.info,
	.SignUp {
		padding: 0;
	}

    #dituContent{
        width: 100%;
        margin: 0;
    }

    .info table{
        width: 100%;
    }

    .ren_js {
        margin-right: 0;
    }

    .td_w,.td_b{
        padding: 0 0 0 .8rem;
    }
    .table_top{
        text-indent: 0;
    }
}