.Container{width:1200px;margin:30px auto;min-height: 500px;display: flex;	
    justify-content: space-between;}

.Container1{width:1200px;margin:30px auto;min-height: 500px;}
    
.left{flex:0 1 250px;}

.right{flex:0 1 930px;}

.title{width:100%;text-align:center;line-height:50px;height:50px;background-color: #00aeeb;}
.title h1{color:#fff;font-size:16px;}

.content{width: calc(100% - 2px);border:1px solid #ccc;margin-bottom: 10px;}
.left .content .con{width:100%;border-bottom: 1px dashed #eee;height: 50px;}
.left .content .con a{display: inline-block;line-height: 50px;color:#333;padding-left:10px;
font-size: 14px;}

.right .content{ display:grid; grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 20px;
    }

.right .title{text-align: left;padding-left:20px;}
.right .content .con{text-align: center;padding: 20px;}
.right .content .con img{width:100%;height:160px;}
.right .content .con a{font-size:15px;margin-top: 10px;}


.line{width:100%;height:1px;background-color: #eee;margin: 20px 0;}


.con2{width: 800px;height:110px;display: flex;justify-content: space-between;padding:0 0 0 10px;margin-top:10px;}
.con2 .time{flex: 0 0 100px;border-right:1px solid #ccc;position: relative;}
.con2 .time::before{content: ""; position: absolute;top:10px;right:-6px;
    border-radius: 100%;
    width:11px;height:11px;background-color:#c6c6c6;z-index:119;}
    
    .con2 .time::after{content: ""; position: absolute;top:7px;right:-9px;
        border-radius: 100%;
        width:17px;height:17px;background-color:#f4f4f4;z-index:99;}
.con3{flex: 0 0 660px;}


.content1{width: calc(100% - 2px);border:1px solid #ccc;margin-bottom: 10px;}
.con3 .a1{font-size:14px;line-height:26px;}
.con3 p{font-size:12px;line-height:20px;}
.con3 .a2{font-size:12px;border: 1px solid #eee;border-radius: 10px;width:80px;height:24px;display: block;
line-height: 24px;text-align: center;margin-top:5px;}



.topic{font-size:22px;line-height:40px;}

.content2{width:100%;min-height: 500px;border:1px solid #ccc;padding:10px;}

.content3{width:100%;min-height: 500px;padding:10px;}