<!DOCTYPE html>
<html>
<head>
<title>Document</title>
<style>
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
a{
text-decoration: none;
}
li{
list-style: none;
}
.news {
margin: 0 auto;
margin-top: 100px;
width: 500px;
height: 300px;
background-color: #fffdff;
border: #dbdee1 1px solid;
}
.news .title{
height: 60px;
width: 500px;
background-color: #f3eff1;
border: #d9d5d7 1px solid;
margin-top: -1px;
border-left: none;
}
.news .title a{
border-top: 3px solid #ff8400;
border-right: 1px solid #d9d5d7;
margin-top: -1px;
margin-left: -1px;
display: block;