﻿/*------------------左侧菜单--------------------*/

.article_left {
 width: 100%;
 float: none;
 margin-bottom: 1.25vw;
}

.leftNavTitle {
 width: 100%;
 color: #333;
 position: relative;
 text-align: center;
 margin-bottom: 3.02vw;
}

.leftNavTitle a {
 position: relative;
 font-size: 1.25vw;
 font-weight: 500;
 color: #00A8B1;
}

.side_menu_inside {
 position: relative;
 /* height: 3.33vw; */
 /* display: flex; */
 /* align-items: flex-end; */
 /* justify-content: center; */
}

.side_menu_inside .swiper-container {
 width: 100%;
}

.side_menu_inside .lv1_li:nth-child(1) .lv1_tit,
.side_menu_inside .lv1_li:nth-child(4) .lv1_tit,
.side_menu_inside .lv1_li:nth-child(8) .lv1_tit {
 background-image: url(/Content/Areas/Common/images/common/leftmenuItem1.png);
}

.side_menu_inside .lv1_li:nth-child(2) .lv1_tit,
.side_menu_inside .lv1_li:nth-child(6) .lv1_tit,
.side_menu_inside .lv1_li:nth-child(9) .lv1_tit {
 background-image: url(/Content/Areas/Common/images/common/leftmenuItem2.png);
}

.side_menu_inside .lv1_li:nth-child(3) .lv1_tit,
.side_menu_inside .lv1_li:nth-child(7) .lv1_tit,
.side_menu_inside .lv1_li:nth-child(10) .lv1_tit {
 background-image: url(/Content/Areas/Common/images/common/leftmenuItem3.png);
}

.side_menu_inside .lv1_li:nth-child(5) .lv1_tit {
 background-image: url(/Content/Areas/Common/images/common/leftmenuItem4.png);
}

.side_menu_inside .flex {
 display: flex;
 align-items: center;
 justify-content: center;
}


/***一级***/

.article_left .lv1_ul {
 height: 100%;
 background: #fff;
 display: flex;
 align-items: flex-end;
}

.article_left .lv1_li {
 position: relative;
 text-align: center;
}

.article_left .lv1_li a:hover {
 color: #00A8B1
}

.leftNavTitle span.navspan {
 color: #333;
}

.article_left .lv1_li .lv1_p {
 position: relative;
}

.article_left .lv1_li .lv1_p a.lv1_tit {
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 font-size: 1.04vw;
 color: #fff;
 background-repeat: no-repeat;
 background-size: cover;
 transition: all 0.2s;
 height: 2.81vw;
 cursor: pointer;
}

.article_left .flex .lv1_li .lv1_p a.lv1_tit {
 padding: 0 2vw;
}

.article_left .lv1_li .lv1_p a.lv1_tit:hover {
 height: 3.33vw;
}

.article_left .lv1_li .lv1_p.current a.lv1_tit {
 height: 3.33vw;
 position: relative;
}

.article_left .lv1_li .lv1_p.current a.lv1_tit::after,
.article_left .lv1_li .lv1_p a.lv1_tit:hover::after {
 content: '';
 width: 100%;
 height: 0.31vw;
 background-image: url(/Content/Areas/Common/images/common/leftmenuLine.png);
 background-size: cover;
 position: absolute;
 bottom: 0;
 left: 0;
}

.article_left .lv1_p.hasChildren {
 background: url(/Sites/Uploaded/UserUpLoad/20161201/20161201111540.png) no-repeat 198px center;
 cursor: pointer;
 padding-right: 40px
}

.article_left .lv1_p.hasChildren.show {
 background: url(/Sites/Uploaded/UserUpLoad/20161201/20161201111603.png) no-repeat 198px center;
}

.side_menu_inside .swiper-button-prev_menu {
 background: url(/Content/Areas/Common/images/menu_left.png) no-repeat center;
 position: absolute;
 width: 1.25vw;
 height: 1.25vw;
 left: -2.5vw;
 top: 1.3vw;
 cursor: pointer;
 border-radius: 50%;
}

