@charset "utf-8";
/************* Reset CSS *************/
/* 清除内外边距 */
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, iframe, legend, label, button, input, textarea, /* form elements 表单元素 */
tr, th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, var {
    font-style: normal;
}

/* 将斜体扶正 */
code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* 重置表单元素 */
fieldset, img, button {
    border: none;
    vertical-align: middle;
}

/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

img, iframe, table, form {
    vertical-align: top;
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/************* Reset CSS *************/
.clearfix {
    zoom: 1;
}

.clearfix:after, .clearfix:before {
    content: "\200B";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.wrap {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1902px;
    margin: auto;
    background: url("../img/wrap-bg.jpg");
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Microsoft YaHei";
}
.wrap .wrap-tag{
    height: 42px;
    background-color: #393939;
}
.wrap .wrap-tag>span{
    display: block;
    width: 100%;
    max-width: 1010px;
    height: 42px;
    margin: auto;
}
.wrap .wrap-tag>span>a{
    line-height: 42px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.wrap .wrap-head-mask{
    width: 100%;
    margin-bottom: -1675px;
}
.wrap .wrap-footer-bg {
    width: 100%;
    margin-top: -31%;
    position: relative;
}
.wrap .wrap-footer-bg .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.wrap .wrap-footer-bg > img {
    width: 100%;
}

.wrap-head {
    width: 100%;
    position: relative;
}

.wrap-head > img {
    display: block;
    width: 100%;
}

.wrap-head .shadow {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.wrap .content {
    position: relative;
    width: 100%;
    max-width: 1010px;
    margin: auto;
    border-radius: 6px;
    z-index: 5;
}

.wrap .content .content-head-text {
    width: 876px;
    margin: auto;
    padding: 20px 17px 20px 34px;
    font-size: 15px;
    position: relative;
}

.wrap .content .content-head-text > span {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
}

.wrap .content .content-head-text .content-head-text-l {
    border-left: 8px solid #2480cf;
    border-top: 8px solid #2480cf;
    left: 0;
    top: 0;
}

.wrap .content .content-head-text .content-head-text-f {
    border-bottom: 8px solid #2480cf;
    border-right: 8px solid #2480cf;
    right: 0;
    bottom: 0;
}

.wrap .content .content-head-text > p {
    line-height: 25px;
    display: block;
    width: 100%;
    font-size: 15px;
    text-indent: 2em;
    font-family: "Microsoft YaHei";
    color: #2480cf;
}

.wrap .content .content-main {
    padding-top: 13px;
    width: 100%;
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 3px;
    padding-bottom: 40px;
}

.wrap .content .content-main .content-main-tag {
    margin: auto;
    width: 100%;
    max-width: 973px;
    height: 80px;
    background: url("../img/content-tag-bg.png");
    margin-bottom: 19px;
}

.wrap .content .content-main .content-main-text-wrap {
    position: relative;
    width: 100%;
    min-width: 1010px;
}

.wrap .content .content-main .content-main-text-wrap .content-main-text {

    /*width: 908px;*/
    /*margin-left: 27px;*/
    overflow: hidden;
    zoom: 1;
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li {
    position: relative;
    /*height: 188px;*/
    overflow: hidden;
    margin-bottom: 18px;
    width: 50%;
    float: left;
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li > div {
    font-family: "Microsoft YaHei";
    position: relative;
    /*float: left;*/
    /*display: inline-block;*/
    width: 450px;
    height: 100%;
    margin: 0 auto;
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li > div .line {
    position: absolute;
    height: 1px;
    width: 450px;
    background-color: #c4c4c4;
    bottom: 0px;
    left: 0px;
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li > div:hover .line {
    bottom: 0px;
    left: 0px;
    height: 3px;
    background-color: #2480cf;
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li .blank {
    /*margin-right: 43px;*/
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li > div .photo {
    width: 104px;
    height: 152px;
    position: absolute;
    left: 0;
    top: 6px;
}
.photo>img{width: 100%;}

.wrap .content .content-main .content-main-text-wrap .content-main-text li > div .details {
    width: 332px;
    height: 190px;
    margin-left: 118px;
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li > div .details > h2 {
    display: block;
    margin-top: 14px;
    font-size: 23px;
    color: #000000;
    height: 30px;
    overflow: hidden;
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li > div .details > h2 > a {
    display: block;
    text-decoration: none;
    cursor: default;
    font-size: 23px;
    font-family: "Microsoft YaHei";
    color: #000000;
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li > div .details > h3 {
    margin-top: 8px;
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li > div .details > h3 > a {
    display: block;
    line-height: 1.5em;
    font-family: "Microsoft YaHei";
    margin-top: 8px;
    font-size: 15px;
    height: 3em;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li > div .details > h3 > a:hover {
    color: #1270bd;
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li > div .details > p {
    margin-top: 4px;
    height: 82px;
    overflow: hidden;
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li > div .details > p > a {
	display:block;
    font-size: 13px;
    line-height: 16px;
    text-indent: 24px;
    color: #000000;
    text-decoration: none;
    font-family: "Microsoft YaHei";
}

.wrap .content .content-main .content-main-text-wrap .content-main-text li > div .details > p > a:hover {
    color: #1270bd;
}

.ft-Wrapper { /*尾部*/
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 75px;
    margin: -56px auto -10px auto;
    background-color: #393939;

}

.ft-Wrapper > ul {
    width: 100%;
    padding-top: 14px;
}

.ft-Wrapper > ul > li {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}
