.container-grid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-rows: 418px 866px 36px;
    -ms-grid-columns: 1fr 1200px 1fr;
    -ms-grid-rows: 418px 866px 36px;
    background: url(../images/bg.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.banner-grid{
    grid-area: 1/1/2/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    background: url(../images/banner.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.main-grid{
    grid-area: 2/1/3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
}

.main-wrap{
    margin: 0 auto;
    margin-top: -40px;
    width: 1240px;
    height: 880px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 10px 0px 
		rgba(235, 231, 231, 0.5);
	        box-shadow: 0px 10px 10px 0px 
		rgba(235, 231, 231, 0.5);
	border-radius: 10px;
}

.row-one{
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.resume{
    width: 790px;
}

.title-temp-wrap{
    height: 40px;
    background: url(../images/title-bg.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
	border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.title-info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.title-icon{
    margin-left: 10px;
}

.title{
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.9px;
	color: #ffffff;
    margin-left: 10px;
}

.title-more{
    font-size: 15px;
	letter-spacing: 0.8px;
	color: #999999;
}

.title-more:hover{
    color: #ca1f27;
}

.resume-info{
    margin-top: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.resume-cover{
    width: 156px;
	height: 220px;
    margin-right: 26px;
}

.resume-detail{
    margin-top: 8px;
    margin-right: 7px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.quick-list{
    margin-left: 30px;
    display: grid;
    grid-template-columns: repeat(2,180px);
    grid-template-rows: repeat(2,124px);
    -ms-grid-columns: repeat(2,180px);
    -ms-grid-rows: repeat(2,124px);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
}

.quick-list>li{
    background-color: #ca1f27;
	border-radius: 6px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.quick-list>li>a{
    height: 100%;
    display: block;
    text-align: center;
}

.q-icon{
    margin-top: 18px;
}

.q-title{
    display: inline-block;
    margin-top: 19px;
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.9px;
	color: #ffffff;
}

.quick-list>li:hover{
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
}

.row-two{
    margin-top: 31px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.two-left,.two-middle,.two-right{
    width: 379px;
}

.row-two .title-temp-wrap{
    background: url(../images/title-bg2.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.master-info-wrap{
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.master-cover,.master-cover>img{
    width: 128px;
	height: 169px;
}

.master-tag{
    text-align: center;
}

.master-name{
    margin-top: 13px;
    font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.master-title{
    margin-top: 10px;
    font-size: 15px;
	color: #666666;
}

.master-resume{
    margin-top: -7px;
    margin-left: 6px;
    font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.loop{
    margin-top: 11px;
    height: 216px;
    overflow: hidden;
}

.result-list>li{
    margin-top: 8px;
    background-color: #eff5f9;
}

.result-list>li:first-child{
    margin-top: 0;
}

.result-list>li>a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    padding-right: 16px;
    position: relative;
}

.result-list>li>a::after{
    content: "";
    position: absolute;
    width: 8px;
	height: 8px;
	background-color: #ca1f27;
    left: 10px;
    top: 12px;
    border-radius: 50%;
}

.result-list>li>a>p{
    font-size: 16px;
	line-height: 24px;
    padding: 4px 0;
	color: #333333;
}

.two-right .resume-detail{
    margin-top: 5px;
}

.ablum-wrap{
    margin-top: 31px;
}

.bd{
    margin-top: 10px;
    overflow: hidden;
}

.bd ul li{
    float: left;
    margin-right: 20px;
}

.bd ul li a{
    display: block;
    border-radius: 10px;
}

.bd ul li a img{
    width: 224px;
	height: 168px;
	border-radius: 10px;
}

.footer{
    grid-area: 3/2/4/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
}

.footer p{
    text-align: center;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.8px;
	color: #555555;
}