.side_menu_inside .swiper-button-next_menu {
 background: url(/Content/Areas/Common/images/menu_right.png) no-repeat center;
 position: absolute;
 width: 1.25vw;
 height: 1.25vw;
 right: -2.5vw;
 top: 1.3vw;
 cursor: pointer;
}

ul.list_link li {
 width: 10.83vw;
 height: 10.83vw;
 background-size: contain;
}

ul.list_link {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-top: 1.35vw;
}

ul.list_link li a {
 text-align: center;
 display: block;
 width: 100%;
 height: 100%;
 font-size: 1.04vw;
 padding-top: 3.33vw;
 box-sizing: border-box;
}

ul.list_link li a span {
 display: block;
 margin-top: 1.04vw;
}

ul.list_link li:nth-child(1) {
 background-image: url(/Content/Areas/Common/images/Article/Rectangle171.png);
}

ul.list_link li:nth-child(2) {
 background-image: url(/Content/Areas/Common/images/Article/Rectangle172.png);
}

ul.list_link li:nth-child(3) {
 background-image: url(/Content/Areas/Common/images/Article/Rectangle173.png);
}

ul.list_link li:nth-child(4) {
 background-image: url(/Content/Areas/Common/images/Article/Rectangle174.png);
}

ul.list_link li:nth-child(5) {
 background-image: url(/Content/Areas/Common/images/Article/Rectangle175.png);
}

ul.list_link li:nth-child(6) {
 background-image: url(/Content/Areas/Common/images/Article/Rectangle176.png);
}

ul.list_link li:hover img {
 animation: shake 0.5s;
 -webkit-animation: shake 0.5s;
}

@keyframes shake {
 0% {
 transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 }
 25% {
 transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 }
 50% {
 transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 }
 75% {
 transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 }
 100% {
 transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 }
}

@-webkit-keyframes shake {
 0% {
 transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 }
 25% {
 transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 }
 50% {
 transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 }
 75% {
 transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 }
 100% {
 transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 }
}

.column_list li {
 padding: 0;
 line-height: inherit;
 background: #fff;
 border: 0.05vw solid #E9E9E9;
 margin-bottom: 1.35vw;
 transition: all 0.3s;
 position: relative;
}

