﻿

.left_img{
    width: 45%;
    height: auto;
    display: inline-block;
}

.right_block{
    width: 50%;
    height: auto;
    margin-left: 3%;
    display: inline-block;
    vertical-align: top;
}

.title{
    font-size: 20px;
    font-weight: 600;
    margin-left: 2%;
    color:#6c757d;
    font-family: 'fzssjw';
    margin-bottom: 5px;
}

.title::before{
    content: '';
	vertical-align:middle;
    display:inline-block;
	width: 12px;
    height: 30px;
    margin-right: 20px;
	background-image: url(/images/travel_icon1.png);
	background-size: 100% 100%;
}

.content{
    font-size: 16px;
    margin-left: 2%;
    color:#6c757d;
    text-indent: 30px;
    line-height: 30px;
    text-align: justify;
}

.multi{
    text-indent: 0px;
    margin-left: 43px;
}

.content span{
    margin-right: 15px;
}

.left_icon::before{
    content: '';
	vertical-align:middle;
    display:inline-block;
	width: 24px;
    height: 24px;
    margin-right: 5px;
	background-size: 100% 100%;
}

.left_icon1::before{
    background-image: url(/images/tg3_icon1.png);
}

.left_icon2::before{
    background-image: url(/images/tg3_icon2.png);
}

.left_icon3::before{
    background-image: url(/images/tg3_icon3.png);
}

.left_icon4::before{
    background-image: url(/images/tg3_icon4.png);
}

.left_icon5::before{
    background-image: url(/images/tg3_icon5.png);
    margin-left: 3px;
}

.left_icon6::before{
    background-image: url(/images/tg3_icon6.png);
    margin-left: 7px;
}

.main-content {
    min-height: 900px !important;
}

@media screen and (max-width: 1024px)  {
    .left_img{
        width: 100%;
        height: auto;
        display: none;
        padding: 15px;

    }
    
    .right_block{
        width: 100%;
        height: auto;
        margin-left: 0;
        display: block;
        padding: 15px;
    }
}
