body{
	background:#e2e7fd;
}
div.banner img{
	width:100%;
}
div.main{
	width: 86%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:20px auto 0px;
}
/***************** newsarc star *********************/
div.listleft{
	width:78%;
}
div.jointitle{
	background:#253974;
	border-top-left-radius: 10px;
	padding: 35px 40px;
	color: #fff;
}
div.listleft div.tit{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	margin-bottom: 30px;
}
div.listleft h2 {
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 24px;
	line-height: 1.5;
}
div.listleft h2 span{
	font-size:18px;
	font-weight: 400;
}
.liscont p span {
    margin-right:80px;
}
.liscont .content {
    letter-spacing: 1px;
    line-height: 32px;
	background: #fff;
	padding: 60px 40px;
}
.liscont .content img{
	max-width:100%;
}
.listleft ul.updown {
    display: flex;
    width: 100%;
    padding: 0px 0px 20px;
    margin:20px 0px 10px;
}
.listleft ul.updown li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
	width: 49%;
    background: rgba(255,255,255,0.5);
    margin: 0px 0.5%;
    text-align: center;
    padding: 10px 0px;
}
.listleft .updown li:hover {
    background: rgba(255,255,255,1);
}
/***************** newsarc end *********************/
/***************** 相关推荐 star *********************/
dl.relevant{
	width:880px;
	margin-right:20px;
}
dl.relevant dt{
	padding: 20px 0px 20px;
    font-family: bender;
    font-size: 24px;
    color: #000066;
    line-height: 32px;
    border-top: 1px solid #ccc;
}
dl.relevant dd{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding-right: 20px;
	background:#fff;
}
dl.relevant dd a.title{
	display:block;
	float:left;
	width:240px;
	height:150px;
	margin-right:30px;
	overflow:hidden;
}
dl.relevant dd a img {
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
dl.relevant dd a:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
dl.relevant dd h4{
    font-size: 20px;
    margin: 20px 0px 10px;
    font-weight: normal;
}
dl.relevant dd p{
    margin-bottom:5px;
}
dl.relevant dd p span,dl.relevant dd p b {
	font-size:14px;
    margin-right: 5px;
    color:#999;
}
dl.relevant dd a.info {
    text-decoration: none;
    font-size: 14px;
	color:#999;
    line-height:24px;
}
.single-input-box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.single-input-box input, .single-input-box textarea {
  border: 1px solid #efefef;
  width: 100%;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #fafafa
}
.single-input-box::after{
	content: '*';
	display: block;
	color: #F90004;
	font-size: 12px;
	margin:0px 10px;
}
.single-input-box:nth-last-child(-n+3)::after{
	display:none;
}
.single-input-box textarea {
  height: 200px
}
.single-input-box:hover input, .single-input-box:hover textarea {
  background-color: transparent
}
.btn-primary {
  background: #ffc4a0;
  font-weight: 500;
  border-radius: 10px;
  color: #fff;
  border: 0
}
.btn-primary:focus {
  outline: none !important
}
.btn-primary:hover, .btn-primary:focus {
  background: #d4966f;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-primary i {
  margin-left: 10px;
  font-size: 22px
}
.btn-large {
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
@media (max-width: 1200px) {
body .main{
    flex-direction: column-reverse;
	padding: 0px 10px 0px;
}
div.listleft {
    width: 100%;
    margin-right: 0px;
}
.listleft ul.updown {
    width: 100%;
}
dl.relevant {
    width: 100%;
    margin-right: 0px;
}
}
@media (max-width:800px) {
div.listleft h2 {
    font-size: 18px;
}
dl.relevant dt {
    font-size: 18px;
}
dl.relevant dd h4 {
    font-size: 16px;
    margin: 10px 0px 6px;
}
dl.relevant dd p span, dl.relevant dd p b {
    font-size: 12px;
}
dl.relevant dd a.info {
    font-size: 13px;
    line-height: 20px;
}
}
@media (max-width:650px) {
dl.relevant dd {
    width: 100%;
	height:auto;
    padding: 15px;
}
dl.relevant dd a.title {
    float:none;
    width: 100%;
    height:auto;
    margin-right:0px;
}
}