nav {width: 100%;height: 86px;background-color: #d9d6c6;}
nav .nav-inside{width:774px;height: 100%;font-weight: 500;}
nav a{width: 178px;height: 54px;display: block;font-size: 20px;color: #fff;line-height: 54px;text-align: center;border-radius: 22px;color: #000;}
nav  a:hover{cursor:pointer;background-color: #ea530a;color: #fff;-webkit-box-shadow:0px 0px 9px 0px rgba(234,83,10,1);-moz-box-shadow: 0px 0px 9px 0px rgba(234,83,10,1);box-shadow: 0px 0px 9px 0px rgba(234,83,10,1);}
nav  .active{background-color: #ea530a;color: #fff;}
main{width: 100%;}
main .type{width: 1298px;display: grid;grid-template-columns: repeat(2,1fr);padding-bottom: 24px;}
main .type .type-inside a:hover{}

main .type .type-inside img{width: 632px;height: 368px;margin-top: 40px;}
main .type .type-inside p{font-size: 50px;line-height: 50px;margin-top: 20px;margin-bottom: 16px;font-weight: bold;}