
*{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
}
html{
	font-size:16px;
}
a{
	display:block;
}

/*gyscl*/
::-webkit-scrollbar {
    /*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width: 6px;
    height: 4px;
    padding: 0 2px;
}

::-webkit-scrollbar-button {
    /*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
    background: #999;
    display: none
}

::-webkit-scrollbar-track {
    /*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
    background: #ccc;
    width: 6px !important;
}

::-webkit-scrollbar-track-piece {
    /*内层轨道，滚动条中间部分（位置4）*/
    background: #eee;
    width: 6px !important;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面可以拖动的那部分（位置5）*/
    background: #999;
    width: 6px !important;
    border-radius: 4px;
}

::-webkit-scrollbar-corner {
    /*边角（位置6）*/
    background: #999;
}

::-webkit-scrollbar-resizer {
    /*定义右下角拖动块的样式（位置7）*/
    background: #999;
}
.wbsl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wbsl2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wbsl3 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*nyfooter*/
.pages {
    text-align: center;
    padding: 60px 0px 0px;
}

.pages ul {
    display: inline-block;
    text-align: center;
}

.pages ul li {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #c5c5c5;
    display: inline-block;
    margin: 0 12px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.pages ul li::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    transition: .5s;
    background: #0656B2;
}

.pages ul li:hover::after {
    left: 0px;
    right: auto;
    width: 100%;
}

.pages ul li:hover {
    border: none;
}

.pages ul li:hover a {
    color: #fff;
    position: relative;
    z-index: 1;
}

.pages .current {
    background: #0656B2;
    background-size: 100% 100%;
    border: none;
}

.pages .current a {
    color: #fff;
}

.pages .current:hover a {
    color: #fff;
}

.pages ul li a {
    color: #000;
    font-size: 14px;
}

.pages_a {
    text-align: center;
}

.pages_a ul {
    float: None;
    text-align: center;
}

.pages ul li.fy {
    width: 78px;
    line-height: 34px;
}

.pages ul li.sw {
    width: 58px;
}

/*pages*/
/*info*/
.ty_content {
    background-color: #f5f5f5;
    padding: 60px 0px;
}
.w1200{
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
.atc {
    padding: 60px 0 60px;
    width: 900px;
    margin: 0 auto;
}
.atc-h {
    text-align: center;
}
.atc-h h1 {
        font-size: 22px;
        height: auto;
        line-height: 1.5;
        margin-bottom: 20px;
		font-weight:400;
    }
.atc-date {
    color: #666;
    line-height: 30px;
    margin-top: 12px;
    padding: 10px 0;
	font-size:14px;
    background-color: #f5f5f5;
}
.atc-con {
    padding: 24px 0 40px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
}
.atc-pn {
    position: relative;
    margin-top: 20px;
}
.atc-pn{
	color:#666;
	line-height:40px;
}
.atc-pn a{
	display:inline-block;
	color:#666;
}
.atc-con p{
	font-size:16px;
	line-height:32px;
}
.atc-con img{
	display:inline;
	max-width:100%;
	margin-top:5px;
}
/*info end*/
*{
    scrollbar-arrow-color: #ccc;
    /**/
    /*三角箭头的颜色*/
    scrollbar-face-color: #999;
    /**/
    /*立体滚动条的颜色*/
    scrollbar-3dlight-color: #666;
    /**/
    /*立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #666;
    /**/
    /*滚动条空白部分的颜色*/
    scrollbar-shadow-color: #999;
    /**/
    /*立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #666;
    /**/
    /*立体滚动条强阴影的颜色*/
    scrollbar-track-color: #666;
    /**/
    /*立体滚动条背景颜色*/
    scrollbar-base-color: #f8f8f8;
    /**/
    /*滚动条的基本颜色*/
}

/*gyscl end*/

/*字体大小*/
.fs-12{
	font-size:0.75rem;
}
.fs-14{
	font-size:0.875rem;
}
.fs-16{
	font-size:1rem;
}
.fs-18{
	font-size:1.125rem;
}
.fs-20{
	font-size:1.25rem;
}
.fs-22{
	font-size:1.375rem;
}
.fs-24{
	font-size:1.5rem;
}
.fs-32{
	font-size:2rem;
}

/*浮动清除*/
.clear{
	clear:both;
}

/*选择器*/

/*sj pages*/
@media only screen and (max-width: 1100px) {
    .pages ul li {
        width: auto;
        min-width: 20px;
        height: 26px;
        text-align: center;
        line-height: 24px;
        display: inline-block;
        margin: 0 2px;
        border-radius: 2px;
        padding: 0px 5px;
    }

    .pages ul .sw {
        width: auto;
    }

    .pages ul li a {
        font-size: 12px;
    }

    .pages ul li.fy {
        width: auto;
        line-height: 26px !important;
    }

    .pages {
        padding: 20px 0px 20px;
    }

    .atc {
        padding: 30px 0 30px;
        width: 94%;
        margin: 0 auto;
    }

    .w1200 {
        max-width: 96%;
        margin: 0 auto;
        background-color: #fff;
    }

    .atc-date {
        font-size: 12px;
    }
    .ty_content{
        padding:30px 0px;
    }
    .atc-h h1 {
        font-size: 18px;
        height: auto;
        line-height: 1.5;
        margin-bottom: 20px;
        font-weight: 400;
    }
    .atc-con p,
    .atc-con span{
        font-size:14px !important;
        line-height:1.8 !important;
        text-align:justify;
    }
    .atc-pn {
        color: #666;
        line-height: 30px;
        font-size:14px;
    }
    .atc-pn a{
        font-size:14px;
        width:80%;
    }
    .atc-pn p{
        display:flex;
    }

}

/*sj pages*/
