/* 网页头部 */

header {
    width: 100%;
    padding: 17px 0 20px;
    background-color: #0099c7;
}

.logo_search_box {
    position: relative;
}


/* logo部分 */

.logo img {
    width: 100%;
}


/* 收藏本站 */

.collect_sites_box a {
    float: left;
    font-size: 14px;
    color: #fff;
}

.collect_sites_box .collect a {
    padding: 0 8px;
    border-right: 1px solid #fff;
}

.collect_sites_box .english {
    padding-left: 8px;
}


/* 搜索区 */

.search {
    margin-top: 53px;
    width: 253px;
    padding: 9px 14px;
    background-color: #0089b7;
    border: solid 1px #fff;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
}


/* 搜索框 */

.search .s_text {
    width: calc(100% - 25px);
    float: left;
    font-size: 14px;
    background-color: #0089b7;
}

.search .s_text::-webkit-input-placeholder {
    color: #fff;
}

.search .s_text:-moz-placeholder {
    color: #fff;
}

.search .s_text::-moz-placeholder {
    color: #fff;
}

.search .s_text:-ms-input-placeholder {
    color: #fff;
}


/* 搜索按钮 */

.search .s_btn {
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.collect_sites_box {
    position: absolute;
    right: 0;
    top: 4px;
}


/* 导航栏 */

.nav_box {
    background-color: #fff;
}

#nav {
    margin: 0 -12.5px;
}

#nav .nLi {
    float: left;
    margin: 0 12.5px;
    position: relative;
    z-index: 2;
}

#nav .nLi .nav_title {
    display: block;
    margin: 0 auto;
    padding: 16px 29px;
    text-align: center;
    font-size: 18px;
    color: #000;
}
#nav .nLi.select .nav_title,
#nav .nLi.on .nav_title {
    color: #fff;
    background: #0d9f74;
}

#nav .sub {
    position: absolute;
    display: none;
    padding-top: 9px;
    width: 70%;
    left: 15%;
    top: 55px;
    background-image: url("../images/sub_up.png");
    background-repeat: no-repeat;
    background-position: center top;
}

#nav .sub li {
    padding: 15px 0;
    text-align: center;
    zoom: 1;
    background-color: rgba(0, 153, 199, .75);
}

#nav .sub a {
    font-size: 16px;
    color: #fff;
}

#nav .sub li:hover {
    background: #0d9f74;
}
/* banner图 */

.banner_pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 27.08%;
}

.banner_pic img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}


/* ----------------------- */


/* 新闻动态 */

.news_box {
    padding: 40px 0 80px;
    background: url("../images/news_box_bg.png") no-repeat right 215px;
}

.nb_con_box {
    padding-top: 35px;
}


/* 新闻图片 */

