	* {
	    margin: 0;
	    padding: 0;
	}
	
	.titie_img {
	    /* width: 90%; */
	    /* border: 1px solid red; */
	    margin: auto;
	    position: relative;
	}
	
	.titie_text {
	    position: relative;
	}
	
	.titie_text img {
	    width: 100%;
	    height: 300px;
	}
	
	.titie_size {
	    position: absolute;
	    bottom: 0;
	    top: 45%;
	    left: 10%;
	    right: 0;
	    color: black;
	    /* font-weight: bold; */
	    font-size: 30px;
	    color: #FFFFFF;
	}
	
	.titie_posint {
	    position: absolute;
	    bottom: 0;
	    /* left: 0; */
	    top: 60px;
	    right: 150px;
	}
	
	.run {
	    width: 80%;
	    margin: auto;
	    margin-top: 50px;
	    margin-bottom: 100px;
	    display: flex;
	    /* justify-content: space-between; */
	}
	
	.run_width {
	    width: 50%;
	}
	
	.run_titie {
	    border-top: 4px solid #4272B4;
	    width: 100px;
	    margin-bottom: 5px;
	}
	
	.run_font {
	    font-weight: bold;
	    /* font-size: 14px; */
	    margin-bottom: 10px;
	}
	
	.run_sizei {
	    font-size: 28px;
	    margin-top: 70px;
	    font-weight: bold;
	}
	
	.run_wei {
	    font-size: 20px;
	    font-weight: bold;
	    margin-bottom: 50px;
	}
	
	.run_bor {
	    /* border: 1px solid red; */
	    margin-bottom: 20px;
	    margin-right: 20px;
	}
	
	.run_botm {
	    margin-bottom: 50px;
		text-align: center;
	    text-align: justify;
	}