﻿@charset "utf-8";

/** base setting **/
body,html{margin:0;}
.common-content{width:1190px;margin:0 auto;}

/* 部门自建页面 - 头部自定义样式 */
.customHeader_iframe{border:none;width:100%;height:140px;overflow:hidden;}
.customFooter_iframe{border:none;width:100%;height:193px;overflow:hidden;}

.code_wrap { background: #114bd7; text-align: center; padding: 27px 0; }
.code_wrap p.info_dl { color: #fff; font-size: 16px; padding: 5px 20px; }
.code_wrap p.info_ab { font-size: 14px; padding: 5px 20px; cursor: pointer;  color: #f6e9ce; text-decoration: underline; }

/*.nav_back { float: right; margin: 10px 5px 0px 0px;}*/
/*
.nav_back a{
 text-decoration: none;
 font-size: 16px;
 color: #114bd7;
 cursor: pointer;
 display: inline-block;
}
*/
.nav_back {
    text-align: right;
    transform: translate(-10px, -37px);
}
.nav_back a{
    color: #fff;
    background: url("../images/home_img.png") no-repeat left center;
    background-size: 14px 14.5px;
    padding-left: 20px;
}
.nav_back a:hover {
    color: white;
    text-decoration: none;
}
