@charset "UTF-8";
/*首页css*/
.head {width:100%;height:400px;background:transparent url("head.png") no-repeat center;margin-bottom:45px;}
.wrap {width:1200px;margin:0 auto;}
.wrap .info {width:102%;height:303px;background:url("daoyu.png") no-repeat center;position:relative;}
.wrap .info .text_info {width:938px;height:143px;font-family:MicrosoftYaHei;font-size:22px;font-weight:normal;font-stretch:normal;line-height:36px;letter-spacing:0px;color:#626262;position:absolute;top:86px;bottom:41px;left:121px;right:140px;}
.wrap .news {width:100%;height:365px;margin-top:50px;}
.wrap .news_top {width:100%;height:58px;background:url("more_bg.png") no-repeat  center;position:relative;}
.wrap .news_top .title {height:22px;font-family:MicrosoftYaHei;font-size:22px;font-weight:normal;font-stretch:normal;line-height:22px;letter-spacing:2px;color:#0d6ac7;position:absolute;top:17px;bottom:19px;left:24px;}
.wrap .news_top .more {position:absolute;top:19px;right:17px;bottom:20px;}
.wrap .news_left,.wrap .news_right {float:left;width:592px;height:365px;position:relative;}
.wrap .news_left {margin-right:16px;}
.wrap .xxgkml {margin-bottom:59px;}
.wrap .xxgkml .xxgk_l,.wrap .xxgkml .xxgk_r {float:left;width:591px;height:139px;margin-top:57px;}
.wrap .xxgkml .xxgk_l {margin-right:17px;}
.wrap .xxgkml img {width:100%;height:100%;}
.wrap .xxgk_list {width:1200px;margin:0 auto;}
.wrap .xxgk_list_more {width:100%;height:58px;background:url("xxgk_more_bg.png") no-repeat center;position:relative;margin-bottom:24px;}
.wrap .xxgk_list_more p {height:25px;position:absolute;top:17px;left:19px;bottom:16px;font-family:MicrosoftYaHei;font-size:24px;font-weight:normal;font-stretch:normal;line-height:25px;letter-spacing:1px;color:#0d6ac7;}
.wrap .xxgk_list_more .more {display:block;width:65px;height:50%;position:absolute;top:17px;right:20px;}
.wrap .news .news_list {width:100%;height:307px;position:relative;}
.wrap .news .news_list ul {width:582px;height:285px;margin:48px 0 0 19px;}
.wrap .news .news_list ul li a {width:282px;height:259px;font-family:MicrosoftYaHei;font-size:18px;font-weight:normal;font-stretch:normal;line-height:42px;letter-spacing:1px;color:#6b6b6b;}
.wrap .news .news_list ul li .date {position:absolute;right:0;font-family:MicrosoftYaHei;font-size:18px;font-weight:normal;font-stretch:normal;line-height:42px;letter-spacing:1px;color:#afafaf;}
.clearfix:after {content:".";clear:both;display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix {zoom:1;}
.list_img {width:100%;height:620px;margin:0 auto;background:#FFFFFF;}
.list_img ul {width:100%;height:100%;margin-top:44px;}
.list_img li {width:16.66%;height:20%;float:left;text-align:center;}
.list_img i {display:inline-block;margin-bottom:22px;width:42px;height:42px;}
.list_img li a {color:#000;display:flow-root;}
.list_img span {display:block;font-size:16px;font-family:微软雅黑;font-weight:600;}


@media screen and (max-width:1200px) {
    .head {background-size:100% 100%;height:35vw;}
    .wrap {width:99vw;}
    .wrap .xxgk_list {width:100%;margin:10px auto;}
    .wrap .news_left,.wrap .news_right {width:100%;}
    .wrap .info {height:auto;background:aliceblue;display:flow-root;background-size:100% 100%;float:left;width:100%;margin:10px auto;}
    .wrap .info .text_info {width:95%;left:0px;right:0px;height:auto;line-height:200%;position:relative;top:0px;bottom:unset;font-size:16px;margin:0px auto;}
    .wrap .news {height:auto;display:flow-root;}
    .wrap .news_left,.wrap .news_right {height:auto;margin:10px auto;}
    .wrap .news_top {background-size:100% 100%;height: 80px;}
    .wrap .news_top .title {height:auto;line-height:200%;top:unset;bottom:unset;}
    .wrap .news .news_list {height:auto;}
    .wrap .news .news_list ul {height:auto;width:100%;margin:0px;}
    .wrap .news .news_list ul li {display:flow-root;height:auto;line-height:200%;}
    .wrap .news .news_list ul li a {width:100%;height:auto;line-height:200%;font-size:16px;float:left;display:flow-root;}
    .wrap .news .news_list ul li .date {font-size:16px;float:right;position:relative;}
    .wrap .xxgkml .xxgk_l,.wrap .xxgkml .xxgk_r {width:100%;height:auto;}
    .wrap .xxgkml .xxgk_l img,.wrap .xxgkml .xxgk_r img {height:25vw;}
    .list_img li {width:33%;}
    .wrap .xxgk_list_more{height: 80px;}
    .wrap .xxgk_list_more p {height:auto;line-height:200%;position:relative;top:unset;bottom:unset;}
    .list_img {height:auto;}
    .list_img i {height:auto;}
}

/* 适老化 */
body.UseInMobile.Mobile * {font-size:18px !important;line-height:200%;}
@media screen and (max-width:1200px) and (min-width:768px){
   body.UseInMobile.Mobile * {font-size:36px !important;line-height:200%;}

   body.UseInMobile.Mobile .wrap .news_top .title{font-size:36px !important;line-height:200%;}
}