@charset "utf-8";
/* CSS Document */


body {
    font-family: "Microsoft Yahei", "微软雅黑", SimSun, Arial, tahoma, arial !important;
    margin: 0;
    padding: 0;
    font-style: normal !important;
    font-variant: normal !important;
    color: #222;
    font-size: 16px;
    background: #FFFFFF;
    line-height: 200%;
}

html {
    font-size: 62.5%;
}

a {
    color: #7d7d7d;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #054cb4;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

.cell,
.cell2,
.cell3 {
    border-collapse: collapse;
    border-spacing: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.yh {
    font-family: "Microsoft Yahei", "微软雅黑";
}

a,
img {
    border: 0px;
}

p {
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}

i {
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

br {
    margin: 0px;
    padding: 0px;
}

.clearheight {
    width: 100%;
    height: 1px;
    overflow: hidden;
}

input,
select,
textarea {
    font-family: "Microsoft Yahei";
    outline: none;
}

input[type="text"]:disabled {
    background-color: #fff;
}

input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #969696;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #969696;
}

input:-ms-input-placeholder {
    color: #969696;
}

input::-webkit-input-placeholder {
    color: #969696;
}

br {
    font-family: SimSun;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

select::-ms-expand {
    display: none;
}

/*loading*/


/*common*/
.container {
    width: 100%;
    opacity: 0;
}

.wrap {
    width: 100%;
    margin: 0px auto;
    /*max-width:1813px;*/
    padding: 0px;
}

.wrap_c {
    width: 1190px;
    margin: 0px auto;
    padding: 0px;
}

.wrap_in {
    overflow: visible;
    margin: 0px 40px;
}

.animte_4 {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.tops_01 {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    height: 47px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.tops_01 .fr {
    width: 326px;
    height: 33px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 2px;
    margin-top: 7px;
}

.tops_01 .fr select {
    background: url("../img/top_0123.jpg") 96% center no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0px;
    line-height: 33px;
    padding: 0px 15px 0px 10px;
    color: #858585;
}

.tops_01 .fr input.tops_txt {
    width: 100%;
    height: 33px;
    border: 0px;
    padding: 0px;
    text-indent: 90px;
}

.tops_01 .fr input.tops_btn {
    width: 20px;
    height: 33px;
    border: 0px;
    cursor: pointer;
    background: url("../img/search.jpg") center no-repeat;
    position: absolute;
    right: 10px;
    top: 0px;
}

.topfr {
    overflow: hidden;
    position: relative;
    padding: 80px 0px 30px 0px;
}

.topfr .fr {
    margin-right: 0px;
}

.tops_01-fr{
    float: left;
    margin-top: 50px;
    width: 30%;
    position: relative;
}
.tops_01-fr select {
    background: url("../images/top_01.jpg") 96% center no-repeat;
    position: absolute;
    left: 0px;
    top: 2px;
    border: 0px;
    line-height: 33px;
    padding: 0px 15px 0px 10px;
    color: #858585;
}

.tops_01-fr input.tops_txt {
    width: 100%;
    height: 33px;
    border: 1px solid #ccc;
    padding: 0px;
    text-indent: 10px;
}

.tops_01-fr input.tops_btn {
    width: 20px;
    height: 33px;
    border: 0px;
    cursor: pointer;
    background: url("../img/search.jpg") center no-repeat;
    position: absolute;
    right: 10px;
    top: 0px;
}
.navfr {
    overflow: visible;
    background-color: #054cb4;
    line-height: 50px;
    height: 50px;
}

.navfr ul li {
    float: left;
    width: 16.6666%;
    text-align: center;
    position: relative;
}

.navfr ul li a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0px 10px;
    font-weight: bold;
}

.navfr ul li div a {
    font-weight: normal;
}

.navfr ul li.on b {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 0px;
    bottom: 3px;
}

.navfr ul li .nav_sub_c {
    width: 80%;
    position: absolute;
    left: 15%;
    top: 50px;
    background-color: #054cb4;
    padding: 5px 0px;
    display: none;
    z-index: 9999;
}

.navfr ul li .nav_sub_c p {
    width: 100%;
    overflow: hidden;
    margin: 15px 0px;
}

.navfr ul li:hover .nav_sub_c {
    display: block;
}

.body-main-box {
    width: 100%;
    background: url(../img/box.jpg) repeat-x;
}
.in_01 {
    overflow: hidden;
    margin-top: 37px;
}

.in_01 .fl {
    width: 824px;
    overflow: hidden;
}

.in_01 .fl img {
    width: 100%;
    display: block;
}

.in_01_slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.in_01_slide .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.in_01_slide .in_01_sp {
    position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 999;
    text-align: center;
    width: 100%;
}

.in_01_slide .in_01_sp span {
    background-color: #fff;
    margin: 0px 5px;
    display: inline-block;
}

.in_01 .fr {
    width: 350px;
    overflow: hidden;
}

.in_01 .fr ul li {
    overflow: hidden;
    width: 100%;
}

.in_01 .fr ul li a {
    display: block;
    overflow: hidden;
    padding: 11px 10px;
    position: relative;
}

.in_01 .fr ul li a span {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url("https://caghp.org.cn/fer/images/c_01.png") left center no-repeat;
    text-indent: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.in_01 .fr ul li a i {
    width: 100%;
    display: block;
    overflow: hidden;
    text-indent: 15px;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.in_01 .fr ul li a:hover {
    background-color: #f2f2f2;
}

.in_01 .fr ul li a:hover b {
    width: 100%;
    height: 2px;
    display: block;
    overflow: hidden;
    background-color: #07438a;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.in_01 .fr ul li a:hover span {
    color: #07438a;
    background: url("https://caghp.org.cn/fer/images/c_02.png") left center no-repeat;
}

.in_02 {
    overflow: hidden;
    margin-top: 37px;
}

.in_02 .wrap_c {
    overflow: hidden;
    background-color: #f2f2f2;
}

.in_02 .fl {
    width: 566px;
    overflow: hidden;
    margin-left: 16px;
}

.in_02 .fr {
    width: 566px;
    overflow: hidden;
    margin-right: 16px;
}

.in_02_t {
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    margin-top: 10px;
    border-bottom: 1px solid #858585;
}

.in_02_t span {
    float: left;
    font-size: 20px;
    color: #07438a;
    font-weight: bold;
}

.in_02_t a {
    float: right;
    font-size: 12px;
    color: #666;
}

.in_02_tt {
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    margin-top: 10px;
    border-bottom: 1px solid #858585;
}

.in_02_tt span {
    float: left;
    font-size: 20px;
    color: #666;
    font-weight: bold;
    border-top: 3px #f2f2f2 solid;
    padding: 0 12px;
    cursor: pointer;
}

.in_02_tt span.on {
    color: #074cb4;
    background: #dcdcdc;
    border-top: 3px #074cb4 solid;
}

.in_02_tt a {
    float: right;
    font-size: 12px;
    color: #666;
}

.in_02_ttt {
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    margin-top: 10px;
    border-bottom: 1px solid #858585;
}

.in_02_ttt span {
    float: left;
    font-size: 20px;
    color: #666;
    font-weight: bold;
    border-top: 3px #fff solid;
    padding: 0 12px;
    cursor: pointer;
}

.in_02_ttt span.on {
    color: #074cb4;
    background: #dcdcdc;
    border-top: 3px #074cb4 solid;
}

.in_02_ttt a {
    float: right;
    font-size: 12px;
    color: #666;
}

.in_02_c {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
}

.in_02_c ul li {
    width: 100%;
    overflow: hidden;
}

.in_02_c ul li a {
    width: 100%;
    display: block;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 4px 0px;
    color: #666;
}

.in_02_c ul li a span {
    width: 70%;
    display: block;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in_02_c ul li a i {
    float: right;
    font-size: 12px;
    color: #999;
}

.in_03 {
    overflow: hidden;
    margin-top: 37px;
}

.in_03 .fl {
    width: 566px;
    overflow: hidden;
    margin-left: 16px;
}

.in_03 .fr {
    width: 566px;
    overflow: hidden;
    margin-right: 16px;
}

.in_03_c {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.in_03_c ul li {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 10px;
}

.in_03_c ul li:nth-child(3n) {
    margin-right: 0px;
}

.in_03_c ul li img {
    width: 100%;
    display: block;
}

.in_04_c {
    overflow: hidden;
    margin: 60px 40px 20px 40px;
}

.in_04_c ul li {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.in_04_c ul li:nth-child(2n) {
    margin-right: 0px;
}


.in_05_c {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.in_05_c ul li {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.in_05_c ul li a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.in_05_c ul li a span {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.in_05_c ul li a i {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.in_04 {
    overflow: hidden;
    margin-top: 37px;
}

.in_04 .in_02_t {
    border-bottom: 0px;
    text-indent: 16px;
}


.in_06_c {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.in_06_c ul li {
    float: left;
    width: 369px;
    overflow: hidden;
    border: 1px solid #9c9c9c;
    margin-right: 22px;
}

.in_06_c ul li:nth-child(3) {
    margin-right: 0px;
}

.in_06_c ul li a {
    display: block;
    margin: 16px;
    overflow: hidden;
}

.in_06_c ul li a img {
    display: block;
    float: left;
    width: 155px;
}

.in_06_c ul li a em {
    display: block;
    font-style: normal;
    margin-left: 15px;
    float: left;
    width: 178px;
}

.in_06_c ul li a em span {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.in_06_c ul li a em i {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 5px;
    height: 142px;
    overflow: hidden;
}


.btnfr {
    overflow: visible;
    background-color: #10568a;
    padding: 40px 0px 20px 0px;
}

.btnfr_empty {
    height: 60px;
}

.btn_01 {
    width: 100%;
    overflow: visible;
    position: relative;
}

.btn_01 ul li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

.btn_01 ul li:nth-child(4) {
    margin-right: 0px;
}

.btn_01 ul li a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: #286796;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.btn_01 ul li .btn_01_c {
    width: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    display: none;
}

.btn_01 ul li .btn_01_c .btn_01c_t {
    overflow: hidden;
    margin: 0px 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #286796;
    font-weight: bold;
}

.btn_01 ul li .btn_01_c .btn_01c_t b {
    width: 3px;
    height: 12px;
    display: block;
    overflow: hidden;
    float: left;
    background-color: #286796;
    border-radius: 3px;
    margin: 5px 10px 0px 0px;
}

.btn_01 ul li .btn_01_c .btn_01c_c {
    overflow: hidden;
    margin: 0px 20px;
    margin-top: 10px;
}

.btn_01 ul li .btn_01_c .btn_01c_c dl {
    margin: 0px;
    padding: 0px;
}

.btn_01 ul li .btn_01_c .btn_01c_c dl dd {
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 10px;
    margin-right: 32px;
}

.btn_01 ul li .btn_01_c .btn_01c_c dl dd a {
    width: auto;
    float: left;
    display: inline-block;
    background: none;
    color: #222;
    line-height: 24px;
}

.btn_01 ul li:hover .btn_01_c {
    display: block;
}

.btn_02 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
    color: #9fbbd0;
}

.btn_02 p {
    line-height: 24px;
}

.btn_02 p a {
    color: #9fbbd0;
}

.btn_02 p i {
    margin: 0px 5px;
}

.com_01 {
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0px;
}

.com_01 span {
    float: left;
    color: #454545;
}

.com_01 a {
    float: left;
    color: #325a96;
}

.com_01 i {
    float: left;
    color: #454545;
    margin: 0px 5px;
}

/*.bzgk_01{overflow:hidden;}*/
.bzgk_01 {
    width: 100%;
}

.bzgk_01 .wrap_c {
    overflow: hidden;
    background-color: #fff;
}

.bzgk_01_t {
    width: 100%;
    overflow: hidden;
    background: url("https://caghp.org.cn/fer/images/in_01.jpg") repeat-x;
    background-size: 100% 100%;
    padding-bottom: 10px;
}

.bzgk_01_t span {
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    margin-top: 20px;
    margin-left: 20px;
    background: url("https://caghp.org.cn/fer/images/in_02.jpg") left center no-repeat;
    background-size: 4px;
    padding-left: 20px;
}

.bzgk_01_c {
    overflow: hidden;
    margin: 0px 40px;
    padding: 20px 0px 40px 0px;
}

.bzgk_01_c ul li {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    margin: 10px 0px;
}

.bzgk_01_c ul li a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.bzgk_01_c ul li a span {
    width: 70%;
    display: block;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

.bzgk_01_c ul li a i {
    float: right;
    font-size: 12px;
    color: #999
}

.bzgk_01_c ul li.li1 {
    height: 1px;
    border-top: 1px dashed #ccc;
    margin: 30px 0px;
}

.pages {
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 40px;
    line-height: 24px;
    color: #7d7d7d;
}

.pages span {
    float: left;
}

.pages span.sp1 {
    margin-left: 10px;
}

.pages a {
    float: left;
    border: 1px solid #ccc;
    padding: 0px 5px;
    margin-left: 10px;
}

.pages select {
    float: left;
    border: 1px solid #ccc;
    height: 26px;
    text-align: center;
    margin: 0px 5px;
    padding: 0px 15px;
    background: url("../img/select_01..jpg") 90% center no-repeat;
}

.pages span i {
    color: #ff0000;
}

.cwlsmd_01 {
    overflow: hidden;
    margin: 0px 40px;
    margin-bottom: 40px;
}

.cwlsmd_01 ul li {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.cwlsmd_01_t {
    width: 100%;
    overflow: hidden;
    border-bottom: 4px solid #a4c3ef;
    padding-bottom: 5px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.cwlsmd_01_t span {
    display: inline-block;
    background: url("https://caghp.org.cn/fer/images/in_04.jpg") left top no-repeat;
    padding-left: 10px;
}

.cwlsmd_01_c {
    overflow: hidden;
    padding: 20px;
    background-color: #f7f7f7;
}

.cwlsmd_01_c p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #3b3b3b;
    line-height: 24px;
    margin: 10px 0px;
}


.dj_01_t {
    width: 100%;
    overflow: hidden;
    border-top: 5px solid #003158;
    position: relative;
}

.dj_01_t img {
    width: 100%;
    display: block;
}

.dj_01_t em {
    width: 100%;
    display: block;
    overflow: hidden;
    font-style: normal;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.dj_01_t em span {
    display: block;
    overflow: hidden;
    margin: 10px 20px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}


.dz_01_c {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.dz_01_c ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #000;
    padding: 30px 0px;
}

.dz_01_c ul li a {
    display: block;
    overflow: hidden;
    margin: 0px 40px;
}

.dz_01_c ul li a em {
    display: block;
    float: left;
    font-style: normal;
}

.dz_01_c ul li a em.em1 {
    float: left;
    width: 188px;
    max-height: 116px;
    border: 1px solid #d6d6d6;
    padding: 4px;
}

.dz_01_c ul li a em.em1 img {
    display: block;
    width: 100%;
}

.dz_01_c ul li a em.em2 {
    float: right;
    width: 80%;
}

.dz_01_c ul li a em.em2 span {
    width: 100%;
    display: block;
    overflow: hidden;
}

.dz_01_c ul li a em.em2 span.sp1 {
    background-color: #f2f2f2;
    font-size: 12px;
    color: #9c9c9c;
    line-height: 30px;
    text-align: right;
}

.dz_01_c ul li a em.em2 span.sp1 i {
    margin-right: 10px;
}

.dz_01_c ul li a em.em2 span.sp2 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-top: 5px;
}

.dz_01_c ul li a em.em2 span.sp3 {
    font-size: 13px;
    color: #666;
    line-height: 20px;
    margin-top: 5px;
}


.xqy_01 {
    overflow: hidden;
    margin: 0px 3.5%;
    margin-top: 30px;
}

.xqy_01 h1 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.xqy_01 p {
    width: 100%;
    overflow: hidden;
    background-color: #eee;
    margin-top: 20px;
    border-top: 1px solid #6a6a6a;
    line-height: 30px;
}

.xqy_01 p span {
    margin-left: 10px;
    float: left;
    font-size: 12px;
    color: #9c9c9c;
}

.xqy_01 p i {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #9c9c9c;
}


.xqy_02 {
    overflow: hidden;
    margin: 0px 3.5%;
    margin-top: 30px;
}

.xqy_02 img {
    max-width: 100%;
}

.xqy_02 p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.xqy_03 {
    overflow: hidden;
    margin: 0px 3.5%;
    margin-top: 30px;
}

.xqy_04 {
    overflow: hidden;
    margin: 0px 3.5%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.xqy_04 a {
    width: 48%;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #285297;
    float: left;
}

.xqy_04 a span {
    color: #3c3c3c;
}

.xqy_04 a:nth-child(2) {
    float: right;
}

.xqy_05 {
    overflow: hidden;
    width: 887px;
    margin: 0px auto;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.xqy_05 img {
    max-width: 100%;
}

.xqy_05 p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}


.xhld_01 {
    overflow: hidden;
    margin: 0px 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.xhld_01 ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
}

.xhld_01 ul li .xhld_01_t {
    width: 100%;
    overflow: hidden;
    background-color: #7ca6b5;
    color: #fff;
    line-height: 40px;
    text-indent: 20px;
    font-size: 14px;
}

.xhld_01 ul li .xhld_01_c {
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 20px;
}

.xhld_01 ul li .xhld_01_c p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0px;
}

.rd_01_c {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.rd_01_c ul li {
    width: 23.5%;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    background-color: #fff;
}

.rd_01_c ul li:nth-child(4n) {
    margin-right: 0px;
}

.rd_01_c ul li a {
    display: block;
    overflow: hidden;
    margin: 10px;
}

.rd_01_c ul li a em {
    width: 100%;
    display: block;
    font-style: normal;
    overflow: hidden;
}

.rd_01_c ul li a em.em1 {
}

.rd_01_c ul li a em.em1 img {
    width: 100%;
    display: block;
}

.rd_01_c ul li a em.em2 {
    margin: 10px 0px 0px 0px;
}

.rd_01_c ul li a em.em2 span {
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 48px;
}


.ss_01 {
    overflow: hidden;
    margin: 0px 40px;
    margin-top: 30px;
}

.ss_01 em {
    display: inline-block;
    overflow: hidden;
    font-style: normal;
    position: relative;
}

.ss_01 em input.ss_txt {
    width: 300px;
    height: 40px;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    border-radius: 4px;
    padding: 0px;
    text-indent: 10px;
}

.ss_01 em input.ss_btn {
    width: 40px;
    height: 40px;
    border: 0px;
    cursor: pointer;
    background: url("https://caghp.org.cn/fer/images/ss_01.jpg") center no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
}

.ss_01 p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
    line-height: 24px;
    padding: 10px 0px;
}


.ss_02 {
    overflow: hidden;
    margin: 0px 40px 40px 40px;
}

.ss_02 ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #969696;
    padding: 30px 0px;
}

.ss_02 ul li a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.ss_02 ul li a span {
    width: 100%;
    display: block;
    overflow: hidden;
}

.ss_02 ul li a span.sp1 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.ss_02 ul li a span.sp1 i {
    display: inline-block;
    background: url("https://caghp.org.cn/fer/images/ss_02.jpg") right center no-repeat;
    padding-right: 20px;
}

.ss_02 ul li a span.sp2 {
    font-size: 13px;
    color: #666;
    line-height: 20px;
    margin-top: 10px;
}

.ss_02 ul li a span.sp3 {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-top: 10px;
}
.zj_01_c {
    overflow: hidden;
    margin: 0px 40px;
}

.zj_01_c .fl {
    width: 30%;
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
}

.zj_01_c .fl em {
    display: inline-block;
    overflow: hidden;
    font-style: normal;
}

.zj_01_c .fl em img {
    width: 100%;
    display: block;
}

.zj_01_c .fl em span {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
    background-color: #e5e5e5;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0px;
}

.zj_01_c .fr {
    width: 60%;
    overflow: hidden;
    border-left: 1px solid #e5e5e5;
    padding: 40px 0px;
    padding-left: 5%;
}

.zj_01_c .fr p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 10px 0px;
}

.zj_02 {
    overflow: hidden;
    margin: 20px 40px 40px 40px;
}

.zj_02 ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #969696;
    padding-bottom: 20px;
    padding-top: 20px;
}

.zj_02 ul li a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.zj_02 ul li a em {
    width: 100%;
    display: block;
    overflow: hidden;
    font-style: normal;
}

.zj_02 ul li a em.em1 {
    background-color: #f2f2f2;
    line-height: 40px;
}

.zj_02 ul li a em.em1 span.sp1 {
    float: left;
    margin-left: 20px;
    color: #5e5d5d;
    font-size: 14px;
}

.zj_02 ul li a em.em1 span.sp1 i {
    color: #00749a;
}

.zj_02 ul li a em.em1 span.sp2 {
    float: right;
    margin-right: 20px;
}

.zj_02 ul li a em.em2 {
    display: block;
    overflow: hidden;
    width: auto;
    margin: 20px;
    font-size: 14px;
    color: #a7a7a7;
    line-height: 24px;
}


.lxwm_01 {
    overflow: hidden;
    margin-top: 15px;
}

.lxwm_01 .fl {
    width: 255px;
    overflow: hidden;
    background-color: #fff;
}

.lxwm_01 .fl ul {
    width: 215px;
    overflow: hidden;
    margin: 0px auto;
    padding: 20px 0px 40px 0px;
}

.lxwm_01 .fl ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0px;
    text-align: center;
    position: relative;
}

.lxwm_01 .fl ul li a {
    color: #000;
}

.lxwm_01 .fl ul li.on b {
    width: 40px;
    height: 1px;
    display: block;
    overflow: hidden;
    background-color: #0096ff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -20px;
}


.lxwm_01 .fr {
    width: 915px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 20px;
}


.dsj_01 {
    overflow: hidden;
    margin: 40px 40px 0px 40px;
    position: relative;
    padding-bottom: 40px;
    height: 1000px
}

/*.dsj_01{width:980px;height:100px;line-height:100px;overflow:auto;overflow-x:hidden;}*/
/*.dsj_01{_height:200px; min-height:200px; border:1px solid #000; width:100px} */
.dsj_01 i.i1 {
    width: 3px;
    height: 100%;
    display: block;
    overflow: hidden;
    background-color: #dbdbdb;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
    top: 0px;
}

.dsj_01 ul li {
    width: 100%;
    overflow: visible;
    position: absolute;
    left: 0px;
    top: 0px;
}

.dsj_01 ul li b {
    width: 42px;
    height: 42px;
    display: block;
    overflow: hidden;
    background: url("https://caghp.org.cn/fer/images/dsj_01.png") no-repeat;
    background-size: 100%;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    z-index: 99;
}

.dsj_01 ul li p.p1 {
    width: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.dsj_01 ul li p.p1 span {
    display: inline-block;
    float: right;
    background-color: #dbdbdb;
    line-height: 37px;
    border-radius: 4px;
    margin-top: 1.5px;
    font-size: 14px;
    color: #3b3b3b;
    padding: 0px 40px 0px 20px;
}

.dsj_01 ul li .dsj_01_c {
    width: 45%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 60px;
}

.dsj_01 ul li .dsj_01_c p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #5d5d5d;
    line-height: 24px;
    margin-bottom: 20px;
}

.dsj_01 ul li .dsj_01_c p img {
    width: 100%;
    display: block;
}

.dsj_01 ul li:nth-child(2n) p.p1 {
    left: 50%;
}

.dsj_01 ul li:nth-child(2n) p.p1 span {
    float: left;
    padding: 0px 20px 0px 40px;
}

.dsj_01 ul li:nth-child(2n) .dsj_01_c {
    left: 55%;
}

.dsj_01_b {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.dsj_01_b b {
    width: 18px;
    height: 18px;
    display: block;
    overflow: hidden;
    background: url("https://caghp.org.cn/fer/images/dsj_02.png") center no-repeat;
    margin: 0px auto;
    padding: 0px;
}


.jyfw_01 {
    overflow: hidden;
}

.jyfw_01 .wrap_c {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 0px;
}

.jyfw_01_t {
    overflow: visible;
    margin: 0px 40px;
    border-bottom: 2px solid #cfcfcf;
    line-height: 44px;
    height: 44px;
}

.jyfw_01_t span {
    float: left;
    display: inline-block;
    font-size: 20px;
    color: #3b3b3b;
    padding: 0px 20px;
    position: relative;
}

.jyfw_01_t span b.b1 {
    width: 100%;
    height: 2px;
    display: block;
    overflow: hidden;
    background-color: #3074c8;
    position: absolute;
    left: 0px;
    bottom: -2px;
}

.jyfw_01_t span b.b2 {
    width: 4px;
    height: 20px;
    display: block;
    overflow: hidden;
    background-color: #0070f8;
    position: absolute;
    left: 0px;
    top: 13px;
}

.jyfw_01_t a {
    float: right;
}

.jyfw_01_c {
    overflow: hidden;
    margin: 0px 80px;
    margin-top: 0px;
    padding-bottom: 20px;
}

/*.jyfw_01_c ul{width:26.6666666%;float:left;margin-right:10%;}*/
.jyfw_01_c ul {
    width: 100%;
    float: left;
    margin-right: 10%;
}

.jyfw_01_c ul:nth-child(3) {
    margin-right: 0px;
}

/*.jyfw_01_c ul li{width:100%;overflow:hidden;margin-top:20px;}*/
.jyfw_01_c ul li {
    width: 26.666666%;
    overflow: hidden;
    margin-top: 20px;
    float: left;
    margin-right: 10%;
}

.jyfw_01_c ul li:nth-child(3n) {
    margin-right: 0px;
}

.jyfw_01_c ul li a {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 50px;
    font-size: 20px;
    color: #3b3b3b;
    padding: 10px 0px 25px 0px;
    letter-spacing: 5px;
}

.jyfw_01_c ul li a img {
    float: left;
    display: block;
    height: 50px;
    margin-right: 25px;
    margin-left: 15px;
}

.jyfw_01_c ul li a i {
    width: 100%;
    height: 2px;
    display: block;
    overflow: hidden;
    background-color: #d7d7d7;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.jyfw_01_c ul li a i b {
    width: 100px;
    height: 2px;
    background-color: #3074c8;
    display: block;
}


.jyfw_02 {
    overflow: hidden;
    margin-top: 20px;
}

.jyfw_02fr {
    overflow: hidden;
    margin: 0px 40px;
}

.jyfw_02fr .jyfw_01_t {
    margin: 0px;
}

.jyfw_02 .wrap_c {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 0px;
    padding-bottom: 40px;
}

.jyfw_02 .fl {
    width: 48%;
    overflow: hidden;
    margin-left: 0px;
}

.jyfw_02 .fr {
    width: 48%;
    overflow: hidden;
    margin-right: 0px;
}


.jyfw_02_c {
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
}

.jyfw_02_c ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #969696;
    padding: 20px 0px;
}

.jyfw_02_c ul li p {
    overflow: hidden;
    width: auto;
    padding-left: 30px;
    font-size: 14px;
    color: #5e5e5e;
    line-height: 24px;
}

.jyfw_02_c ul li p.p1 {
    background: url("https://caghp.org.cn/fer/images/hy_01.jpg") left 4px no-repeat;
    background-size: 15px;
}

.jyfw_02_c ul li p.p2 {
    color: #a2a2a2;
    margin-top: 5px;
}


.jyfw_02r_01 {
    width: 100%;
    overflow: hidden;
}

.jyfw_02r_01 a {
    width: 48%;
    display: block;
    float: left;
}

.jyfw_02r_01 a:nth-child(2) {
    float: right;
}

.jyfw_02r_01 a img {
    width: 100%;
    display: block;
}


.lyb_02 {
    overflow: hidden;
}

.lyb_02 .ss_01 {
    width: 100%;
    margin: 20px 0px;
}

.lyb_03 {
    overflow: hidden;
}

.lyb_03 .wrap_c {
    overflow: hidden;
    background-color: #fff;
    padding: 30px 0px;
}

.lyb_03_c {
    overflow: hidden;
    margin: 0px 40px;
    margin-top: 0px;
}

.lyb_03_c p {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    line-height: 40px;
}

.lyb_03_c p em {
    display: block;
    overflow: hidden;
    font-style: normal;
    float: left;
    width: 50%;
}

.lyb_03_c p em span {
    width: 100px;
    display: block;
    overflow: hidden;
    float: left;
    text-align: right;
    color: #3b3b3b;
}

.lyb_03_c p em span i {
    color: #ec0000;
}

.lyb_03_c p em input {
    float: left;
}

.lyb_03_c p em input.lyb_03c_txt {
    width: 400px;
    line-height: 38px;
    border: 1px solid #a9a9a9;
    padding: 0px;
    text-indent: 10px;
}

.lyb_03_c p em.em1 {
    width: 100%;
}

.lyb_03_c p em input.lyb_03c_txt1 {
    width: 956px;
    line-height: 38px;
    border: 1px solid #a9a9a9;
    padding: 0px;
    text-indent: 10px;
}

.lyb_03_c p em textarea {
    width: 956px;
    border: 1px solid #a9a9a9;
    padding: 0px;
    text-indent: 10px;
    overflow: hidden;
    height: 100px;
}

.lyb_03_c p em input.lyb_03c_txt2 {
    width: 100px;
    line-height: 38px;
    border: 1px solid #a9a9a9;
    padding: 0px;
    text-indent: 10px;
}

.lyb_03_c p em img {
    float: left;
    height: 40px;
    display: block;
    margin-left: 20px;
}

.lyb_03_c p.p1 {
    margin-top: 40px;
}

.lyb_03_c p.p1 input.lyb_03c_btn1 {
    width: 130px;
    height: 40px;
    float: left;
    margin-left: 100px;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
    cursor: pointer;
    background-color: #307a9b;
    color: #fff;
}

.lyb_03_c p.p1 input.lyb_03c_btn2 {
    width: 130px;
    height: 40px;
    float: left;
    margin-left: 20px;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
    cursor: pointer;
    background-color: #505050;
    color: #fff;
}


.lyb_04_c {
    overflow: hidden;
    margin: 0px 40px;
}

.lyb_04_c ul li {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
}

.lyb_04_c ul li .lyb_04c_t {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #003b85;
    line-height: 24px;
}

.lyb_04_c ul li .lyb_04c_t img {
    float: left;
    display: block;
    margin-top: 3px;
    margin-right: 5px;
}

.lyb_04_c ul li .lyb_04c_c {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    color: #767575;
}

.lyb_04_c ul li .lyb_04c_c i {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 24px;
    margin-top: 0px;
    font-size: 14px;
    color: #4f5054;
}

.lyb_04_c ul li .lyb_04c_c p {
    width: auto;
    margin-left: 40px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #767575;
}

.lyb_04_c ul li .lyb_04c_b {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}

.lyb_04_c ul li .lyb_04c_b a {
    display: block;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    font-size: 14px;
    color: #7a7878;
    line-height: 24px;
    padding: 5px 0px;
}

.lyb_04_c ul li .lyb_04c_b a span {
    display: inline-block;
    background: url("https://caghp.org.cn/fer/images/lyb_01.png") right center no-repeat;
    padding-right: 15px;
}

.lyb_04_c ul li.on .lyb_04c_b a {
    background: none;
}

.lyb_04_c ul li.on .lyb_04c_b a span {
    background: url("https://caghp.org.cn/fer/images/lyb_02.png") right center no-repeat;
}


.filebox {
    background: #f2f2f2;
    padding: 20px 30px;
}


.filebox .files li a {
    display: block;
    font-size: 14px;
    color: #004b6d;
    line-height: 30px;
}

.topfr .fr img {
    width: 92px;
    height: 92px;
    display: inline-block;
}
@media screen and (max-width: 1200px) {

    .wrap_c {
        width: auto;
        margin: 0px 2%;
    }

    .tops_01 .fr {
        width: 200px;
    }

    .topfr .wrap_c .fl img {
        width: 100%;
    }

    .topfr {
        padding: 10px 0px 13px 0px;
    }
.tops_01-fr {
    width: 100%;
    margin: 0px;
}
    .topfr .fr {
        margin-right: 0px;
    }

    .topfr .fr img {
        display: none;
    }

    .navfr ul li a {
        font-size: 12px;
        padding: 0px 5px;
    }

    .in_01 {
        margin-top: 10px;
    }

    .in_01 .fl {
        width: 100%;
    }

    .in_01 .fr {
        width: 100%;
    }

    .in_02 {
        margin-top: 10px;
    }

    .in_02 .fl {
        width: 90%;
        margin: 0px 5%;
    }

    .in_02 .fr {
        width: 90%;
        margin: 0px 5%;
    }

    .in_03 {
        margin-top: 10px;
    }

    .in_03 .fl {
        width: 90%;
        margin: 0px 5%;
    }

    .in_03 .fr {
        width: 90%;
        margin: 0px 5%;
    }

    .in_04_c {
        margin: 0px 0%;
        width: 100%;
        margin-top: 20px;
    }

    .in_04_c ul li {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 10px;
    }

    .in_04_c ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .in_04_c ul li img {
        max-width: 100%;
        display: block;
    }

    .in_04 {
        margin-top: 10px;
    }

    .in_06_c ul li {
        width: 90%;
        margin: 0px 5%;
        margin-bottom: 10px;
    }

    .in_06_c ul li a img {
        width: 20%;
    }

    .in_06_c ul li a em {
        width: 70%;
    }

    .btn_01 ul li {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 10px;
    }

    .btn_01 ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .btnfr {
        padding-top: 20px;
    }

    .btn_02 {
        margin-top: 20px;
    }

    .pages span:nth-child(1) {
        display: none;
    }

    .pages .fr {
        width: 100%;
        text-align: center;
    }

    .cwlsmd_01_t {
        line-height: 24px;
    }

    .dsj_01 {
        margin: 20px;
    }

    .dsj_01 ul li {
        overflow: hidden;
        position: relative;
    }

    .dsj_01 ul li b {
        display: none;
    }

    .dsj_01 ul li p.p1 {
        position: relative;
        left: 0px;
        width: 100%;
        overflow: hidden;
    }

    .dsj_01 ul li p.p1 span {
        float: left;
    }

    .dsj_01 ul li .dsj_01_c {
        width: 100%;
        position: relative;
        top: 0px;
        margin-top: 20px;
        overflow: hidden;
    }

    .dsj_01 i.i1 {
        display: none;
    }

    .dsj_01 ul li:nth-child(2n) p.p1 {
        left: 0px;
    }

    .dsj_01 ul li:nth-child(2n) .dsj_01_c {
        left: 0px;
    }

    .dsj_01_b {
        display: none;
    }

    .dz_01_c ul li a {
        margin: 0px 20px;
    }

    .dz_01_c ul li a em.em1 {
        width: 20%;
    }

    .dz_01_c ul li a em.em2 {
        width: 70%;
    }

    .jyfw_01_c {
        margin: 0px 20px;
    }

    .jyfw_01_t {
        margin: 0px 20px;
    }

    .jyfw_01_c ul li a {
        font-size: 14px;
        text-align: center;
    }

    .jyfw_02 .fl {
        width: 100%;
    }

    .jyfw_02 .fr {
        width: 100%;
    }

    .lxwm_01 .fl {
        width: 100%;
    }

    .lxwm_01 .fr {
        width: 100%;
    }

    .lyb_03_c {
        margin: 0px 20px;
        margin-top: 20px;
    }

    .lyb_03_c p {
        margin-top: 0px;
    }

    .lyb_03_c p em {
        width: 100%;
        margin-bottom: 20px;
    }

    .lyb_03_c p em span {
        text-align: left;
        width: 70px;
    }

    .lyb_03_c p em input.lyb_03c_txt {
        width: 200px;
    }

    .lyb_03_c p em input.lyb_03c_txt1 {
        width: 200px;
    }

    .lyb_03_c p em textarea {
        width: 200px;
    }

    .lyb_03_c p.p1 input.lyb_03c_btn1 {
        margin-left: 70px;
    }

    .rd_01_c ul li {
        width: 48%;
        margin-right: 4%;
    }

    .rd_01_c ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .xqy_05 {
        width: auto;
        margin: 20px 20px;
    }

    /* 导航条修改样式 */
    .wapNavUlWarp {
        margin: 0 !important;
    }

    .wapNavUlBox {
        display: flex;
        justify-content: space-around;
    }

    .wapNavUlBox li {
        float: none !important;
        width: auto !important;
    }

    .wapNavUlBox li a {
        padding: 0 !important;
    }

}


.item {
    height: 400px;
    margin-bottom: 50px;
    border-top: 1px solid #f5f5f5;
}

.item .left {
    float: left;
    width: 50%;
    height: 100%;
    /* background-color: #F3F3F3; */

}

.item .right {
    float: right;
    width: 50%;
    height: 100%;
}

.item .right img {
    cursor: pointer;
    width: 100%;
    height: 100%;

}

.top {
    width: 100%;
    height: 100px;
    background-color: #F3F3F3;
}

.top-item {
    float: right;
    width: 96%;
    border-bottom: 2px solid #dadada;
    margin: 23px 10px 0 10px;
}

.title {
    display: block;
    float: left;
    font-size: 30px;
    color: #000000;
    font-stretch: narrower;
    margin-bottom: 20px;
}

.more {
    display: block;
    float: right;
    font-size: 12px;
    color: #666;
    margin-right: 30px;
}

.bot {
    width: 100%;
    height: 300px;
    background-color: #F3F3F3;

}

.bot-item {
    float: left;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
}

.title.left {
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    margin: 0;
    width: 430px;
    height: 30px;
    background-color: #F3F3F3;
    margin-left: 18px;
}

.time {
    float: right;
    font-size: 12px;
    color: #999999;
    margin-right: 18px;
}

.left.center {
    float: right;
}

.right.center {
    float: left;
}

.item.center {
    background-color: #F3F3F3;
}

.top.center {
    margin: 0;
}

.top-item.center {
    border-bottom: 2px solid #a2a2a2;
}

.bot-item.center {
    padding-left: 10px;
}

.item.bottom {
    background-color: #F3F3F3;
}

.left.bottom {
    width: 30%;

}

.right.bottom {
    width: 70%;
}

.top.bottom {
    width: 100%;
    height: 58px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #000000;
    background-color: #FFFFFF;
    margin-bottom: 0;
    border-bottom: 2px solid #b0afb0;
}

.bot.bottom {

    background-color: #FFFFFF;
    height: 340px;
    overflow: hidden;
}

.bot-item.bottom {
    height: auto;
    background-color: #faf8f9;
    padding-top: 5px;
}

.bot-item-top {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #e7e7e7;
}

.bot-item-top a {
    width: 260px;
    overflow: hidden;
    height: 18px;
    font-size: 16px;
    color: #839fb4;
    line-height: 17px;
    float: left;
    margin-left: 6px;
    margin-top: 3px;
}

.bot-item-top button {
    width: 80px;
    height: 25px;
    line-height: 20px;
    float: right;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    background-color: #002d5a;
    border: none;
    outline: none;
    margin-right: 10px;
}

.bot-item-bot {
    line-height: 100%;
    text-indent: 2em;
    height: 62px;
    padding: 10px 10px 0 10px;
}

.bot-item-bot a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
    color: #b6b6b6;
    font-size: 14px;
}

.box {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}

.box-top {
    width: 100%;
    height: 86px;
    border-bottom: 2px solid #b6b6b6;
}

.box-top img {
    float: left;
    margin: 40px 0 0 40px;
}

.title.list {
    margin: 37px 0 0 15px;
    color: #666;
}

.box-bot {
    padding: 100px 0 0 0;
    overflow: hidden;
    box-sizing: border-box;
}

.box-bot .left,
.box-bot .right {
    position: relative;
    float: left;
    padding: 0 50px;
    box-sizing: border-box;
    width: 50%;
    height: auto;
    border-right: 5px solid #e8e8e8;
    margin-bottom: 20px;
}

.box-bot .right {
    position: static;
    float: right;
    border: 0;
}

.left-title,
.right-title {
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #f3f3f3;
    padding: 10px;
    font-size: 20px;
    border-radius: 7px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.one-img {
    position: absolute;
    top: -10px;
    right: -75px;
    width: 45px;
    height: 45px;
}

.left-detail {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    height: 185px;
}

.left-img {
    width: 100%;
    margin-bottom: 58px;
}

.one-img.two {
    top: 20px;
}

.right-title.one {
    margin-top: 170px;
}

.one-img.thr {
    top: 20px;
    left: -75px;
}

.right-title.two {
    margin-top: 70px;
}

.icon-foot {
    position: absolute;
    right: -12px;
    width: 20px;
    height: 20px;
}

.icon-foot-two {
    position: absolute;
    right: -7px;
    width: 10px;
    height: 10px;
    bottom: 80px;
}

.box.detail {
    border: 0;
    overflow: hidden;
}


.box-center {
    width: 86%;
    margin: 0 auto;
    /*padding: 30px 0;*/
    box-sizing: border-box;
}

.headimg {
    display: block;
    width: 100%;
    height: 535px;
    margin: 56px auto;

}

.title-tit {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    /*font-weight: bold;*/
    color: #000;
    margin-bottom: 20px;
    margin-top: 30px;
    /*margin-top: 50px;*/
    height: auto;
    line-height: 40px;
}

.detail .title-tit-sub {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 30px;
    height: auto;
    line-height: 35px;
}
}

.title-time {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #868686;
}

.box-center .left-detail {
    display: block;
    width: 100%;
    height: auto;
    line-height: 170%;
    /*text-indent: 30px;*/
    font-family: 微软雅黑;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;

    font-family: arial;
    font-size: 18px;
    line-height: 2em;

    /*text-indent: 43px;*/
}
.box-center .left-detail p {
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*font-family: 微软雅黑;*/
    /*font-size: 16px;*/
    /*line-height: normal;*/
    /*margin-bottom: 25px;*/
    width: 100%;
    overflow: hidden;
    font-family: arial;
    font-size: 18px;
    line-height: 2em;

    /*text-indent: 43px;*/
}
.left-detail img {
    max-width: 100%;
}

.center-leftimg,
.center-rightimg {
    float: left;
    width: 430px;
    height: 320px;
    margin: 30px 0;
}

.center-rightimg {
    float: right;
}

.left-item-title {
    position: relative;
}

.top-item.center .title:hover {
    color: #000000;
}

.bot-item .time:hover {
    color: #999;
}

.top-item .more:hover {
    color: #666;
}

.bjcolor {
    background-color: #F4F4F4;
}

.index-zj {
    width: 100%;
    max-width: 1190px;
}

@media screen and (max-width: 1200px) {

    .item, .left-item .left-detail {
        height: auto;
    }

    .item > .left {
        width: 100%;
    }

    .item .left.center {
        width: 100%;
    }

    .title.left {
        width: 70%;
    }

    .item .right {
        width: 100%;
    }

    .box-bot {
        padding: 0 0 0 0;
    }

    .box-bot .left,
    .box-bot .right {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .right-title.one, .right-title.two {
        margin-top: 0;
    }

    .one-img {
        display: none;
    }

    .icon-foot {
        display: none;
    }

    .icon-foot-two {
        display: none;
    }

}
