.item_detail{
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px 0 50px 0;
}
.item_detail_left{
    width: 940px;
    height: auto;
    float: left;
}
.item_detail_left .detail_top{
    padding:27px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    position:relative;
}
.top_img{
    width: 318px;
    height: 318px;
    border:1px solid #bfbfbf;
    padding:19px;
}
.top_img img{
    width: 279px;
    height: 279px;
    border-radius: 15px;
}
.top_info{
    width: 538px;
}
.top_info .info_title{
    color: #000000;
    font-size: 23px;
    font-weight: bold;
}
.top_info .info_title .title_tag{
    font-size: 14px;
    margin-left: 20px;
    font-weight: normal;
}
.top_info .info_tag{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #e9e9e9;
    text-indent: 15px;
    margin: 15px 0;
}
.info_ul{

}
.info_ul li{
    text-indent: 15px;
    color: #6e6e6e;
    line-height: 30px;
}
.info_ul li span{
    color: #000000;
}
.info_btn{
    width: 140px;
    height: 44px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    background-color: #008fd7;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    bottom: 50px;
    right: 30px;
}

.item_detail_left .detail_bottom{
    width: 100%;
    height: auto;
    padding:30px 50px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}
.detail_bottom .desc_info{
    text-align: center;
    margin-bottom: 20px;
}
.desc_info .desc_title{
    color:#333333;
    font-size: 24px;
    font-weight: bold;
}
.font_blue{
    color: #3c7ee9;
}
.font_red{
    color: #ff0101;
}
.desc_sub_title{
    color:#a69999;
}

.desc_content{
    color: #4e4e4e;
    line-height: 30px;
}
.desc_table{
    margin-bottom: 20px;
    font-size: 14px;
}
.desc_table tr td{
    border: 1px solid #ececec;
    padding:5px;
    text-align: center;
    color: #222;
}
.desc_table thead tr td{
    background-color: #f0f6ff;
}

.item_detail_right{
    width: 240px;
}
.item_detail_right .right_info{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    margin-bottom: 20px;
}
.right_info .right_info_title{
    color: #292929;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-indent: 20px;
    font-weight: bold;
}
.right_info_content{
    text-align: center;
    padding:20px 0;
}
.right_info_content .img_jjr{
    width: 126px;
    height: 128px;
    margin:10px 0;
}
.right_info_content .img_name{
    font-weight: bold;
    color: #292929;
}
.img_btn{
    font-size: 14px;
    color: #fff;
    width: 130px;
    height: 33px;
    background-color: #3c7ee5;
    border-radius: 15px;
    display: inline-block;
    line-height: 33px;
    margin-top: 10px;
}
.info_content_ul li{
    text-align: center;
    margin:10px 0;
}
.info_content_ul li .li_img{
    width: 114px;
    height: 114px;
    border-radius: 10px;
}
.info_content_ul li .li_name{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.info_content_ul li .li_tag{
    color:#777;
    font-size: 12px;
}

.info_content_list li {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-indent: 25px;
    overflow: hidden;
}
.info_content_list li:nth-child(2n){
    background-color: #f9f9f9;
}
