*{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{padding-bottom: 0;
max-width: 1920px;
overflow: hidden;
margin: 0 auto;}
.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%;
}
/* ie下提示 */
.tips-box{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.tips-box .tips{
    width: 500px;
    height: 100px;
    padding: 20px;
    position: absolute;
    top: 100px;
    left: 100px;
    background: #636262;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* banner */
.banner {
    width: 100%;
    height: auto;
}
.banner.swiper-container {
    width: 100%;
    height: auto;
}
.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}
.banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}
.banner .slide-inner .txt {
    width: 895px;
    height: 111px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.banner .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
}
.banner .txt {
    width: 895px;
    height: 111px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.banner img {
    width: 100%;
    height: 100%;
}
.banner .slide-inner .txt img {
    width: 100%;
    height: 100%;
}

/* ie下 */
.isIe{
    display: none;
}
.ie-banner .item{
    position: relative;
    width: 100%;
    height: 300px;
}
.ie-banner .item img{
    width: 100%;
    height: auto;
}
.ie-banner .item .txt {
    width: 895px;
    height: 111px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.ie-banner .item .txt img {
    width: 100%;
    height: 100%;
}
/* banner end */

/* col1 */
.col-1{
    margin-top: 45px;
}
.col-1 .col1-img{
    float: left;
    margin-right: 29px;
}
.col-1 .col1-img,.col-1 .col1-img .item{
    width: 500px;
    height: auto;
}
.col-1 .col1-img .img{
    width: 100%;
    height: 282px;
}
.col-1 .col1-img .txt{
    width: 100%;
    height: auto;
    background: #305bbd;
    box-sizing: border-box;
    padding: 0 30px;
}
.col-1 .col1-img .txt h2{
    font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.col-1 .col1-img .txt h2 a{
    color: #ffffff;
}
.slick-prev{position: absolute;font-size: 0;cursor: pointer;z-index: 9;background: url("../images/jt-left.png") no-repeat center;width: 9px;height: 16px;background-size: 100%;border: none;outline: none;opacity: 1.8;left: 8px;bottom: 8px;}
.slick-next{position: absolute;font-size: 0;cursor: pointer;z-index: 9;background: url("../images/jt-right.png") no-repeat center;right: 8px;bottom: 8px;width: 9px;height: 16px;background-size: 100%;border: none;outline: none;opacity: 1.8;}

.clear{
    clear: both;
}
.col-1 .col1-list{
    float: left;
    width: 528px;
    border-right: 1px solid #d7e0f7;
    padding-right: 27px;
}
.col-1 .col1-list .head{
    font-size: 26px;
	line-height: 36px;
    font-weight: bold;
	color: #333333;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.col-1 .col1-list .head a,.col-1 .col1-list ul li a{
	color: #333333;
}
.col-1 .col1-list ul{
    margin-top: 3px;
}
.col-1 .col1-list ul li{
    font-size: 18px;
	line-height: 60px;
	letter-spacing: 0px;
	color: #333333;
    border-bottom: 1px dashed #ccc;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 5px;
}
.col-1 .col1-list ul li::before{
    content: "";
    display: block;
    overflow: hidden;
    width: 8px;
    height: 13px;
    background: url(../images/icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
}
.col-1 .col1-stock{
    width: 114px;
	height: 180px;
    background: #eff4fe;
    float: left;
    margin-top: 4px;
}
.col-1 .stock_information{
    box-sizing: border-box;
    padding: 12px 13px 0 11px;
}
.col-1 .stock_information h2,.col-1 .stock_information .date{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.col-1 .stock_information .data{
    font-size: 26px;
    font-weight: bold;
    margin: 22px 0 20px;
}
.col-1 .stock_information .icon{
    width: 19px;
    height: 20px;
    display: block;
    overflow: hidden;
    background-size: 100% 100%;
    float: right;
    margin-top: 7px;
}
.col-1 .stock_information .data.green .icon{
    background: url(../images/down.png) no-repeat
    ;
}
.col-1 .stock_information .data.red .icon{
    background: url(../images/up.png) no-repeat
    ;
}
.col-1 .stock_information .data.green{
    color: #079800;
}
.col-1 .stock_information .data.red{
    color: #f00;
}

/* 2024.3.22 广告位start */
.advertisement{
    width: 1200px;
    margin: 0 auto;
    margin-top: 63px;
}
.advertisement .pc-advertisement{
    width: 100%;
    height: auto;
    display: block;
}
.advertisement .phone-advertisement{
    width: 100%;
    height: auto;
    display: none;
}
@media screen and (max-width:768px) {
    .advertisement{
        width: 96%;
        margin-top: 0.5rem;
    }
    .advertisement .pc-advertisement{
        display: none;
    }
    .advertisement .phone-advertisement{
        display: block;
    }
}
/* 2024.3.22 广告位end */

/* col2 */
.col-2{
    margin-top: 63px;
}
.col-2 .col2-box{
    float: left;
    width: 640px;
}
.col-2 .col2-title h2{
    font-size: 26px;
	line-height: 34px;
	color: #ae8861;
    font-weight: bold;
    float: left;
}
.col-2 .col2-title a{
    font-size: 14px;
    letter-spacing: 0px;
    color: #808080;
    float: right;
    margin-top: 13px;
}
.col-2 .col2-content{
    width: 100%;
    margin-top: 34px;
}
.col-2 .col2-content .date{
    float: right;
}
.col-2 .col2-content .date p{
    font-size: 16px;
    color: #ae8861;
    text-align: center;
    line-height: 28px;
}
.col-2 .col2-content .txt{
    width: 519px;
    float: left;
    height: auto;
}
.col-2 .col2-content .txt h2{
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    height: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
}
.col-2 .col2-content .txt h2 a{
    color: #333333;
}
.col-2 .col2-content .txt p{
    font-size: 14px;
    margin-top: 8px;
    color: #ae8861;
}
.col-2 .col2-content .item:first-child{
    margin-top: -6px;
}
.col-2 .col2-content .item{
    margin-top: 18px;
}
.col-2 .qysp{
    width: 530px;
    margin-left: 29px;
}
.col-2 .qysp .col2-content{
    width: 100%;
    height: 300px;
}
.col-2 .qysp .col2-content video{
    width: 100%;
    height: 100%;
    background: #000;
    outline: none;
    border: none;
}
.col-2 .col2-content .img{
    width: 100%;
    height: 298px;
}


/* 融媒体矩阵 */
.col-3{
    width: 100%;
    height: 538px;
    background: url(../images/col-bg.jpg?v=0.1) no-repeat bottom center;
    margin-top: 50px;
    display: inline-block;
}
.col-3 .col{
    background: url(../images/icon2.png) no-repeat;
    background-position-x: 15px;
    background-position-y: 6px;
    position: relative;
    overflow: initial;
    display: block;
    margin-top: 37px;
}
#showcase {
	width: 100%;
	height: 400px;
	/*background: #16235e9c;*/ /* Old browsers */
	background: -moz-linear-gradient(top, #16235e 0%, #020223 100%); /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #16235e), color-stop(100%, #020223)); */ /* Chrome, Safari4+ */
	/* background: -webkit-linear-gradient(top, #16235e 0%, #020223 100%); */ /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #16235e 0%, #020223 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #16235e 0%, #020223 100%); /* IE10+ */
	/* background: linear-gradient(to bottom, #16235e 0%, #020223 100%); */ /* W3C */
	/* -webkit-box-shadow: 0px 0px 13px 5px #00dcff; */
	/* -moz-box-shadow: 0px 0px 13px 5px #00dcff; */
	/* box-shadow: 0px 0px 43px 30px #00dcff26; */
	/* border-radius: 8px; */
	/* margin-top: 12px; */
	visibility: hidden;
	/* border: 1px solid rgba(0,251,255,0.31); */
	z-index: 2;
	box-sizing: border-box;
}
#showcase img {
	cursor: pointer;
	transition: all .1s;
    width: 81px;
    height: auto;
}
#item-title {
	color: #F31414;
	font-size: 29px;
	letter-spacing: 0.13em;
	text-shadow: 1px 1px 6px #C72B2B;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 22px;
}
.nav {
	text-align: center;
	width: 100%;
}
.nav > button {
	width: 64px;
	height: 36px;
	color: #666;
	font: bold 16px arial;
	text-decoration: none;
	text-align: center;
	margin: 5px;
	text-shadow: 0px 1px 0px #f5f5f5;
	background: #f6f6f6;
	border: solid 2px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	z-index: 5;
}
.nav > button:active, .nav > button.down {
	background: #dfdfdf;
	border: solid 2px rgba(0, 0, 0, 0.6);
	box-shadow: none;
}

.cloud9-item{
	width: 140px;
	height: 50px;
    cursor: pointer;
    user-select: none;
    /* background: #16235e9c; */
}

.cloud9-item h2{
    font-size: 20px;
	line-height: 24px;
	color: #333333;
    text-align: center;
    font-weight: bold;
}
.cloud9-item p{
    font-size: 16px;
	font-weight: normal;
	color: #ae8861;
    text-align: center;
    margin-top: 5px;
}

.cloudBox{
	width: 1100px;
	margin: 0px auto 0;
	/* margin-left: 154px; */
}


/* 内容 */
.itemContent{
	width: 312px;
	height: 507px;
	box-sizing: border-box;
	padding: 16px 20px 16px 31px;
	display: none;
	background: rgb(152, 236, 232);
	z-index: 2;
	position: absolute;
	background: url(../images/popup-bg.png) no-repeat ;
    background-size: 100% 100%;
	top: -36px;
	right: 11px;
}
.itemContent .item{
	display: none;
}
.itemContent .item.active{
	display: block;
}
.itemContent .item .title{
    box-sizing: border-box;
    padding: 11px 0 7px;
}
.itemContent .item .title h2{
    font-size: 26px;
	font-weight: bold;
	line-height: 22px;
	color: #b4906c;
}
.itemContent .item .title p{
    font-size: 14px;
	color: #333333;
    margin-top: 5px;
}
.itemContent .item .content{
    width: 100%;
    height: 390px;
    overflow-y: auto;
    box-sizing: border-box;
    padding-left: 4px;
    margin-top: 20px;
    padding-right: 23px;
}
.itemContent .item .content p{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}
.itemContent .item .content img{
    width: 180px;
    height: auto;
    margin: 20px auto;
}
/* 设置滚动条的样式 */
.itemContent .item .content::-webkit-scrollbar {
    width: 10px;
}
/* 滚动槽 */
.itemContent .item .content::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #b4916c;
    width: 4px;
}
/* 滚动条滑块 */
.itemContent .item .content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #f8f4eb;
}
/* center 图标 */
.col-3 .center{
    width: 586px;
    height: 200px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.col-3 .center img{
    width: 463px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.col-3 .center .circular-1{
    width: 100%;
    height: 100%;
    border: 1px solid #b3906c;
    display: block;
    overflow: hidden;
    border-radius: 100%;
    animation: user_circular 6s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
}
.col-3 .center .circular-2{
    width: 100%;
    height: 100%;
    border: 1px solid #b3906c;
    display: block;
    overflow: hidden;
    border-radius: 100%;
    animation: user_circular2 6s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
}

@-webkit-keyframes user_circular {
0% {
    transform: skewY(0);
}
50% {
    transform: skewY(4deg);
}
100% {
    transform: skewY(0);
}
}
@-webkit-keyframes user_circular2 {
0% {
    transform: skewY(0);
}
50% {
    transform: skewY(-4deg);
}
100% {
    transform: skewY(0);
}
}
.close{
	position: absolute;
	width: 27px;
	height: 27px;
	right: -11px;
    top: -11px;
	cursor: pointer;
	background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
}
.slide-in-right {
-webkit-animation: slide-in-right .8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: slide-in-right .8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-right {
0% {
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
}

@keyframes slide-in-right {
0% {
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
}

.slide-out-right {
-webkit-animation: slide-out-right .8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
animation: slide-out-right .8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-out-right {
0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	opacity: 0;
}
}

@keyframes slide-out-right {
0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	opacity: 0;
}
}

/* ie下的矩阵 */
.ie-list{
    width: 100%;
    height: auto;
}
.ie-list .list-title{
    font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 3px;
	color: #ae8861;
    position: relative;
    text-align: center;
}
.ie-list .list-title::before,.ie-list .list-title::after{
    width: 460px;
    height: 1px;
    background:#b99876;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: 0 auto;
    left: 0;
    content: "";
    display: block;
    overflow: hidden;
}
.ie-list .list-title::after{
    right: 0;
    left: initial;
}
.ie-list .list-content{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0px 169px;
    margin-top: 25px;
}
.ie-list .list-content .item{
    width: 200px;
	height: 68px;
	border: solid 1px #b4906c;
    box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
    float: left;
    margin-bottom: 19px;
    margin-right: 19px;
    user-select: none;
}
.ie-list .list-content .item.active{
    background-image: linear-gradient(0deg, 
		#ffffff 49%, 
		#ede3d0 93%, 
		#ffffff 100%);
    border-bottom: 7px solid #b89776;
}
.ie-list .list-content h2{
    font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
}
.ie-list .list-content p{
    font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ae8861;
    text-align: center;
}
.ieMode .col{
    background: none;
}

.pc{
    display: block;
}
.phone{
    display: none;
}
@media screen and (max-width: 768px){
    .pc{
        display: none;
    }
    .phone{
        display: block;
    }
    .wrap,.banner.swiper-container,.banner img,.col-1 .col1-img, .col-1 .col1-img .item,.col-1 .col1-img .img,.col-1 .col1-list,.col-1 .col1-img,.col-2 .col2-box,.col-2 .col2-content .img,.col-2 .qysp .col2-content{
        width: 100%;
        height: auto;
    }
    .col{
        width: 96%;
    }
    .banner .txt{
        width: 90%;
        height: auto;
    }
    .col-1,.col-2,.col-2 .col2-content,.col-3{
        margin-top: 0.5rem;
    }
    
    
    /* fontsize */
    .ie-list .list-title,.itemContent .item .title h2{
        font-size: 23px;
    }
    .col-1 .col1-list .head,.col-2 .col2-title h2{
        font-size: 22px;
    }
    .col-1 .col1-img .txt h2,.col-1 .col1-list ul li,.col-2 .col2-content .txt h2,.col-2 .col2-content .date p{
        font-size: 16px;
    }
    .col-2 .col2-title a{
        font-size: 13px;
    }
    .col-2 .col2-content .txt p,.ie-list .list-content p,.itemContent .item .title p,.itemContent .item .content p{
        font-size: 14px;
    }
    .col-2 .col2-content .date strong,.ie-list .list-content h2{
        font-size: 18px;
    }
    /* fontsize end */
    
    .col-2 .col2-content .item,.ie-list .list-content{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }
    .col-1 .col1-list,.col-1 .col1-img,.col-2 .col2-box{
        float: none;
    }
    .col-1 .col1-img{
        margin-right: 0;
    }
    .col-1 .col1-list{
        padding-right: 0;
        margin-top: 0.5rem;
    }
    .col1-stock{
        display: none;
    }
    .col-1 .col1-list .head{
        line-height: .6rem;
    }
    .col-1 .col1-list ul li{
        line-height: .9rem;
    }
    .col-2 .col2-content .date{
        width: 29%;
    }
    .col-2 .col2-content .txt{
        width: 69%;
    }
    .col-2 .qysp{
        margin-left: 0;
        margin-top: .5rem;
    }
    .col-3{
        height: auto;
        padding-bottom: 2.3rem;
        background-position-x: -2rem;
        background-size: 240%;
    }
    .col-3 .col{
        margin-top: .5rem;
    }
    .cloudBox,.col-3 .center{
        display: none!important;
    }
    .ie-list{
        display: block!important;
    }
    .ie-list .list-title::before, .ie-list .list-title::after{
        width: 23%;
    }
    .ie-list .list-content{
        padding: 0;
    }
    .ie-list .list-content .item{
        float: none;
    }
    .ie-list .list-content .item{
        width: 47%;
        margin-right: 0;
        height: 1.36rem;
        padding: .2rem 0;
    }
    .itemContent{
        width: 312px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
    }

}
@media screen and (max-width: 360px){
/* fontsize */
.ie-list .list-title,.itemContent .item .title h2{
    font-size: 22px;
}
.col-1 .col1-list .head,.col-2 .col2-title h2{
    font-size: 21px;
}
.col-1 .col1-img .txt h2,.col-1 .col1-list ul li,.col-2 .col2-content .txt h2,.col-2 .col2-content .date p{
    font-size: 15px;
}
.col-2 .col2-title a{
    font-size: 12px;
}
.col-2 .col2-content .txt p,.ie-list .list-content p,.itemContent .item .title p,.itemContent .item .content p{
    font-size: 13px;
}
.col-2 .col2-content .date strong,.ie-list .list-content h2{
    font-size: 17px;
}
/* fontsize end */
}
@media screen and (max-width: 320px){
/* fontsize */
.ie-list .list-title,.itemContent .item .title h2{
    font-size: 21px;
}
.col-1 .col1-list .head,.col-2 .col2-title h2{
    font-size: 20px;
}
.col-1 .col1-img .txt h2,.col-1 .col1-list ul li,.col-2 .col2-content .txt h2,.col-2 .col2-content .date p{
    font-size: 14px;
}
.col-2 .col2-title a{
    font-size: 12px;
}
.col-2 .col2-content .txt p,.ie-list .list-content p,.itemContent .item .title p,.itemContent .item .content p{
    font-size: 12px;
}
.col-2 .col2-content .date strong,.ie-list .list-content h2{
    font-size: 16px;
}
/* fontsize end */
}