main {
    /* margin-top: 90px; */
    background-color: #F5F7FA;
}
.box {
    width: 100%;
    height: 100%;
}
.boxItem {
    width: 1400px;
    margin: 0 auto;
}

.headerifm {
    height: 91px;
}

.betweenflexstar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.starflexstar {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

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

.betweenflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.centerflex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.questionsTp {
    background-image: url("../images/cjwt.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.questionsTpContent .questionsTpTitle{
    font-family: MicrosoftYaHei,
    MicrosoftYaHei;
    font-weight: bold;
    font-size: 28px;
    color: #1C1D1F;
    line-height: 24px;
    text-align: center;
    padding:49px 0 25px;
}
.questionsTpContent .questionsTpValue{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #626266;
    line-height: 24px;
    text-align: center;
    padding-bottom: 25px;
}
.questionsTpContentul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.questionsTpContentul li{
    background-color: #fff;
    padding: 25px;
    color: #626266;
    width: calc(50% - 8px);
    margin: 0 0px 15px 0;
    position: relative;
    bottom: 0;
    transition-duration: .25s, 1s;
    list-style: none;
}
.questionsTpContentulliH4 img{
    width: 18px;
    height: 15px;
    transform: rotate(-45deg);
    display: none;
}
.questionsTpContentul li:hover{
    bottom: 10px;
}
.questionsTpContentul li:hover .questionsTpContentulliH4{
    color: #3b6df5;
}
.questionsTpContentul li:hover .questionsTpContentulliH4 img{
    display: block;
}
.questionsTpContentul li a{
    text-decoration: none;
    color: #626266;
}
.questionsTpContentul li .questionsTpContentulliH4{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #1C1D1F;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.questionsTpContentul li .questionsTpContentulliP{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #626266;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
     white-space: nowrap;
     /* 不换行 */
     overflow: hidden;
     /* 超出部分隐藏 */
     text-overflow: ellipsis;
     /* 超出部分显示省略号 */
     width: 100%;

}
.questionsTpContentul li .questionsTpContentulliTip{
    font-size: 14px;
    color: #93939A;
    line-height: 24px;
}
.pagination-wrapper {
    padding: 20px 0;
}
.pagination {
    height: 34px;
    text-align: center;
    justify-content: flex-end;
}
.pagination li {
    display: inline-block;
    height: 34px;
    margin-right: 5px;
}
.pagination li a {
    float: left;
    display: block;
    height: 35px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}
.pagination li.thisclass {
    background: #3b6df5;
    color: #fff;
    border: none;
}
.pagination li.thisclass a{
    color: #fff;
}
/* 最新文章 */
section.article{
    margin-bottom: 50px !important;
    background-color: #fff;
    padding: 15px;
}
.articleTitle{
    font-weight: bold;
    font-size: 16px;
    color: #1C1D1F;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
    justify-content:flex-start;
    margin-bottom:15px
}
.articleTitle img{
    width: 15px;
    margin-right: 15px;
}
.articleContentul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.articleContentul li{
    width: 50%;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    display: block;
    list-style-type: disc;
}

.articleContentul li a{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #626266;
    line-height:40px;
    letter-spacing: 1px;
    text-decoration: none;
}
.articleContentul li a i {
    width: 5px;
    height: 5px;
    background-color: #93939A;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px 0 0;
}
#tool{
    display: none;
}
.articleContentul li a:hover{
    color: #3b6df5;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    html {
        font-size: 120% !important;
    }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
    html {
        font-size: 200% !important;
    }
}
@media screen and (max-width: 992px) {
    .pagination {
    justify-content: center!important;
    }
    #tool{
        display: block;
    }
    main {
        margin: 57px 0 0;
    }
    .boxItem {
        width: 100%;
    }
    div.questionsTpContent,
    .article {
        width: calc(100vw - 30px) !important;
        margin: 0 auto !important;
    }
    .questionsTpContent .questionsTpTitle{
        font-size: 1.2rem;
            padding: 2rem 0 0.3rem;
    }
    .questionsTpContent .questionsTpValue{
            font-size: 0.65rem;
            padding-bottom: 0;
    }
    ul.questionsTpContentul{
        flex-wrap: wrap;
    }
    .questionsTpContentul li{
            width: 100%;
            margin: 0 0 15px;
            padding: 1rem 0.8rem;
    }
    .questionsTpContentul li .questionsTpContentulliH4{
            font-size: 0.8rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;    
            display: block;
            font-weight: bold;
    }
    .questionsTpContentul li .questionsTpContentulliP{
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            line-height: 1.2rem;
            margin-bottom: 0.2rem;
            font-size: 0.6rem;
            white-space: inherit;
    }
    .questionsTpContentul li .questionsTpContentulliTip{
        font-size: 0.56rem;
    }
    .questionsTpContentul li:hover .questionsTpContentulliH4 {
        color: #3b6df5;
    }

    .questionsTpContentul li:hover .questionsTpContentulliH4 img {
        display: none;
    }
    .questionsTpContentul li:hover {
        bottom: 0;
    }
    .pagination li{
         height: 1.7rem;
    }
    .pagination li a{
            font-size: 0.7rem;
            padding: 0 0.5rem;
            height: 1.7rem;
            line-height: 1.5rem;
    }
    .articleContentul{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .articleContentul li{
            width: 100%;
            text-align: left;
            margin: 0 auto;
            list-style-type: disc;
    }
    .articleTitle{
        font-size: 0.8rem;
        padding: 0.8rem 0;
    }
    .articleTitle img{
        width: 0.8rem;
        height:0.8rem;
        margin-right: 0.5rem;
    }
    .articleContentul li a{
        font-size: 0.6rem;
        line-height: 2rem;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 992px) {
    .boxItem {
        width: 90%;
    }
}

ul li{
     list-style: none;
}
/*底部固定工具条*/
#tool {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul.toollist {
	position: fixed;
	z-index: 900;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	height: 48px;
}
.toollist li {
	float: left;
	width: auto;
	height: 100%;
	width: 25%;
	position: static!important;
	margin: 0;
	border-radius: 0!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-box-sizing: border-box;
	box-shadow: none!important;
	background: none;
	overflow: hidden;
}
.toollist li a {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	position: relative;
}
.toollist li a img {
	width: 24px;
	height: 24px;
}
.toollist li a p {
	margin: 1px 0 1px 0;
	font-size: 14px;
	display: block !important;
	line-height: 18px;
	text-align: center;
}
/*绿色主题*/
.toollist {
	background: #3b9ef3;
}
.toollist li {
	border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.toollist li a {
	color: #fff;
}
.toollist li:hover {
	background: #09F;
	overflow: visible;
}
.zcd3 {
	margin-top: -300px !important;
	width: 100%;
}
#zcd ul, #zcd ul li {
	width: 100%;
	height: 50px;
	overflow: visible;
	background: #09C;
}
ul.toollist{
    padding: 0;
}
.pagination{
 height: 34px;
 text-align: center;
 justify-content: flex-end;
 flex-wrap: wrap;
 height: auto;
}
.pagination li{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
