﻿section{
  width: 1400px;
  margin: 0 auto;}
section .pic{
  width: 1400px;
  height: 260px;}
section .pic img{
  width: 100%;
  height: 100%;}
section .container-main{
  width: 1200px;
  margin: 40px 100px 0 100px;
  min-height: 600px;}
section .container-main .left{
  width: 180px;
  border-top: #ccc 1px solid;
  float: left;
  display: inline-block;}
.container_left_item{
  width: 100%;
  height: 50px;
  /* display: flex; */
  text-align: center;
  line-height: 50px;
  user-select: none;
  cursor: pointer;}
.container_left_item_f{
  width: 100%;
  height: 70%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;}

.container_left_item.active .container_left_item_f{
  border-left: 2px solid #C51015;}
.container_left_item span{
  color: #666;
  font-size: 16px;
  font-weight: 300;}
.container_left_item span:hover a{
  color:#C51015;}
.icon-we{
  width: 24px;
  height: 24px;
  /* position: relative; */
  margin-top: 12px;
  margin-left: 20px;
  float: left;
  /* margin: auto; */
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("https://www.jakepeyser.com/dfiles/9862/themes/10763/default_10/imgs/135a47063feeda729b5a983fa971fb45.jpg");
  margin-right: 6px;}
.container_left_item:first-child{
  background-color: #C51015;}
.container_left_item:first-child span{
  color: #fff;
  font-size: 18px;
  float: left;}
.container_left_item span.active{
  color: #C51015;}
.container_left_item{
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;}

.icon-home{
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-image: url("https://www.jakepeyser.com/dfiles/9862/themes/10763/default_10/imgs/c35a2f41762ce3c0ceace2fc70e95f04.jpg");
  background-repeat: no-repeat;
  margin-right: 6px;}
section .container-main .right{
  width: calc(100% - 320px);
  padding: 0 60px;
  display: inline-block;}
section .container-main .header{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  color: #999;}
section .container-main .right .title{
  width: 100%;
  text-align: center;
  margin: 40px 0;}
section .container-main .right .title span{
  font-weight:bold;
  font-size:26px;}
section .container-main .right .title span a{
  font-weight:bold;
  font-size:26px;}
section .container-main .right .content{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow:overlay;}
section .container-main .right .content .content-body{
  width: 100%;}
section .container-main .right .content img{
  max-width:90%;}

.friend-link.active #ext-menu{
  display: block;}