.news_img_box {
    position: relative;
    width: 587px;
    height: 465px;
    padding: 17px 0 0 17px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0d9f74), to(#009ed2));
    background-image: -webkit-linear-gradient(left, #0d9f74 0%, #009ed2 100%);
    background-image: linear-gradient(90deg, #0d9f74 0%, #009ed2 100%);
    background-blend-mode: normal, normal;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#0d9f74', endColorStr='#009ed2', gradientType='1');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0d9f74',endColorStr='#009ed2',gradientType='1')";
}

.ni_con_box {
    position: absolute;
    top: 17px;
    left: 17px;
}

.ni_list {
    position: relative;
    width: 583px;
    color: #fff;
}

.ni_list .nil_con .nil_date {
    position: absolute;
    right: 13px;
    top: 17px;
    color: #fff;
    text-align: center;
    background-color: #ffa200;
    z-index: 1;
}

.ni_list .nil_con .nil_date .day {
    font-size: 36px;
    padding: 12px 12px 0 12px;
}

.ni_list .nil_con .nil_date .year {
    font-size: 12px;
    padding: 10px 0;
}

.ni_list .nil_con .nil {
    position: relative;
    width: 100%;
    padding-bottom: 56.5%;
    overflow: hidden;
}

.ni_list .nil_con img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.ni_list .nil_con .ni_title {
    width: 95%;
    margin: 20px 0 15px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ni_list .nil_con .ni_text {
    width: 95%;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 右侧新闻列表 */

.news_lists_box {
    width: 555px;
}

.news_lists_box li a {
    display: block;
    position: relative;
    padding-right: 121px;
    font-size: 16px;
    line-height: 66.5px;
    height: 66.5px;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_lists_box li .date {
    position: absolute;
    font-family: "SourceHanSerifSC-Bold";
    right: 0;
    top: 0;
    color: #999;
}

.news_lists_box li a:hover {
    padding-left: 25px;
    background: url("../images/list_dots.png") no-repeat left center;
}

.news_lists_box li a:hover .nl_title {
    color: #0099c7;
    font-weight: 700;
}

.news_lists_box li a:hover .date {
    color: #0099c7;
}


/* 通知公告 */

.notice_box {
    padding-top: 45px;
    background: url("../images/notice_box_bg.png") no-repeat;
    background-size: cover;
}

.notice_box .hd_title h1 {
    padding: 31px 140px 0 41px;
    background: url("../images/notice_title_bg.png") no-repeat;
}

.notice_con_box {
    margin: 0 -13px;
    padding-top: 44px;
    padding-bottom: 96px;
}

.notice_con_box .nc_lists {
    float: left;
}

.nc_box {
    margin: 0 13px 7px;
}

.nc_box .nc_top,
.nc_box .nc_bottom {
    height: 14px;
}

.nc_box .nc_text {
    background-color: #fff;
}

.nc_box .nc_text .date {
    margin: 0 19px 0 13px;
    font-size: 22px;
    font-family: "SourceHanSerifSC-Bold";
}

.nc_box .nc_text .date .ncd_top {
    height: 6px;
    background-image: linear-gradient(90deg, #0d9f74 0%, #009ed2 100%);
    background-blend-mode: normal, normal;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#0d9f74', endColorStr='#009ed2', gradientType='1');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0d9f74',endColorStr='#009ed2',gradientType='1')";
}

.nc_box .nc_text .date .day {
    padding: 17px 3px 12px 3px;
    color: #0099c7;
}

.nc_box .nc_text .date .day span {
    font-size: 25px;
}

.nc_box .nc_text .date .year {
    padding: 7px 0 5px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(90deg, #0d9f74 0%, #009ed2 100%);
    background-blend-mode: normal, normal;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#0d9f74', endColorStr='#009ed2', gradientType='1');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0d9f74',endColorStr='#009ed2',gradientType='1')";
}

.nc_box .nc_text .nct_title {
    margin-top: 18.5px;
    margin-right: 29px;
    width: 250px;
    height: 56px;
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nc_box:hover .nc_text {
    background-image: linear-gradient(90deg, #0d9f74 0%, #009ed2 100%);
    background-blend-mode: normal, normal;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#0d9f74', endColorStr='#009ed2', gradientType='1');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0d9f74',endColorStr='#009ed2',gradientType='1')";
    box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.33);
}

.nc_box:hover .nc_top {
    display: none;
}

.nc_box:hover .nc_bottom {
    height: 28px
}

.nc_box:hover .nct_title {
    display: block;
}

.nc_box:hover .date .ncd_top,
.nc_box:hover .date .year {
    background: #ffa200;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#ffa200', endColorStr='#ffa200', gradientType='1');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffa200',endColorStr='#ffa200',gradientType='1')";
}

.nc_box:hover .nct_title,
.nc_box:hover .date .day {
    color: #fff;
}


/* 5. 快速入口 */

.ksrk {
    padding: 67px 0 58px;
}

.ksrk ul {
    margin: 0 -15px;
}

.ksrk li {
    margin: 0 15px;
    float: left;
}

.ksrk li a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 277px;
    padding: 110px 30px 27px 30px;
    background: url("../images/ks1.png") no-repeat;
    background-size: cover;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ksrk .k_link2 a {
    background: url("../images/ks2.png") no-repeat;
}

.ksrk .k_link3 a {
    background: url("../images/ks3.png") no-repeat;
}

.ksrk .k_link4 a {
    background: url("../images/ks4.png") no-repeat;
}


/*二 列表页 */


/*  列表详情 */

.inner_list {
    padding-top: 15px;
}

.inner_list li {
    width: 100%;
    padding: 30px 0 17px 35px;
    border-bottom: 1px solid #e6e6e6;
    background: url("../images/list_dots2.png") no-repeat left 34px;
}

.inner_list li .l_title {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inner_list li .date {
    padding: 1px 0;
    font-size: 14px;
    text-align: center;
    color: #808080;
}

.inner_list li:hover .l_title {
    color: #0099c7;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.inner_list li:hover .date {
    color: #0099c7;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/*三. 内容页 */


/* 内容详情 */


/* 上间距 */

.inner_con {
    padding-top: 40px;
}


/* 文章标题 */

.inner_con .ic_header {
    text-align: center;
    padding:0 20px 18px 20px;
    border-bottom: 1px solid #c9c9c9;
}

.inner_con .ic_header h2 {
    line-height: 32px;
    font-size: 22px;
    color: #0099c7;
}

.inner_con .ic_header p {
    font-size: 18px;
    line-height: 46px;
    color: #333;
}

.inner_con .ic_header span {
    line-height: 20px;
    font-size: 14px;
    color: #808080;
}


/* 文章主体 */

.inner_con .ic_text {
    padding: 21px 0 20px 0;
    border-bottom: 1px solid #c9c9c9;
}

.inner_con .ic_text p {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 30px;
    color: #4d4d4d;
    text-indent: 2em;
}

 .ic_text  table p{
text-indent: 0em;
}

.ic_text iframe {
    max-width: 100%;
}

.ic_text  img {
    max-width: 60%;
}








/* 上下篇链接 */

.ic_links {
    padding-top: 20px;
}

.ic_links a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #333;
}

.ic_links a:hover {
    color: #0099c7;
}






