*{margin:0px;padding:0px;}
body{font-family: "Microsoft YaHei","微软雅黑","simsun","sans-serif","Hiragino Sans GB","STHeiti",Arial;background-color:#fff;font-size:85%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;position: relative;}
h1,h2,h3,h4,h5,h6,em{font-weight:normal;font-style:normal;}
table,td,tr{border:none;border-collapse:collapse;}
ul,li,ol{list-style:none;}
img,fieldset{border:medium none;display:block;}
img{vertical-align:left;}
a{outline:none;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;cursor: pointer;}
a:link,a:visited{color:#333;text-decoration:none;}
a:hover,a:active{color:#b30000;text-decoration:underline;}
a.ani{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
.clear{clear:both;width:1px;overflow:hidden;height:0;}
.clearfix{*zoom: 1;}
.clearfix:after{clear: both;display: block;overflow: hidden;height: 0;visibility: hidden;content: ".";}
.hidden{display:none;}
.pull-left,.fl{float: left;}
.pull-right,.fr{float: right;}
.fdn{font-size: 0;text-indent: -999em;line-height: 0;}
.text-overflow{overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
h1{display: block;font-size: 0;line-height: 0px;text-indent: -999em;}
/*
    省略号css：
    panA:
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    panB:
    height:px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
*************************************************    
    半透黑色背景（且兼容ie）
    background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
*/
/*margin*/
.mt10{margin-top: 10px;} .mt20{margin-top: 20px;}

.wrap{background: url(images/bg.jpg) no-repeat center top;padding-bottom: 100px;}
.banner,.banner img,.col{width: 1200px;margin:0 auto;overflow: hidden;}
.flex_SpaceBetween{
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
}



.col .img{
    display: block;
    overflow: hidden;
}
.col img{
    width: 100%;
    height: 100%;
}

/* col1 */
.col1{
    margin-top: 30px;
}
.col1 .header .img{
    width: 638px;
    height: 358px;
}
.col1 .header .txt {
    width: 543px;
    height: auto;
    margin-top: 12px;
}
.col1 .header .txt h2{
    font-size: 28px;
	line-height: 46px;
	color: #2565af;
    font-weight: bold;
    height:auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.col1 .header .txt h2 a{
    color: #2565af;
}
.col1 .header .txt p{
    font-size: 18px;
	line-height: 50px;
	letter-spacing: 0px;
	color: #808080;
    background: url(./images/line2.png) no-repeat;
    background-size: 100%;
    background-position-y: 47px;
    margin-top: 15px;
}
.col1 .header .txt p a{
    color: #54cdff;
}

.col1 .news-list{
    margin-top: 37px;
}
.col1 .news-list .item{
    width: 585px;
    height: 114px;
    background: url(./images/item-bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 20px 45px;
    margin-bottom: 20px;
}
.col1 .news-list .item h2{
    font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	color: #ffffff;
    height:auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.col1 .news-list .item h2 a{
    color: #ffffff;
}
.col1 .more{
    width: 120px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #53c6f6;
    margin: 15px auto 0;
    font-size: 16px;
	line-height: 36px;
    text-align: center;
	color: #2565af;
    display: block;
    overflow: hidden;
}

/* col2 */
.col2{
    margin-top: 101px;
}
.col2 .title{
    width: 1200px;
    height: auto;
}
.col2 .bd{
    margin-top: 46px;
}
.col2 .bd .img{ 
    width: 800px;
	height: 260px;
	border: solid 1px #e5e5e5;
    box-sizing: border-box;
    padding: 10px;
}
.col2 .bd .txt{
    width: 378px;
    height: auto;
}
.col2 .bd .txt p{
    font-size: 18px;
	line-height: 50px;
	color: #808080;
    background: url(./images/line3.png) no-repeat;
    background-size: 100%;
    background-position-y: 47px;
}
.col2 .bd .txt p a{
    color: #54cdff;
}

@media screen and (max-width: 768px) {
    .wrap{
        padding-bottom: 2rem;
    }
    .wrap,.banner,.banner img,.col1 .header .img,.col1 .header .txt,.col2 .title,.col2 .bd .img,.col2 .bd .txt,.col1 .news-list .item{
        width: 100%;
        height: auto;
    }
    .col{
        width: 96%;
        height: auto;
        margin: 0 auto;
    }
    .col1,.col1 .header .txt,.col1 .news-list,.col2,.col2 .bd,.col2 .bd .txt{
        margin-top: .5rem;
    }
    /* fontsize */
    .col1 .header .txt h2{
        font-size: 20px;
    }
    .col1 .news-list .item h2{
        font-size: 19px;
    }
    .col1 .header .txt p,.col2 .bd .txt p{
        font-size: 17px;
        background: none;
    }
    /* fontsize end */
    .col1 .header .txt p,.col2 .bd .txt p{
        line-height: 38px;
    }
    .col1 .news-list .item{
        padding: .3rem .6rem;
    }
    .col1 .news-list .item h2{
        line-height: 30px;
    }
    .col2 .title{
        height: 1.2rem;
        width: 160%;
        margin-left: -1.7rem;
    }
}
@media screen and (max-width: 360px) {
    /* fontsize */
    .col1 .header .txt h2{
        font-size: 19px;
    }
    .col1 .news-list .item h2{
        font-size: 18px;
    }
    .col1 .header .txt p,.col2 .bd .txt p{
        font-size: 16px;
        background: none;
    }
    /* fontsize end */
}
@media screen and (max-width: 320px) {
    /* fontsize */
    .col1 .header .txt h2{
        font-size: 18px;
    }
    .col1 .news-list .item h2{
        font-size: 17px;
    }
    .col1 .header .txt p,.col2 .bd .txt p{
        font-size: 15px;
        background: none;
    }
    /* fontsize end */
}