﻿.content_block{
    width: 100%;
    padding: 30px;
    height: auto;
    background-color: #e9eaeb;
    background-image: url(/images/tg2_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}

.title{
    font-size: 20px;
    font-weight: 600;
    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;
    color:#6c757d;
    line-height: 26px;
    text-align: justify;
    width: 70%;
}

.online{
    position: absolute;
    right: 100px;
    top:30%;
    width: 100px;
    height: 100px;

}

.main-content {
    min-height: 820px !important;
}