.filed {
    width: 600px;
    height: 200px;
    top: 100px;
    left: 50%;
    position: absolute;
}
.filed-icon {
    width: 218px;
    height: 148px;
    top: 50px;
    left: 550px;
    position: absolute;
}



/* 新闻 开始 */
.policyThroughTrainAndExperiencePicks_nav_content_item {
    display: none;
    width: 1100px;
    margin: 0 auto;
}
.policy_issued {
    width: 536px;
    border: 1px solid #b9d3e8;
    -moz-border-radius: 4px;
    /* Firefox */
    -webkit-border-radius: 4px;
    /* Safari 和 Chrome */
    border-radius: 4px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    background: #fff;
    opacity: 0.8;
}
.policy_issued_title {
    font-family: '微软雅黑';
    font-size: 24px;
    line-height: 24px;
    border-left: 4px solid #556fb5;
    margin: 33px 0 25px 20px;
}
.policy_issued_title a {
    font-weight: bold;
    color: #3556af;
    padding-left: 8px;
}
.policy_issued_list {
    padding: 10px 20px 0px;
    border-top: 1px solid #b9d3e8;
}
.policy_issued_list li {
    font-family: '微软雅黑';
    font-size: 18px;
    padding-left: 16px;
    border-bottom: 1px dashed #2a81c4;
    background: url(../img/tuoyuan.png) 0 27px no-repeat;
    height: 80px;
    line-height: 88px;
}
.policy_issued_list li a {
    width: 480px;
    color: #313131;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    height: 68px;
    overflow: hidden;
}
.policy_issued_list span {
    /*background-color: red;*/
    position: relative;
    top: -73px;
    left: 380px;
    font-size: 16px;
}

.policy_issued_list_more {
    display: block;
    text-align: right;
    padding: 10px 35px 15px 0;
    font-size: 16px;
}
/* 新闻 结束 */


#jbfs {
    width: 1100px;
    height: 280px;
    padding-top: 20px;
    background: #fff;
    color: #454545;
    font-family: "微软雅黑";
}

#jbfs ul {
    margin: 0 -10px;
    list-style: none;
}

#jbfs li {
    width: 23%;
    text-align: center;
    padding: 0 10px;
    float: left;
}

#jbfs img {
    display: block;
    margin: 0 auto 10px;
    transition: all ease-in .4s;
}

#jbfs img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

#jbfs h2 {
    height: 32px;
    font-size: 24px;
    font-weight: bold;
    color: #317b16;
}

#jbfs p {
    margin-top: 12px;
    font-size: 16px;
}