﻿@CHARSET "UTF-8";
body{margin-bottom:60px;}
.ymzx{height: 400px; width: 1200px; margin: 0 auto;}
.ymzx_title{color: blue;font-size: 23px;font-weight:bold;}
.ymzx_nav{color: blue;   border-bottom: solid 1px #095ecd;    font-size: 23px;  font-weight: bold;}
.ymzx_content{display: flex; }
.ymzx_item{width:100%;   height: 60px;    line-height: 60px;  }
.ymzx_item_content{ display: flex;   height: 50px;    line-height: 50px;  }
.ymzx_left{   width: 50%;}
.ymzx_icon{ width:5px;background: blue;    height: 20px;    line-height: 20px;    margin: 15px 5px;}
.ymzx_stitle{color: #000;font-size: 16px; font-weight: bold;padding: 0 5px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:80%;}
.ymzx_time{width: 20%;color: #000;font-size: 14px;text-align: center;}
.ymzx_line{ border-bottom: solid 1px #eee;    font-size: 23px;  font-weight: bold; width: 95%;}
.ymzx_link{ color: #000;}
.ymzx_right{  width: 50%;}
