@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2019-08-29 16:28:13
 * @version $Id$
 */
.clear{ clear:both; height:0px;  margin:0; padding:0;width:0; border:none; overflow:hidden;}
/*分页*/

.pagelink{padding: 30px 0;text-align: center;}
.pagelink ul{border-radius: 4px;display: inline-block;}
.pagelink li {display: inline;}
.pagelink span,
.pagelink a{position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.428571429;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagelink li:first-child>a,
.pagelink li:first-child>span {margin-left: 0;/*border-bottom-left-radius: 4px;border-top-left-radius: 4px;*/}
.pagelink li:last-child>a,
.pagelink li:last-child>span {/*border-top-right-radius: 4px;border-bottom-right-radius: 4px;*/}
.pagelink a:hover,
.pagelink .current span{background-color: #eee;}

.navigationmenu__list .navigationmenu__link {line-height: 24px;}
.navigationmenu__list .navigationmenu__link--thirdLevel {line-height: 24px;}
.navigationmenu__item--secondLevel{padding:15px 20px;}