body{
    margin: 0;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Microsoft YaHei";
    background-color: #f5f5f5;
    font-size: 14px;
}
*{
    box-sizing: border-box;
}

a:hover{
    color: #68a4f8 !important;
}
.bread_link{
    width: 1200px;
    margin:auto;
    margin-top: 20px;
    color: #444;
    cursor: pointer;
    font-size: 12px;
}
.crumbs a{
    color: #444;
}

.main_part{
    flex: 1; 
    /* background-color: pink; */
    margin: auto;
    margin-top: 20px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
/* 左边 */
.main_part .left_content{
    width: 876px; 
}

.main_part .left_content .detail_content_box{
    border-radius: 8px;
    background-color: #fff;
    /* padding-bottom: 24px; */
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
	padding: 20px 20px;
}
.bread_link a {
    color: #444444;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}
.bread_text {
    color: #777777;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}
.detail_top{
    position: relative;
    min-height: 129px; 
    padding: 24px;
    border-radius: 8px 8px 0 0;
    border: 2px solid #fe9f5d;
    background: linear-gradient(96deg, #ff9e5a 35.27%, #ffdeb5 128.07%);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.detail_top img{
    position: absolute;
    width: 80px;
    height: 75px;
    right: 10px;
    top: 0px;
}
.detail_top .name{
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 18px;
}
.detail_top .zuoyong{
    font-size: 16px;
    line-height: normal;
}

.detail_item{
    margin: 0 40px 40px;  
    padding-bottom: 30px;
    border-bottom: 1px solid #F4F4F4;
	clear:both;
}
.detail_content_box .detail_item:last-child{
    margin-bottom: 0;
}
.item_title{
    position: relative; 
    font-size: 18px;
    font-weight: 600;  
    margin-bottom: 24px;
}

.item_title img{
    position: absolute;
    top: -7px;
    left: -7px;
    width: 16px;
    height: 16px; 
}

.detail_item ul li{
    display: flex;
    margin-top: 6px;
    font-size: 16px; 
    line-height: 30px;
}
.detail_item ul li .label{
    line-height: 40px;
    max-width: 160px;
    min-width: 65px;
    white-space: nowrap;
    text-align: right;
    margin-right: 20px; 
    color: #333;
}
.detail_item ul li .info{
    color: #333;
    white-space: pre-wrap;
}



.detail_item ul li .info a{
    color: #68a4f8;
}



/* 资讯 */
.top_zixun{
    background-color: #fff;
    border-radius: 8px;
    line-height: normal;
}
.zixun_title img{ width:16px; margin-right:10px;vertical-align: bottom;}
.zixun_title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
	line-height:24px;
}
.top_zixun ul li{
    font-size: 16px;
    padding: 10px 0px;
    display: flex;
    align-items: center;
	width:390px;
	float:left;
   
}

.top_zixun ul li a{
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top_zixun ul li a:hover{
    color: #68a4f8;
}
.top_zixun ul li::before{
    content: "";
    display: block;
    background-color: #538CFA;
    min-width: 6px;
    max-width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 8px;
}
.footer_zixun ul{ clear:both; overflow:hidden;}

.footer_zixun ul li{
    font-size: 16px;
    padding: 10px 0px;
    display: flex;
    align-items: center;
	width:377px;
	float:left;
	margin-top:0;
   
}

.footer_zixun ul li a{
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer_zixun ul li a:hover{
    color: #68a4f8;
}
.footer_zixun ul li::before{
    content: "";
    display: block;
    background-color: #538CFA;
    min-width: 6px;
    max-width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 8px;
}




.main_part .right_content{
    width: 300px; 
}





.nav_box{
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    padding-bottom: 10px;
    margin-top: 40px;
}
.nav_tilte{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 2px solid #68a4f8;
    margin-bottom: 20px;
}

.nav_box_outer{
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.nav_part{
    width: 100%; 
    /* margin-right: 16px; */
    margin-bottom: 16px;
    border-radius: 8px;
    background-color: #f5f5f5;

}
.nav_box_outer .nav_part:nth-child(4n){
    /* margin-right: 0; */
}
.part_title{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
}
.nav_part ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    padding-right: 10px;
}
.nav_part ul li{
    margin-left: 12px;
    margin-bottom: 10px;
}
.nav_part ul li a:hover{
    color: #6895FF !important;
}




.daofen {
    background-color: #fff;
    padding: 20px;
    line-height: normal;
    margin-top: 20px;
    border-radius: 8px; 
}
.daofen img{
    width: 258px;
    height: auto;
    margin-top: 15px;
}


/* 每个月份的信息模块 */
.month_info_box{
    min-height: 200px;
    background-color: rgb(255, 255, 255);
    /*margin-bottom: 37px;*/
    border-radius: 8px;
    padding-bottom: 6px;
    margin: 24px 0 11px 0;
}

.month_info_box .month_name{
    color: white;
    position: relative;
    height: 66px;
    background: linear-gradient(90deg,#6CAEFF,#6895FF);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 6px 6px 0 #699dff59;
    text-align: center;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;

}
.month_info_box .month_name span{
    line-height: 66px;
    font-weight: 600;
}
.month_info_box .month_name .number{
    font-size: 38px;
    margin-bottom: 6px;
    margin-right: 6px;
}
.month_info_box .month_name .label{
    position: absolute;
    width: 22px;
    height: 46px;
}
.month_info_box .month_name .label.circle1{
    top: -11px;
    left: 24px;
}
.month_info_box .month_name .label.circle2{
    top: -11px;
    left: 86px;
}
.month_info_box .month_name .label.circle3{
    top: -11px;
    right: 86px;
}
.month_info_box .month_name .label.circle4{
    top: -11px;
    right: 24px;
}

.month_info_box .table_outer{
    margin-bottom: 20px;
    margin: 0 24px 20px;

    /* background-color: pink; */
}

.month_info_box .table_outer .table_type_name{
    position: relative;
    height: 32px;
    width: 120px;
    font-size: 16px;
    font-weight: Bold;
    color: #fff;
    z-index: 1;
    text-align: center;
    line-height: 32px !important;
    margin-bottom: -1px;
}
.month_info_box .table_outer .table_type_name img{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 32px;
}
.month_info_box .table_outer .table_type_name span{
    z-index: 1;
    position: relative;
}

.month_info_box .table_outer .table_box{
    width: 100%;
    background-color: white;
}

/* 表格 */
.my_table{
    border-color: #fff;
    border-collapse:collapse
}

.my_table td{
    border-color: #E3E3E3;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.my_table tr:hover{
    background-color: #f6f9ff;

}

.my_table tr{
    height: 38px;
    font-size: 14px;
    color: #444;
    border-color: #E3E3E3;
    cursor: default;
}
.my_table tr.table_head{
    background-color: #f7f7f7;
    font-weight: 600;
}

.my_table  td{
    text-align: center;
}

.myblue{
    color: #69a4f9;
}
.my_table tr td a:hover{
    color: #69a4f9;
}
.month_title{
    padding-bottom: 20px;
    background-color: #f8f8f8;
    font-size: 20px;
    font-weight: 600;
}

.month_title a{
    float: right;  font-size: 14px; font-weight: 500; margin-top: 5px;
}
.wd-list{float:left; width:360px; height:140px; overflow:hidden; margin-right:10px;}
.wd-list .info{line-height:28px;}

.news-title-more{    float: right;
    color: #68a4f8;
    font-size: 14px;
    line-height: 11px;
}

.card_box{  
       box-sizing: border-box;
       width: 248px;
       border-radius: 8px;
       border: 1px solid #00000012;
       background: #FFF;
       transition: 0.5s;
       margin: 0 0 25px 0;
       padding-bottom: 11px;
       display: block;
       overflow: hidden;
}

.today-img {
    width: 248px;
    height: 182px;
    overflow: hidden; 
    position: relative;
}
.today-img img{
    border-radius: 8px 8px 0 0;
}
.img_cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-card-bottom-p1 {
    width: 100%;
    color: #333333;
    text-align: justify;
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
    padding:0 15px 0 13px;
    margin-top: 10px;
    box-sizing: border-box;

}
.bottom-sketch{
    width: 100%;
    color: #feab14;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.62px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    padding: 4px 15px 0 12px;
    box-sizing: border-box;
}
.bottom-qiang{
    display: inline-flex;
    padding: 0 23px 2px 23px;
    justify-content: center;
    align-items: center;
    border-radius: 45px;
    background: #F60;
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;

}

.bottom-receivebutton{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:8px;
    padding:0 15px 0 12px;
    box-sizing: border-box;
}



.price-descriptionwrap {
    width: 100%;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    word-break: break-all;
    /* display: flex; */
    /* align-items: center; */
    color: rgb(248, 124, 42);
}

.new_cover_left {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.new_cover_left [class^=info_]{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_cover_left{
    background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20247/23/2024723163014_41661.png");
}
.new_cover_left .info_1{
    color:#FE7800;
    max-width: 200px;
    font-size: 16px;
    font-weight: 600; 
    position: absolute;
    top:22%;
    left: 50%;
    transform: translate(-50%,-50%); 
}
.new_cover_left .info_2{
    color:#fff;
    font-size: 16px;
    font-weight: 600; 
    max-width: 200px; 
    position: absolute;
    top:48%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.new_cover_left .info_3{
    color:#FE7800;
    max-width: 200px;
    font-size: 16px;
    transform: translateY(-0.05rem); 
    position: absolute;
    top:74%;
    left: 50%;
    transform: translate(-50%,-50%); 
}
.new_cover_left.blue{
    background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20247/23/2024723163026_32643.png");
}
.new_cover_left.blue .info_1{
    color:#488AF7; 
}
.new_cover_left.blue .info_2{
    color:#fff; 
}
.new_cover_left.blue .info_3{
    color:#488AF7; 
    
}


/* end--每个月份的信息模块------------- */