



section  .yol {
	border-bottom: 1px solid #ececec;
}
section  .iz {
	display: flex;
	align-items: center;
	font-weight: 500;
	padding: 20px 0 15px;
}
section  .iz span {
	margin-bottom: 5px;
}
section .iz a {
	color: #bdc1d6;
	transition: 0.2s;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
section  .iz a span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 20px;
	background-color: #bdc1d6;
}
section  .iz a:hover {
	color: #000;
}

section  .sar {
	padding: 30px 0;
}
section  .sar h1{
	font-size: 30px;
}


section{
    width: 100%;
    overflow: hidden;
}



section .muh{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2px 0 0 0;
}
section .muh div{
    display: flex;
    align-items: center;
}
section .muh a h4{
    color: #111;
}
section .muh h5{
    margin: 0 10px;
    color: #aaa;
    font-size: 16px;
}
section .muh .spn{
    border: 1px solid #8527D8;
    padding: 9px;
    border-radius: 50px;
    background: #8527D8;
}
section .muh .spn:hover{
    background: #fff;
}
section .muh .spn:hover .span{
    background: #8527D8;
}
section .muh .span{
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotateZ(-90deg);
    clip-path: polygon(8% 23%, 50% 68%, 91% 24%, 100% 32%, 50% 85%, 0 32%);
}
section .linya{
    position: relative;
    margin: 18px 0 23px 0;
}
section .lin1{
    width: 100%;
    height: 2px;
    background: #ddd;
}
section .lin2{
    width: 100px;
    height: 4px;
    position: absolute;
    top: -1px;
    border-radius: 8px;
    background: #3858f6;
}


section .bolim{
    display: flex;
    justify-content: space-between;
    margin: 25px 0 0 0;
}
section .bolim .wrapper{
    max-width: 900px;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
}
section .bolim .wr1{
    max-width: 900px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    margin: 0 25px 0 0;
    margin: 0 auto;
}
section .bolim .wr1 .wrap{
    display: flex;
    margin: 0 0 20px 0;
}











section .bolim .wr1 .wrap .right{
    margin: 0 0 0 20px;
}
section .bolim .wr1 .wrap .right .time{
    color: #aaa;
    margin: 20px 0 0 0;
}
section .bolim .wr1 .wrap .right h4{
    margin: 16px 0 15px 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
section .bolim .wr1 .wrap .right p{
    font-size: 14px;
    color: #aaa;
}
section .bolim .wr1 .wrap .right a{
    color: #fff;
    padding: 7px 25px;
    border-radius: 20px;
}
section .bolim .wr1 .wrap .right a{
    background: rgb(226, 188, 20);
}
section .bolim .wr1 .wrap .right2 a{
    background: rgb(255, 14, 14);
}
section .bolim .wr1 .wrap .right3 a{
    background: rgb(20, 68, 226);
}
section .bolim .wr1 .wrap img{
    margin: -7px 0 0 0;
    border-radius: 10px;
}
section .bolim .wrt4 img{
    width: 100%;
    margin: 10px auto;
    border-radius: 10px;
}
section .bolim .wrt4{
    max-width: 300px;
    margin: 0 auto;
    flex-direction: column;
}



























section .bolim .wrapper .left{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section .bolim .wrapper .left a{
    color: #000;
    font-weight: 600;
}

section .bolim .wrapper .wrap .row{
    display: flex;
    align-items: center;
    margin: 0 0 13px 0;
}
section .bolim .wrapper .wrap .row a{
    color: #333;
    font-size: 18px;
    margin: 0 0 12px 0;
}
section .bolim .wrapper .wrap .row .time{
    color: #bbb;
    font-size: 14px;
    margin: 9px 0 0 0;
}
section .bolim .wrapper .wrap .row img{
    width: 100%;
    border-radius: 8px;
    margin: 0 12px 0 0;
}
@media (min-width: 700px){
    section .bolim .wrapper{
        max-width: 900px;
        min-width: 500px;
    }
}
@media (max-width: 700px){
    section .bolim .wrt4{
        display: none;
    }
}
@media (max-width: 500px){
    section .bolim .wr1 img{
        width: 100%;
    }
    section .bolim .wr1{
        width: 100%;
    }
    section .bolim .wr1 .wrap img{
        margin: 30px 0;
    }
}

@media (max-width: 500px) and (min-width: 400px){
    section .bolim .wr1 .wrap{
        flex-direction: column;
    }

}
@media (max-width: 400px){
    section .bolim .wr1 .wrap{
        flex-direction: column;
    }
}