    body,p{
        padding: 0;
        margin: 0;
        font-size: 14px;
    }
	.zt-title {
		color:#084176;
		text-align: center;
		font-weight: bold;
		margin:20px 0;
    }
    .zt-title.white{
        color: white;
    }
    .zt-title	.title {
        font-size:20px;
    }
    .zt-title .sub-title {
        font-size:15px;
        margin-top: 10px;
    }
	
	.box{
		padding:15px;
    }
    .box.blue{
        background-color: #08528b;
        color: white;
    }
    .box.light-blue {
        background-color: #4385d7;
        color: white;
    }
	.b-title{
		margin: 20px 0;
		color: black;
		font-size: 18px;
	}
	.content{
		text-indent: 2em;
		color: #555;
		line-height:25px;
	}
	.circle-box{
		overflow: hidden;
		margin-bottom:20px;
    }
    .circle-box	.cb{
        width: 130px;
        height: 130px;
        border-radius: 65px;
        background-color: white;
        color: #000000;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
        padding-top:25%;
    }
    .cb div {
        font-size: 16px;
    }
    .cb :first-child{
        font-size:17px ;
        font-weight: bold;
        margin-bottom:10px;
    }
    .cb :last-child{
        font-size:12px;
    }
			
	

    .news-list{
        background: url(circle.png) 10px 0 no-repeat;
        background-size:20px;
        text-indent: 2.5em;
        display: flex;
        padding-bottom: 20px;
        position: relative;
        font-size: 14px;
        margin-top: 10px;
    }
    .news-list .time{
        font-size:12px;
    }
    .fire{
        background: url('https://oss.epta.org.cn/图标/fire.png') 10px 0 no-repeat;
        background-size:20px;
    }
    .competition{
        background: url('https://oss.epta.org.cn/图标/竞赛2.svg') 10px 0 no-repeat;
        background-size:20px;
    }
    .news-list:first-child{

    }
   .news-list:nth-child(2){

    }
    .news-list :first-child{
        width:65%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .news-list::after{
        content: '';
        width: 1px;
        height: 25px;
        position: absolute;
        background-color: #333;
        left: 20px;
        top: 24px;
    }
    .news-list:last-child::after{
        display: none;
    }

	
	.award-box {
		box-sizing: border-box;
		border-radius: 20px;
		background-color:#C9A265;
		color:white;
        margin-bottom: 20px;
        padding-bottom: 4px;
    }
	.award-box	.title {
        background: url('b150.png') center 0 no-repeat;
        background-size: 132px;
        color: #084176;
        font-size: 15px;
        font-weight: bold;
        height: 78px;
        text-align: center;
        padding-top: 87px;
        color: white;
    }
    .award-box	.content{
        padding: 13px;
        color: white;
        font-size: 15px;
        line-height: 27px;
    }
    .award-box.tbg1{
        background-color:#FBCC54;
    }
    .award-box.tbg1  .title {
        background-image:url('b147.png');
    }
    .award-box.tbg2{
        background-color:#B7B9BF;
    }
    .award-box.tbg2 .title {
        background-image:url('b148.png');
    }
    .award-box.tbg3{
        background-color:#E8C09E;
    }
    .award-box.tbg3 .title {
        background-image:url('b149.png');
    }
	

    .contact-div   .title {
        background: url(item.png) 20px 0 no-repeat;
        background-size: 32px;
        color: #084176;
        padding-left: 65px;
        font-size: 15px;
        font-weight: bold;
        min-height: 30px;
        margin-top: 10px;
    }
    .contact-div .el-image {
        width:180px;
        height:180px;
        margin-left:65px;
    }
    .contact-div .text {
        padding-left: 67px;
        font-size: 15px;
        padding-bottom: 20px;
    }
    .contact-div .text a{
        display: inline-block;
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
	.contact-con{
        padding-left: 96px;
        line-height: 30px;
        font-size: 12px;
        margin-top: 20PX;
        padding-bottom: 80px;
	}
    .award-info {
        background-color: white;
        padding: 9px;
        margin: 10px;
        color: #538EDE;
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        border-radius: 10px;
    }
    p.ptext{
        font-family: "microsoft YaHei";
        width: 100%;
        padding-left: 65px;
        word-break: break-word;
        width: 100%;
        box-sizing: border-box;
        white-space: break-spaces;
        padding-right: 20px;
        margin:0;
    }
    .news-title {
        background: #00000094;
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 12px;
    }
    .news-title span{
        display: block;
        color: white;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90%;
    }
    .com-zt .el-carousel__indicators{
        display: none;
    }