* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
}
div {
  box-sizing: border-box;
}
.main {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1300px) {
  .msg_box .msg_content,
  .msg_box .msg_contentlast {
    width: 100%; /* 让内容占满整个屏幕宽度 */
  }
}

@media (max-width: 768px) {
  .header .header_box .bot_nav a {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.main a{
  font-family: "宋体";
}

.main p{
  font-family: "宋体";
}

.main h3{
  font-family: "宋体";
}

.header {
  width: 100%;
  background: #f4f4f4;
}
.header .header_box {
  text-align: center;
}

.header .header_box .bot_nav {
  height: 60px;
  width: 100%;
  background: #cc3300;
}
.header .header_box .bot_nav a {
  color: #fff;
  font-size: 17px;
  margin-left: 70px;
  margin-right: 70px;
  height: 60px;
  line-height: 60px;
}
.header .header_box .bot_nav a:hover {
  color: #ffcc00;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  height: auto;
}
.msg_box {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: 50px auto;
}
.msg_box .msg_content {
  width: 620px;
}
.msg_box .msg_contentlast {
  width: 1300px;
}
.msg_box .msg_contentlast .title {
  border-bottom: 2px solid #cc3300;
  padding-bottom: 10px;
  display: flex; /* 启用Flexbox布局 */
  justify-content: space-between; /* 两端对齐 */
  align-items: center; /* 垂直居中 */
}

.msg_box .msg_contentlast .title h3 {
  color: #cc3300;
  font-weight: bold;
  margin: 0;
}

.msg_box .msg_contentlast .title a {
  margin-left: auto; /* 将链接推到右边 */
  margin-right: 0;
  color: #888888;
}

.msg_box .msg_contentlast .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center ;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.msg_box .msg_contentlast .list .item:hover .txt {
  color: #cc3300;
}

.msg_box .msg_contentlast .list .item .txt {
  font-size: 14px;
  color: #999;
  width: 100%;
  line-height: 20px;
  overflow: hidden;
  transition: all 0.1s;
  cursor: pointer;
}

.msg_box .msg_content .title {
  border-bottom: 2px solid #cc3300;
  padding-bottom: 10px;
  display: flex; /* 启用Flexbox布局 */
  justify-content: space-between; /* 两端对齐 */
  align-items: center; /* 垂直居中 */
}

.msg_box .msg_content .title h3 {
  color: #cc3300;
  font-weight: bold;
  margin: 0;
}

.msg_box .msg_content .title a {
  margin-left: auto;
  margin-right: 0;
  color: #888888;
}

.msg_box .msg_content .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center ;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.msg_box .msg_content .list .item:hover .txt {
  color: #cc3300;
}
.msg_box .msg_content .list .avtive img {
  width: 290px;
  height: 180px;
  margin-right: 20px;
}
.msg_box .msg_content .list .avtive .right_txt {
  width: 416px;
}
.msg_box .msg_content .list .avtive .right_txt .tit {
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  transition: all 0.1s;
  cursor: pointer;
}
.msg_box .msg_content .list .avtive .right_txt .tit:hover {
  color: #0b6cb8;
}
.msg_box .msg_content .list .avtive .right_txt p {
  text-align: justify;
}
.msg_box .msg_content .list .avtive .txt {
  height: 40px;
}
.msg_box .msg_content .list .item .txt {
  font-size: 14px;
  color: #999;
  width: 100%;
  line-height: 20px;
  overflow: hidden;
  transition: all 0.1s;
  cursor: pointer;
}
.msg_box .msg_content .list .item .time {
  text-align: right;
  color: #ccc;
  float: right;
  width: auto;
  white-space: nowrap;
  font-size: 14px;
}
.footer {
  height: 100px;
  background: #cc3300;
  margin-top: 50px;
}
.footer_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1300px;
  height: 100%;
  margin: auto;
  padding: 20px;
  font-size: 14px;
}
.footer_box .left {
  line-height: 30px;
  color: #fff;
}

.other-title h3 {
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #aa040b;
  padding-bottom: 9px;
  border-bottom: 3px solid #aa040b;
}

.position {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}

.position span {
  color: #666666;
  font-size: 16px;
  vertical-align: middle;
}

.position a {
  font-size: 16px;
  color: #666666;
  margin: 0 5px;
  vertical-align: middle;
}

.other_box {
  width: 1300px;
  margin: 20px auto;
}