.column_list.gonggao li a.dy_title {
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.column_list li a.dy_title {
 font-size: 1.04vw;
 padding: 1.67vw;
 display: block;
 width: 100%;
 box-sizing: border-box;
}

.column_list li .dates {
 color: #666;
 font-size: 1.04vw;
 font-weight: normal;
}

.column_list li:hover {
 border: 0.05vw solid #00A8B1;
}

.column_list li:hover::after {
 display: block;
}

.column_list li::after {
 content: '';
 width: 0.52vw;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: #00A8B1;
 display: none;
}

.column_list li:hover .dates {
 color: #333;
}

.column_list.gonggao li:hover a.dy_title {
 background: url(/Content/Areas/Common/images/Article/gonggaoListBg.png) no-repeat 49.22vw;
}

.column_list li .arBox_left {
 width: 14.79vw;
 height: 8.65vw;
 float: left;
 box-sizing: border-box;
 margin: 0.83vw 0 0.83vw 1.35vw;
}

.column_list li .arBox_left a {
 width: 100%;
 height: 100%;
 display: block;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
}

.arBox_right {
 width: 52.6vw;
 float: right;
 padding: 0.83vw 1.67vw 0.83vw 0;
 box-sizing: border-box;
 min-height: 10vw;
}

.column_list li {
 overflow: hidden;
}

.column_list li:hover a {
 color: #00A8B1;
}

.column_list li:hover .arBox_right {
 background: url(/Content/Areas/Common/images/Article/picListBg.png) no-repeat 39vw 0.2vw;
}

.list-con {
 font-size: 0.89vw;
 color: #666;
 line-height: 1.4vw;
 text-align: justify;
 display: block;
}

.column_list li .arBox_right a.dy_title {
 padding: 0.6vw 0;
 display: flex;
 align-items: center;
 justify-content: space-between;
 font-weight: bold;
}


/****二级****/

.article_left .lv2_ul {
 display: none;
 padding-bottom: 10px;
 background: #edeff1;
 padding: 0 10px;
}

.article_left .lv2_li .lv2_p.hasChildren {
 cursor: pointer;
 padding-right: 35px;
}

.article_left .lv2_li .lv2_p.hasChildren.opend.show {
 background: url(/Sites/Uploaded/UserUpLoad/20161201/20161201111603.png) no-repeat 198px center;
}

.article_left li .lv2_li {
 padding: 0 0 0 25px;
 font-size: 14px;
 background: url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 10px 16px;
 display: block;
}

.article_left li .lv2_li .current {
 padding-left: 0;
 width: 120px;
}

.article_left .lv2_li .current a {
 color: #00A8B1
}


/****三级菜单****/

.article_left .lv3_ul {
 display: none;
 padding-left: 10px;
}

.article_left .lv3_ul li.lv3_li a.lv3_tit {
 font-size: 12px;
}


/*------------------左侧菜单结束--------------------*/

.article_right {
 float: none;
 width: 100%;
 box-sizing: border-box;
}

.article_right.w100 {
 width: 100%;
}


/*默认站点页样式、默认栏目首页*/

.article_right .Min_Box {
 width: 100%;
}

.article_right .Min_Box .article_box img {
 width: 160px;
 height: 115px;
 float: left
}

.article_right .Min_Box ul.article_list li {
 width: 33.3%;
 box-sizing: border-box;
 float: left
}


/*默认栏目列表页*/

.column_list_tit {
 padding: 0 0 0 10px;
 height: 32px;
 line-height: 32px;
 background: #f7f7f7;
 margin: 10px 0;
 color: #00A8B1;
 font-weight: bold;
}


/*有时间栏目列表*/


/*无时间图文栏目列表样式*/

.article_L {
 width: 846px;
 float: left;
 padding: 5px 15px;
}


/*分享按钮样式*/

span.bdsharebuttonbox {
 float: right
}

span.bdsharebuttonbox .bds_more {
 background: none;
 height: 26px;
 line-height: 26px;
 font-size: 14px
}

.article_R {
 float: right;
 width: 300px;
 *position: initial !important;
 _position: initial !important;
 background: #fff;
}


/*--------------------文章内容页--------------------*/

.article_right .article_title {
 font-size: 1.250vw;
 line-height: 1.8em;
 text-align: center;
 color: #00A8B1;
 padding: 0.781vw 0;
}

.article_title .sub_p {
 font-size: 20px;
 line-height: 1.6em;
}

.article_right .sub_tit {
 text-align: center;
 position: relative;
 padding: 0px 0 0.781vw 0;
 border-bottom: 0.052vw solid #ededed;
 overflow: hidden;
 margin-bottom: 1.042vw;
 line-height: 2.291vw;
 min-height: 2.5vw;
}

.article_right .sub_tit span {
 color: #999999;
 padding-right: 0.781vw;
}

.article_right .Editor {
 color: #999999;
 float: right;
 line-height: 36px
}

.article_right .sub_tit span.count {
 padding-right: 0
}

.article_right .font_size {
 /*position:absolute;right:0;top:12px;*/
 line-height: 1.302vw;
 /* float: right; */
 position: absolute;
 right: 0;
 /* top: 50%; */
 /* transform: translateY(-50%); */
 top: 0.520vw;
}

.article_right .font_size span.notice {
 padding-right: 0;
 float: left;
 font-size: 0.781vw;
}

.article_right .font_size a {
 display: block;
 float: left;
 width: 1.302vw;
 height: 1.302vw;
 padding: 0px 0.260vw;
 border: 0.052vw solid #00A8B1;
 overflow: hidden;
 /* text-indent: -2000em; */
 margin-right: 0.260vw;
 font-size: 0.781vw;
}

.article_right .font_size a.active {
 background: #00A8B1;
 color: #fff;
}

.article_right .font_size a.smaller {
 /* background: url(/Content/Areas/Common/images/Article/icon_1.jpg) 0 center no-repeat; */
}

.article_right .font_size a.larger {
 /* background: url(/Content/Areas/Common/images/Article/icon_1.jpg) -27px center no-repeat; */
}

.article_right .font_size a.default {
 /* background: url(/Content/Areas/Common/images/Article/icon_1.jpg) -49px center no-repeat; */
 width: 1.198vw;
}

.article_right .article_cont {
 margin-top: 1.042vw;
 line-height: 2em;
 padding-bottom: 1.042vw;
 overflow: auto;
 font-size: 17px;
}

.article_right .article_cont p {
 line-height: 2em;
 padding-bottom: 0.52vw;
}

.article_right .article_video li {
 text-align: center;
}

.article_right .article_video a {
 font-size: 24px;
 line-height: 2em;
}


/*文章表格样式*/

.article_cont table {
 margin: 0 auto;
}

.article_right .article_cont td {
 border: 1px solid #ccc;
 padding: 5px;
}


/*文章标签关键字样式*/

.article_right ul.KeywordUrls {
 border-top: 1px solid #d2d2d2;
 height: 50px;
 display: block;
 line-height: 50px;
}

.article_right ul.KeywordUrls li.label {
 float: left;
 padding-right: 10px;
}

.article_right ul.KeywordUrls li.label a {
 padding: 2px 10px;
 background: #00A8B1;
 color: #fff;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}

.article_right ul.KeywordUrls li.label a:hover {
 background: #2a8fe3;
}


/*文章视频样式*/


/******************************相关********************************/

i {
 font-style: inherit;
}

.article_right .hide {
 display: none
}

.RelatedOther {
 padding: 0px 0px;
 height: 36px;
 line-height: 36px;
 border-bottom: 1px solid #d2d2d2;
}

.RelatedOther span {
 display: inline-block;
 cursor: pointer;
 font-size: 16px;
 color: #999;
}

.RelatedOther i {
 padding: 0 12px;
}

.RelatedOther .jiu span {
 border-bottom: 2px solid #00A8B1;
 color: #00A8B1;
 height: 35px;
}

.RelatedO {
 margin-top: 15px
}

#con_togl_1 h2.Com_tit,
#con_togl_2 h2.Com_tit,
#con_togl_3 h2.Com_tit,
#con_togl_4 h2.Com_tit,
#con_togl_5 h2.Com_tit,
#con_togl_6 h2.Com_tit {
 display: none;
}


/*文章页相关科室*/

.RelatedO .img_box {
 display: block;
 width: 200px;
 height: 130px;
 overflow: hidden;
 float: left;
 margin-right: 20px;
}

.RelatedO .gd_tit {
 display: none
}

.RelatedO .img_box img {
 width: 100%;
}

.RelatedO .dep_tit {
 font-size: 18px;
}

.RelatedO p {
 color: #666;
 margin-top: 10px;
}

.RelatedO ul.article_list li {
 float: left;
 margin-right: 30px;
}

.RelatedO .dep_li {
 margin-bottom: 15px;
 padding-bottom: 15px;
 border-bottom: 1px solid #d2d2d2;
 *overflow: hidden;
}

.RelatedO .dep_li ul.article_list.col_list {
 _padding: 0px 0px 20px;
 _overflow: hidden;
}


/*文章页相关医生*/

.RelatedO .doct_img {
 width: 105px;
 height: 135px;
 float: left;
 margin-right: 20px;
 overflow: hidden;
}

.RelatedO .doct_img img {
 width: 100%;
 height: auto;
}

.RelatedO .doc_li {
 border-bottom: 1px solid #d2d2d2;
 height: 150px;
 margin-bottom: 15px;
}

.RelatedO .doc_li p {
 margin-top: 0;
}

.RelatedO .doc_li .doct_con {
 height: 150px
}

.RelatedO .doc_li .bot_box {
 bottom: 15px;
}


/*文章页相关文章*/

.RelatedO .art_li ul.article_list li {
 float: none;
 margin-right: 0px;
 border-bottom: 1px solid #d2d2d2;
 padding-bottom: 15px;
 margin-bottom: 10px;
 background: none;
 padding-left: 0
}

.RelatedO .art_li ul.article_list li p {
 margin-top: 0;
}


/*翻页*/

.turning_page {
 color: #00A8B1;
 border-bottom: 0.104vw solid #d2d2d2;
}

.turning_page a {
 color: #00A8B1
}

.turning_page a:hover {
 text-decoration: underline;
}

.prev_next {
 margin-bottom: 0.521vw;
 float: left;
 width: 50%;
}

.turning_page p span {
 color: #333;
 padding: 0.104vw 0.208vw;
 margin: 0 0.104vw 0 0px;
}

.article_right .prev {
 line-height: 1.302vw;
 overflow: hidden;
}


/*分页样式*/

.pages {
 line-height: 30px;
 margin: 15px auto !important;
 height: 34px;
 padding: 0 20px;
 float: right;
 _width: 94%;
}

.pages form {
 float: left;
 margin: 0 0 0 5px;
 height: 31px;
 line-height: 31px;
}

.pages form .pagetz_input {
 width: 30px;
 margin: 0 5px;
 border: 1px solid #dcdcdc;
 height: 28px;
 line-height: 28px;
 display: block;
 float: left
}

.pages .pagetz_btn {
 width: 30px;
 margin: 0 5px;
 border: 1px solid #dcdcdc;
 height: 30px;
 display: block;
 float: left;
 cursor: pointer;
 background: #fff;
}

.pages .pagetz_btn:hover {
 background: #00A8B1;
 color: #fff
}

.page_number_div {
 float: left;
}

.ae-pagination {
 width: 100%
}

.pagination_page {
 color: #333333 !important;
}

.ui-state-default:hover {
 border: none
}

.ae-pagination a {
 height: 24px !important;
 font-size: 12px;
 margin: 0 2px !important;
 text-decoration: none;
 font-weight: normal;
 padding: 0px !important;
 text-align: center;
 padding: 5px 10px !important;
 border: solid 1px #dcdcdc !important;
 color: #00A8B1 !important;
 line-height: 24px;
}

.ae-pagination a:hover {
 color: #FFF !important;
 background: #00A8B1 !important;
 border: 1px solid #00A8B1 !important;
}

.pagination_firstpage {
 border: none !important;
 height: 24px !important;
 width: 36px;
 padding: 0px !important;
 text-align: center;
 color: #666666 !important;
 line-height: 24px !important;
}

.ae-pagination-current {
 color: #FFF !important;
 background: #00A8B1 !important;
 border: 1px solid #00A8B1 !important;
}

.page_number_div {
 *float: right;
 *height: 35px;
 *padding: 5px 0;
}

.pages a:hover {
 color: #FFF !important;
 background-color: #35c5b2 !important;
 border: 1px solid #35c5b2 !important
}

.pages .ae-pagination-current,
.pages .ae-pagination-current:hover {
 color: #FFF !important;
 background-color: #00A8B1 !important;
 border: 1px solid #00A8B1 !important
}

.pagination_firstpage,
.pagination_previouspage,
.pagination_nextpage {
 cursor: pointer;
}

.ui-corner-all {
 border-radius: 3px !important;
}


/*网站地图样式*/

.WebMap1_ul .WebMap1_li {
 width: 100%;
 margin-top: 10px;
 overflow: hidden;
}

.WebMap1_ul .WebMap1_li p.WebMap1_p a {
 float: left;
 font-size: 14px;
 padding: 3px 8px;
 background: #00A8B1;
 color: #fff
}

.WebMap1_ul .WebMap1_li p.WebMap1_p a:hover {
 background: #2DAD58;
 color: #fff
}

.WebMap2_ul {
 overflow: hidden;
 float: left;
 margin-left: 15px;
}

.WebMap2_ul li.WebMap2_li {
 float: left;
 line-height: 28px;
}

.WebMap2_ul li.WebMap2_li p.WebMap2_p a {
 border-right: 1px solid #999;
 padding: 0 8px;
 color: #999
}

.WebMap2_ul li.WebMap2_li p.WebMap2_p a:hover {
 color: #00A8B1
}

ul.WebMap3_ul {
 display: none;
}
.prev_next:nth-child(2) {
 text-align: right;
}
.spn_main .column_list li .arBox_left {
 display: none;
}

.spn_main .arBox_right {
 width: 100%;
 padding: 0.83vw 1.67vw 0.83vw 1.67vw;
 min-height: auto;
}

.spn_main .arBox_right a.list-con {
 display: none;
}

.spn_main .column_list li:hover .arBox_right {
 background: url(/Content/Areas/Common/images/Article/picListBg.png) no-repeat right;
}
@media only screen and (max-width:1024px) {
 .prev_next {
 width: 100%;
 float: none;
 font-size: 3vw;
 line-height: 3vw !important;
 text-align: left !important;
 }
 .RelatedO .art_li ul.article_list li {
 white-space: normal;
 }
}

@media only screen and (max-width:768px) {
 .column_list li .dates {
 font-size: 3vw;
 flex-shrink: 0;
}
 .article_right .article_title {
 font-size: 5vw;
}
 .article_left {
 display: none
 }
 .article_right {
 width: 100%;
 float: none
 }
 .article_right .Min_Box {
 width: 100%;
 }
 .article_right .Min_Box ul.article_list li {
 width: 50%;
 box-sizing: border-box;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 }
 .RelatedOther,
 .RelatedO {
 display: none !important
 }
 .article_right .article_blue_block .article_cont {
 width: 90%;
 margin: 0 auto;
 }
 .article_video li div {
 margin: 0 auto;
 }
 /*无时间图文栏目列表样式*/
 .article_R {
 display: none !important
 }
 .article_L {
 width: 100%;
 float: none;
 box-sizing: border-box;
 padding: 5px 10px;
 }
 /*文章样式*/
 .article_right .article_cont p img {
 max-width: 100%;
 height: auto;
 display: block;
 margin: 0 auto;
 }
 .sub_tit {
 display: none
 }
 .bdshare-button-style0-24 {
 float: left;
 width: 100%;
 }
 .pages {
 height: auto;
 }
 a.pagination_page.ui-state-default.ui-corner-all {
 display: none;
 }
 ul.list_link {
 flex-wrap: wrap;
}

ul.list_link li {
 width: 32%;
 height: 30vw;
 background-size: cover !important;
 margin-bottom: 2vw;
}

ul.list_link li a {
 padding: 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 font-size: 4vw;
}

ul.list_link li a img {
 width: 9vw;
}
 .column_list li {
 margin-bottom: 2vw;
}

.column_list li .arBox_left {
 width: 100%;
 height: 44vw;
 margin: 0;
}

.arBox_right {
 width: 100%;
 padding: 2vw;
}

.column_list li .arBox_right a.dy_title {
 font-size: 4vw;
}

.list-con {
 font-size: 3vw;
 line-height: 5vw;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
}
 .pages form {
 display: none;
}
}

@media only screen and (max-width:640px) {
 .article_right .Min_Box ul.article_list li {
 width: 100%;
 float: none !important
 }
 /*文章列表页*/
 ul.column_list .articleCont {
 display: none
 }
 .pic_list li {
 margin: 10px 2%;
 width: 46%;
 }
 .article_video li div {
 width: 100% !important;
 height: auto !important
 }
 #ckplayer_a1 {
 width: 100% !important;
 height: auto !important
 }
 .ae-pagination a {
 margin: 2px !important;
 }
}

@media only screen and (max-width:540px) {
 .article_right .Min_Box .article_box img {
 display: block;
 float: none;
 width: 100%;
 height: auto;
 }
}

@media only screen and (max-width:400px) {
 .articleText .search input#input_text {
 width: 200px !important;
 }
}

@media only screen and (max-width:360px) {
 .ae-pagination a {
 padding: 5px 5px 5px !important;
 }
 .pages {
 padding: 0;
 }
}  