*{margin: 0;padding: 0}
a{text-decoration: none;}
ul li{list-style: none}
ol li{list-style: none}
body a:link{text-decoration:none;}
.container{width: 1600px; }

.part1{margin: 38px 0 0;}
.part1 .que{overflow: hidden;margin-bottom: 61px;}
.part1 .que .lbox{float: left;width: 48.75%;border: solid 1px #fc8740;display: flex;}
.part1 .que .rbox{float: right;width: 48.75%;border: solid 1px #fc8740;display: flex;}
.part1 .que h5{    
    padding: 29px 42px;
    background-color: #fc8740;
    font-size: 40px;
    line-height: 47px;
    color: #ffffff;
    width: 30.8%;
    margin: 0;
}
.part1 .que .zxbox{
    padding: 32px 0 29px;
}
.part1 .que .zxbox a{
    display: inline-block;
    font-size: 30px;
    line-height: 45px;
    margin: 0 39px;
    color: #2b2d2f;
} 
/* 月份时间线 */
.part1 .mobox{
    box-shadow: 0px 2px 10px 2px rgba(206, 206, 206, 0.74);  
    padding: 1px 0 170px;
    height: 400px;
}
.part1 .mobox::after{
    content: '';
    display: block;
    border-top: 2px dashed #ffb368;
    width: 93%;
    margin: -80px auto auto auto;
}
.part1 .mobox .mon{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 48px 56px 23px 56px;
    
}
.part1 .mobox .mon .tim{padding: 0 37px 0 40px;position: relative;}
.part1 .mobox .mon .tim h5{
    width: 107px;
    padding: 9px 0 16px;
    margin-top: 0;
    margin-bottom: 27px;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    background: url(/static/assets/zaizhi/images/public/monbg.png)no-repeat top center;
}
.part1 .mobox .mon .tim img{
    display: block;
    margin: auto auto 33px auto;
}
.part1 .mobox .mon .tim .tim-con {
  position: absolute;
  border: solid 1px #fb714e;
  width: 169px;
  padding: 13px 23px;
  font-size: 24px;
  min-height: 85px;;
}
.part1 .mobox .mon .tim .tim-con a {color: inherit;font-size: 20px;display: block;}

/* 倒计时 */
.part1 .time{
    background: url(/static/assets/zaizhi/images/public/timebg.png)no-repeat top center;
    height: 160px;
    overflow: hidden;
    margin: 44px 0;
}
.part1 .time p{
    margin: 38px 0 0 110px;
    font-size: 40px;
    color: #ffffff;
}
.part1 .time p::before{content: '';display: inline-block;background: url(/static/assets/zaizhi/images/public/time.png)no-repeat center;width: 66px;height: 66px;vertical-align: middle;}
.part1 .time p span{
    display: inline-block;
    width: 72px;
    height: 84px;
    background-color: #ffffff;
    margin: 0 3.5px;
    font-size: 50px;
    color: #ff041a;
    text-align: center;
    line-height: 84px;
}
.part1 .time p span:nth-of-type(1){margin-left: 25px;}
.part1 .time p span:nth-of-type(3){margin-right: 31px;}

/* 左边内容部分 */
.part2 {margin-bottom: 100px;}
.part2 .cont .contl{
    width: 70.13%;
    float: left;
    border: solid 1px #bfbfbf;
}
/* 分享 */
.part2 .cont .contl .fx{
    float: right;
    margin: 20px 47px 0 0;
    font-size: 20px;
    line-height: 36px;
}
.part2 .cont .contl .fx a:nth-of-type(1){margin: 0 19px 0 26px;}
/* 文章标题时间以及内容 */
.part2 .cont .contl .txt{padding: 81px 38px 41px;clear: both;font-family: 微软雅黑;}
.part2 .cont .contl .txt h5{
    font-size: 25px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin: 0;
}
.part2 .cont .contl .txt i{font-style: normal;
    text-align: center;
    display: block;
    margin: 37px 0 44px;
}
.part2 .cont .contl .txt i span{
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}
.part2 .cont .contl .txt i>span:first-child::after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 30px;
    background-color: #666666;
    margin: 0 8px;
    vertical-align: text-bottom;
}
/* 当前位置 */
.part2 .dang{
    font-size: 20px;
   line-height: 36px;
   color: #666666;
    margin: 26px 0 -69px 27px;
}
.part2 .dang a{color: #666666;}
.part2 .dang em{margin: 0 18px 0 22px;}
/* 内容自动插图 */
.part2 .dr_conpic_wrap{text-align: center;}
.part2 .dr_conpic_wrap img{width: 75%;}
/* 关键词推荐 */
.part2 .cont .contl .txt .gzc{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0px 32px 0px;
}
.part2 .cont .contl .txt .gzc a{
  font-size: 19px;
   background-color: #7e97f0;
   text-align: center;
   color: #ffffff;
   padding: 0 10px;
   margin: 5px;
}
.part2 .cont .contl .txt em{
    display: block;
    font-size: 18px;
    color: #333333;
    font-style: normal;
}
.part2 .cont .contl .txt em:nth-of-type(1){margin-bottom: 20px;}
/* 右边内容 */
.part2 .cont .contr{width: 27.4%;float: right;}
.part2 .cont .contr .tec{border: solid 1px #ffb368;}
.part2 .cont .contr .tec h5{font-size: 26px;line-height: 36px;text-align: center;color: #ffffff;background-size: cover !important;background: url(/static/assets/zaizhi/images/shouye/btbg.png) no-repeat center center;margin: 0;padding: 2.5px 0;}
.part2 .cont .contr .tec .tit{padding: 18px 24px;}
.part2 .cont .contr .tec .tit p{font-size: 16px;line-height: 25px;color: #2b2d2f;}
.part2 .cont .contr .tec .tit p::before{content: '';display: inline-block;vertical-align: middle;width: 9px;height: 9px;background-color: #ffb368;margin-right: 13px;border-radius: 50%;}
/* 右边的学科 */
.part2 .cont .contr .xuek{
    display: flex;
    flex-wrap: wrap;
}
.part2 .cont .contr .xuek a{
    margin: 0 10px 10px 0;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #ffffff;
    max-width: 323px;
    background-image: linear-gradient(1deg, 
		#fc4d32 0%, 
		#fb9669 100%),
        linear-gradient(
		#fc6947,
		#fc6947);
}
.part3{}
/* 2023考研资料领取  */
.part3 .tit{background-color: #d2ddff;overflow: hidden;}
.part3 .tit h5{
    font-size: 35px;
    text-align: center;
    color: #333333;
    margin: 54px 0 33px 0;
    font-weight: bold;
}
.part3 .tit .intbox{
    width: 60%;
    margin: auto;
}
.part3 .tit .intbox div{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
/* 输入框 */
.part3 .tit .intbox div input{
    width: 45%;
    border: none;
    outline:none;
    border-radius:0 5px 5px 0;
    text-indent: 1em;
    height: 75px;
	border-radius: 5px;
}
/* WebKit browsers */
input::-webkit-input-placeholder {color: #666;font-size: 30px;}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {color: #666;opacity: 1;font-size: 30px;}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {color: #666;opacity: 1;font-size: 30px;}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {color: #666;font-size: 30px;}
.part3 .tit .intbox a{
    background-image: linear-gradient(9deg, #0734f8 0%, #4eadfe 100%);
    font-size: 35px;
    text-align: center;
    color: #ffffff;
    display: block;
    margin: auto;
    width: 30.2%;
    padding: 6.5px 0;
    border-radius: 26px;
    margin-top: 53px;
    margin-bottom: 34px;
}
/* 资料领取下的文章 */
.part3 .cont{
    background-color: #fafafa;
    padding: 50px 106px 20px 92px;
    display: flex;
    flex-wrap: wrap;
}
.part3 .cont .text{width: 50%;}
.part3 .cont .text:nth-child(odd) {padding-right: 50px;}
.part3 .cont .text:nth-child(even) {padding-left: 50px;}
.part3 .cont .text h5{color: #2b2d2f;font-size: 20px;display: flex;}
.part3 .cont .text h5 b{flex: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 15px;}
.part3 .cont .text h5 b::before{content: '';display: inline-block;vertical-align: text-top;width: 7px;height: 27px;background-color: #7e97f0;margin-right: 17px;}
.part3 .cont .text h5 span{float: right;font-weight: 600;}
.part3 .cont .text p{font-size: 18px;line-height: 38px;color: #2b2d2f;padding: 0px 0 0 24px;overflow: hidden;clear: both;}

footer{box-shadow: 0px 2px 21px 0px rgba(206, 206, 206, 0.74);padding: 52px 0 38px 0;}
footer .ftop .container{border-bottom: 1px dashed #6f6f6f;}
footer .ftop .ditu{float: left;width: 23.2%;border-right: 1px dashed #7e97f0;}
footer .ftop .ditu a{display: block;margin: auto;text-align: center;background: url(/static/assets/zaizhi/images/shouye/dttb.png)no-repeat top center;font-size: 30px;line-height: 42px;color: #fff;width: 48%;padding: 18px 0;}
footer .ftop .ditu a:nth-of-type(1){margin-top: 8px ;margin-bottom: 14px;}
footer .ftop .zzx{float: left;display: flex;justify-content: space-between;width: 32.9%;border-right: 1px dashed #7e97f0;padding: 0 82px 0 90px;}
footer .ftop .zzx img{display: block;width: 110%;}
footer .ftop .zzx p{color: #7e97f0;text-align: center;font-weight: bold;font-size: 30px;line-height: 42px;margin-top: 20px;}
footer ul{padding-left: 91px;float: left;}
footer ul li{margin-bottom: 26px;overflow: hidden;}
footer ul li img{float: left;display: block;margin-right: 16px;}
footer ul li .tec{float: left;}
footer ul li .tec p{font-size: 15px;color: #2b2d2f;margin-bottom: 0;font-weight: 600;}
footer ul li .tec h5{font-size: 30px;color: #7e97f0;margin-top: 5px;}
footer ul li:nth-of-type(3) .tec h5{font-size: 19px;}
footer .fbot{padding-top: 33px;}
footer .fbot p{text-align: center;font-size: 20px;line-height: 30px;color: #6f6f6f;}
footer .fbot p a{margin-right: 20px;}


}

@media screen and (min-width: 1200px) and (max-width: 1600px){
    footer .ftop .zzx img{width: 100%;}
    footer .ftop .zzx p{font-size: 20px;}
    footer ul{padding-left: 30px;}
}
@media screen and (min-width: 993px) and (max-width: 1200px){

    .part1{display: none;}

    .part2{width: 95%;margin: auto;}
    .part2 .container{width: 100%;padding: 0;margin: 0;}
    .part2 .cont .contr{display: none;}
    .part2 .cont .dang {font-size:14px;line-height: 15px;margin: 5px;}
    .part2 .cont .dang em {margin: 0;}
    .part2 .cont .contl{display: block;width: 100%;}
    .part2 .cont .contl .txt{padding: 10px 10px 20px;}
    .part2 .cont .contl .txt h5 {font-size: 20px;}
    .part2 .cont .contl .txt i {margin: 20px 0;}
    .part2 .cont .contl .txt i span {font-size: 14px;}
    .part2 .cont .contl .txt i>span:first-child::after {height: 20px;}
    .part2 .cont .contl .txt em {font-size: 15px;}
    .part2 .cont .contl .txt .used_title{display: none;}
    .part2 .cont .contl .txt .source {display: none;}
    .part2 .cont .contl .txt .gzc a{font-size: 15px;padding: 5px 10px;margin: 5px;}

    .part3{width: 100%;}
    .part3 .container{width: 100%;padding: 0;margin: 0;}
    .part3 .container .row .cont{padding: 0;display: block;padding-top: 20px;}
    .part3 .container .row .cont .text:nth-child(odd) {padding-right: 0;}
    .part3 .container .row .cont .text:nth-child(even) {padding-left: 0;}
    .part3 .container .row .cont .text h5 {padding-left: 25px;}
    .part3 .container .row .cont .text h5 span {display: none;}
    .part3 .container .row .cont .text p {font-size: 12pt;line-height: 30px;}

    footer .ftop .ditu a{font-size: 24px;line-height: 40px;}
    footer .ftop .zzx{padding: 0 65px;}
    footer .ftop .zzx img{width: 100%;}
    footer .ftop .zzx p{font-size: 18px;line-height: 36px;}
    footer ul{width: 43%;padding-left: 40px;float: left;}
    footer ul li .tec{float: none;}
    footer ul li .tec h5{font-size: 22px;}
    footer ul li:nth-of-type(3) .tec h5{font-size: 17px;}

}

@media screen  and (min-width: 769px) and (max-width: 992px){

    .part1{display: none;}

    .part2{width: 95%;margin: auto;}
    .part2 .container{width: 100%;padding: 0;margin: 0;}
    .part2 .cont .contr{display: none;}
    .part2 .cont .dang {font-size:14px;line-height: 15px;margin: 5px;}
    .part2 .cont .dang em {margin: 0;}
    .part2 .cont .contl{display: block;width: 100%;}
    .part2 .cont .contl .txt{padding: 10px 10px 41px;}
    .part2 .cont .contl .txt h5 {font-size: 20px;}
    .part2 .cont .contl .txt i {margin: 20px 0;}
    .part2 .cont .contl .txt i span {font-size: 14px;}
    .part2 .cont .contl .txt i>span:first-child::after {height: 20px;}
    .part2 .cont .contl .txt em {font-size: 15px;}
    .part2 .cont .contl .txt .used_title{display: none;}
    .part2 .cont .contl .txt .source {display: none;}
    .part2 .cont .contl .txt .gzc a{font-size: 15px;padding: 5px 10px;margin: 5px;}

    .part3{width: 100%;}
    .part3 .container{width: 100%;padding: 0;margin: 0;}
    .part3 .container .row .cont{padding: 0;display: block;padding-top: 20px;}
    .part3 .container .row .cont .text:nth-child(odd) {padding-right: 0;}
    .part3 .container .row .cont .text:nth-child(even) {padding-left: 0;}
    .part3 .container .row .cont .text h5 {padding-left: 25px;}
    .part3 .container .row .cont .text h5 span {display: none;}
    .part3 .container .row .cont .text p {font-size: 12pt;line-height: 30px;}

    footer .ftop .ditu a{font-size: 18px;line-height: 36px;}
    footer .ftop .zzx{padding: 0 27px 0 35px;}
    footer .ftop .zzx img{width: 100%;}
    footer .ftop .zzx p{font-size: 16px;line-height: 32px;}
    footer ul{width: 43%;padding-left: 40px;float: left;}
    footer ul li .tec h5{font-size: 16px;}
    footer ul li .tec{float: none;}
    footer ul li:nth-of-type(3) .tec h5{font-size: 16px;}
    footer .fbot p{font-size: 18px;}

}

@media screen and (min-width:320px) and (max-width: 768px){
     section{overflow: hidden;}
    .part1{display: none;}

    .part2{width: 95%;margin: auto;}
    .part2 .container{width: 100%;padding: 0;margin: 0;}
    .part2 .cont .contr{display: none;}
    .part2 .cont .dang {font-size:14px;line-height: 15px;margin: 5px;}
    .part2 .cont .dang em {margin: 0;}
    .part2 .cont .contl{display: block;width: 100%;}
    .part2 .cont .contl .txt{padding: 10px 10px 41px;}
    .part2 .cont .contl .txt h5 {font-size: 20px;}
    .part2 .cont .contl .txt i {margin: 20px 0;}
    .part2 .cont .contl .txt i span {font-size: 14px;}
    .part2 .cont .contl .txt i>span:first-child::after {height: 20px;}
    .part2 .cont .contl .txt em {font-size: 15px;}
    .part2 .cont .contl .txt .used_title{display: none;}
    .part2 .cont .contl .txt .source {display: none;}
    .part2 .cont .contl .txt .gzc a{font-size: 15px;padding: 5px 10px;margin: 5px;}

    .part3{width: 100%;}
    .part3 .container{width: 100%;padding: 0;margin: 0;}
    .part3 .container .row .cont{padding: 0;display: block;padding-top: 20px;}
    .part3 .container .row .cont .text:nth-child(odd) {padding-right: 0;}
    .part3 .container .row .cont .text:nth-child(even) {padding-left: 0;}
    .part3 .container .row .cont .text h5 {padding-left: 25px;}
    .part3 .container .row .cont .text h5 span {display: none;}
    .part3 .container .row .cont .text p {font-size: 12pt;line-height: 30px;}

    footer{padding: 10px 0 80px 0;overflow: hidden;}
    footer .ftop .ditu{display: none;}
    footer .ftop .zzx{display: none;}
    footer ul{float: left;width: 75%;margin-left: 15px;padding-left: 0;padding-bottom: 10px;}
    footer ul li .tec{width: 75%;}
    footer ul li .tec h5{font-size: 16px;font-weight: bold;}
    footer ul li:nth-of-type(3) .tec h5{font-size: 14px;}
    footer ul li:last-child{margin-bottom: 0;}

    footer .fbot{padding-top: 10px;}
    footer .fbot .container{width: 100%;}
    footer .fbot p{font-size: 16px;line-height: normal;margin-bottom: 5px;}

}



























