ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
main,body {
    background-color: #F5F7FA !important;
}

.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;
}
section.questionsDetailsT{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 25px 0;
}
.questionsDetailsTLeft{
     background: #FFFFFF;
     padding: 25px;
     line-height: 30px;
}
.questionsDetailsTRight{
    width: 340px;
    height: 460px;
    background: #FFFFFF;
    background-image: url("../images/zxwzpng.jpg");
    background-size: 100% 100%;
    padding: 25px;
    margin-left: 25px;
}
.questionsDetailsTLeftItem1{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.questionsDetailsTLeftItem1{
    font-family: MicrosoftYaHei;
    font-size: 14px;
}
.questionsDetailsTLeftItem1 a{
    color: #93939A;
    text-decoration: none;
    margin-right: 5px;
}
.questionsDetailsTLeftItem1 span{
    color: #1C1D1F;
    
}
.questionsDetailsTLeftTitle h4{
    font-family: MicrosoftYaHei,
    MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #1C1D1F;
    line-height: 24px;
    margin: 25px 0 15px;
    text-decoration: none;
    display: block;
}
.questionsDetailsTLeftTips span{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #93939A;
    line-height: 24px;
    text-decoration: none;
    margin:0 15px 15px 0;
     white-space: nowrap;
     /* 不换行 */
     overflow: hidden;
     /* 超出部分隐藏 */
     text-overflow: ellipsis;
     /* 超出部分显示省略号 */
     display: block;
}
.questionsDetailsCintent{
    line-height: 36px;
    font-size: 16px;
}
.questionsDetailsNext{
    margin: 25px 0;
}
.questionsDetailsNext a{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #323235;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.questionsDetailsNext a span:nth-child(1){
    background: #dce8f8;
    color: #0d66e5;
    margin-right: 15px;
    padding: 0 5px;
    text-align: center;
}
.articleTitle {
    font-weight: bold;
    font-size: 16px;
    color: #1C1D1F;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 0  0 15px;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.articleTitle img {
    width: 15px;
    margin-right: 15px;
}

.articleContentul {
    /* display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; */
    padding: 0;
}

.articleContentul li {
    width: 100%;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    display: block;
    list-style-type: disc;
}

.articleContentul li a {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #323235;
    line-height:38px;
    letter-spacing: 1px;
    text-decoration: none;
}

.articleContentul li a i {
    width: 5px;
    height: 5px;
    background-color: #93939A;
    border-radius: 50%;
    display: inline-block;
    margin: 4px 5px 3px 0;
}

.articleContentul li a:hover {
    color: #3b6df5;
    text-decoration: underline;
}

/* 相关文章 */
.xiangGuanwz{
      width: calc(100% - 365px);
      background: #FFFFFF;
      padding: 25px;
      line-height: 30px;
      margin-bottom: 25px !important;
}
.xiangGuanwzTitle{
margin-bottom: 15px;
}
.xiangGuanwzTitle a{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #323235;
    text-decoration: none;
}
.xiangGuanwzTitle a i {
    width: 4px;
    height: 18px;
    background: #2981FF;
    margin-right: 10px;
    display: inline-block;
}
.xiangGuanwzul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;

}
.xiangGuanwzul  li {
    width: 50%;
   
    /* display: block; */
    list-style-type: disc;
}
.xiangGuanwzul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #323235;
    line-height: 40px;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
}
 .questionsDetailsTLeftTips {

     display: flex;
     align-items: center;
     justify-content: flex-start;
 }
 #tool{
    display: none;
}
@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) {
    #tool{
        display: block;
    }
    main {
        margin: 57px 0 0;
        border-top: 1px solid #c5c5c50f;
    }

    .boxItem {
        width: 100%;
    }
    .questionsDetailsCintent img{
        width: 100%;
    }
    section.questionsDetailsT {
        display: block;
        /* width: calc(100vw - 30px) !important;
        margin: 0 auto !important; */
    }
    .questionsDetailsTLeft{
           padding: 1rem 1.2rem 0;
    }
    .questionsDetailsT{
        flex-wrap: wrap;
        padding: 0 !important;
    }
    .questionsDetailsTLeftItem1{
        font-size: 0.6rem;
        flex-wrap: wrap;
        line-height: 1.2rem;
    }
    .questionsDetailsTLeftItem1 span {
        color: #1C1D1F;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100vw - 6.5rem);
    }
    .questionsDetailsTLeftTitle a{
    font-size: 0.89rem;
    line-height: 1.5rem;
    margin: 1rem 0 0.5rem;
    }
    .questionsDetailsCintent{
         font-size: 0.7rem;
         color: #626266;
         line-height: 1.5rem;
    }
   
    .questionsDetailsTLeftTips a{
         font-size: 0.6rem;
         margin: 0 1rem 0.8rem 0;
    }
    .questionsDetailsNext{
        margin: 0.8rem 0;
        border-top: 1px solid #3333331a;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
    .questionsDetailsNext a{
         font-size: 0.7rem;
    }
    .questionsDetailsNext a span:nth-child(1){
            width: 3rem;
            padding: 0.2rem 0;
    }
    .questionsDetailsTRight{
            width: 100%;
            margin: 0.5rem 0;
            height: auto;
            font-size: 0.7rem;
            padding: 1.2rem;
    }
     .questionsDetailsNext a span:nth-child(2) {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width:calc(100vw - 6.5rem);
    }
    .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.76rem;
       letter-spacing: 2px;
       line-height: 1.8rem;
    }
    .xiangGuanwz {
        display: none;
    }

}

@media only screen and (max-width: 1400px) and (min-width: 992px) {
    .boxItem {
        width: 90%;
    }
}
/*底部固定工具条*/
#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;
}
