.banner{
    width:100%;
    height: 355px;
    background: url('../images/banner.png') no-repeat center center;
    background-size: cover;
}
.content{
    width: 1000px;
    height: auto;
    margin:20px auto 40px ;
}
.focus_left{
    float: left;
    width: 640px;
    height: 360px;
    background: #f9f8f7;
    overflow: hidden;
   
}
.focus_left .swiper-interview{
    position: relative;
    
}
.focus_left .swiper-slide  img{
    width: 640px;
    height: 360px;
}
.focus_left .swiper-slide a{
    position: relative;
}
.focus_left .swiper-slide  p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 640px;
    height: 40px;
    background:url('../images/black.png') repeat-x;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-indent: 1em;
}
.focus_left span.swiper-pagination-switch{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #ffffff;
}
.focus_left span.swiper-active-switch{
    background: #fff;
}
.focus_left .swiper-pagination-interview{
    position: absolute;
    right: 10px;
    top: 335px;
    z-index: 9;
}

.focus_right{
    float: right;
    width: 340px;
    height: 360px;
    background: #f9f8f7;
}
.focus_right h3{
     
    text-align: center;
    margin: 28px auto 20px;
}

.focus_right h3 a img{
    width: 253px;
    height: 22px;  
} 
.focus_right .kr_title{
    width: 310px;
    height: 45px;
    background: #e7dbcc;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 45px;
}
.focus_right p{
    margin:5px auto;
    width: 300px;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    text-indent: 2em;
    padding-bottom: 10px;
    border-bottom: 1px dashed #979797;
}
.focus_right p a{   
    font-size: 12px;
    color: #333333;
    line-height: 22px;
}
.focus_right ul{
    width: 300px;
    margin: 0 auto;
} 
.focus_right ul li:first-child{
    margin-top: 15px;
}
.focus_right ul li{    
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    padding-left: 15px;
    background: url('../images/ds_red.png') no-repeat left 12px;
}
.focus_right ul li a{
    color: #333333;
}
.focus_right ul span{
    display: block;
    text-align: right;
    line-height: 35px;
}
.focus_right ul span a{
    color:#9D896B;
    font-size: 12px;
}
/* 本院专栏 */
.h20{
    margin-top:20px;
}
.content .title{
    width:1000px;
    height: 33px;
    line-height: 50px;
}
.content .p2 .title{
    background: url('../images/byzl.png') no-repeat center center;
/*    background-size: cover;*/
}
.content .title a{
    display: block;
    text-align: right;
    font-size: 12px;
    color: #9d896b;
}
.byzl_left{
    float: left;
    width: 490px;
}
.byzl_abstract{
    width:480px;
    height:188px;
    background: #F9F8F7;
    padding-right: 10px;
}
.byzl_abstract img{
/*
    width: 250px;
    height: 188px;
*/
    float: left;
    margin-right:10px;
}
.byzl_abstract h3{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}
.byzl_abstract p{
    margin-top:10px;
    text-indent: 2em;   
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}
/*
.byzl_abstract a{
    font-size: 12px;
    text-align: right;
    color: #333333;
    line-height: 22px;
    display: block;
}
*/
.byzl_left ul li:first-child,
.byzl_right ul li:first-child{
    margin-top:20px;
}
.byzl_left ul li,
.byzl_right ul li{
    width:100%;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    background: url('../images/ds_red.png') no-repeat left 12px;
    padding-left: 15px;
}
.byzl_left ul li a,
.byzl_right ul li a{
    color: #333333;
}
.byzl_right{
    float: right;
    width: 490px;
}
/* 专家解读 */
.content .p3 .title{
    background: url('../images/zjjd.png') no-repeat center center;
/*    background-size: cover;*/
}
.p3 ul{
    margin-top:15px;
}
.p3 ul li:first-child,
.p3 ul li:first-child+li+li+li{
    margin-left: 0;
}
.p3 ul li{
    float: left;
    margin-left:20px;
    margin-bottom:20px;
}
.p3 ul li .p3_img{
    width: 119px;
    height: 119px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-left: 60px;
}
.p3 ul li .p3_img img{
    width: 103px;
    height: 103px;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}
.p3 ul li .p3_img i{
    display: block;
    width: 119px;
    height: 119px;
    background: url('../images/mantle.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top:-5px;
    z-index: 0;
}
.p3 ul li span{
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #927448;
    line-height: 28px;
}
.p3 ul li .p3_abstract{
    width: 320px;
    height: 182px;
    background: #f9f8f7;
    overflow: hidden;
    margin-top:-60px;
}
.p3 ul li .p3_abstract h3{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 22px;
    margin-top:70px;
}
.p3 ul li .p3_abstract p{
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    padding: 5px 20px;
}
/*
.p3 ul li .p3_abstract a{
    display: inline-block;
    font-size: 12px;
    color: #333333;
    line-height: 22px;
    margin-left:25px;
}
*/
/* 史时辨析 */
.content .p4 .title{
    background: url('../images/ssbx.png') no-repeat center center;
/*    background-size: cover;*/
}
.p4_con{
    width: 320px;
    height: 520px;
    float: left;
}
.p4_middle{
    margin:0 20px;
}
.p4_title{
    margin:10px 0;
}
.p4_title h3{
    float: left;
    font-size: 18px;
    color: #9d896b;
    line-height: 18px;
    padding-left: 10px;
    border-left:3px solid #9D896B;
}
.p4_title a{
    float: right;
    font-size: 12px;
    color: #9d896b;
    line-height: 18px;
}
/*
.p4_list img{
    width: 320px;
    height: 180px;  
}
*/
.p4_list h2{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin: 8px 0;
}
.p4_list p{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #979797;
}
.p4_list p a{
    font-size: 12px;
    color: #333333;
    line-height: 17px;
}
.p4_list ul li{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-top:15px;
    padding-left: 15px;
    background: url('../images/ds_red.png') no-repeat left 4px;
}
.p4_list ul li a{
    color: #333333;
}
/* 文献著作+相关图书 */
.p5_left{
    float: left;
    width: 320px;
    height: 261px;
    background: #f9f8f7;    
}
.p5_left>p{
    width: 225px;
    height: 30px;
    background: url('../images/wx_zz.png') no-repeat center center;
/*    background-size: cover;*/
    margin: 0 auto;
    margin-top: -15px;
}

.poster-main {
    width: 320px;
    height: 160px;
    position: relative;
    margin: 20px auto;
  }
  
.poster-main a, .poster-main img { 
      display: block; 
      width: 100%;
      height: 100%;
    }
.poster-main .poster-item-title{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 22px;
    margin-top:15px;
}
  .poster-main .poster-list {
    width: 300px;
    height: 160px;
  }
  
  .poster-main .poster-list .poster-item {
    width: 300px;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .poster-main .poster-btn {
    position: absolute;
    top: 44%;
    z-index: 10;
    cursor: pointer;
    width: 20px !important;
    height: 33px !important;
    
  }
  

    
  .poster-main .poster-prev-btn {
     
    left: -44px;
    background: url("../images/ds_left.png") no-repeat center center;
    background-size: 100% 100%;
  }
    
  .poster-main .poster-next-btn {
    right: -44px;
    background: url("../images/ds_right.png") no-repeat center center;
    background-size: 100% 100%;
  }





.p5_right{
    float: right;
    width: 660px;
    height: 270px;
    position: relative;
    background: url('../images/xgts.png') no-repeat center center;
/*    background-size: 100% 100%;*/
    margin-top:-10px;
}
.swiper-02{
    width: 600px;
    height:220px;
}
.swiper-container-pic{
    width: 600px;
    height:235px;
    overflow: hidden;
    margin-left: 7px;
    margin-top:50px;
}
.p5_right .swiper-slide{
    width: 138px;
    height: 190px;
}
.p5_right .swiper-slide img{
    width: 138px;
    height: 190px;
}
.prev-btn{
    width: 20px;
    height: 33px;
    position: absolute;
    left:8px;
    top:46%;
    background: url('../images/ds_left.png') no-repeat center center;
    cursor: pointer;
    background-size: 100% 100%;
}
.next-btn{
    width: 20px;
    height: 33px;
    position: absolute;
    right:8px;
    top:46%;
    background: url('../images/ds_right.png') no-repeat center center;
    cursor: pointer;
    background-size: 100% 100%;
}
/* 推荐视频 */
.content .p6{
    margin-top: 35px;
}
.content .p6 .title{
    background: url('../images/tjsp.png') no-repeat center center;
/*    background-size: cover;*/
}
.p6 ul li:first-child{margin-left: 0;}
.p6 ul li{
    width: 235px;
    height: 157px;
    float: left;
    margin-left:20px;
    position: relative;
}
.p6 ul li img{
    width: 100%;
    height: 100%;
}
.p6 ul li p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 235px;
    height: 25px;
    background:url('../images/black.png') no-repeat center center;
    background-size: 100% 100%;
    font-size: 12px;
    color: #ffffff;
    line-height: 25px;
    text-indent: 1em;
}
.p6 ul li i{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    background: url('../images/play.png') no-repeat center center;
    z-index: 9;
    
}
/* footer */
/*
.about{
    width: 100%;
    height: 58px;
    background: #6a6d89;
    text-align: center;
}
.about a:first-child{margin-left: 0;}
.about a{
    font-size: 16px;
    color: #ffffff;
    line-height: 58px;
    margin-left: 15px;
}
.copy{
    width: 100%;
    height: 126px;
    background: #8d91aa;
    overflow: hidden;
}
.copy div{
    width: 439px;
    height:70px;
    margin:28px auto;
}
.copy img{
    width: 68px;
    height: 68px;
}
.copy a{
    float: left;
    margin-right: 10px;
}
.copy a,
.copy p{
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    line-height: 19px;
    text-align: left;
}
.copy p{
    margin: 7px 0;
}
*/


/*20201105*/
.p2{
    margin-top: 30px;
}
.p3{
    margin-top: 30px;
}
.p4_con{
    min-height: 520px;
    height: auto;
}
.p4_list ul li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.p5{
    margin-top: 50px;
}

/* copy版权 */
.copy {
  width: 100%;
  height: 58px;
  background: #6A6D89;
}

.copy p {
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  line-height: 58px;
}

.copy p a {
  color: #fff;
  padding: 0 5px;
}

/* footer */
.footer {
  display: none;
}

.newfooter {
  width: 100%;
  height: 172px;
  background: #8D91AA;
  text-align: center;
}

.newfooter .footer_cont {
  width: 440px;
  margin: 51px auto;
}

.newfooter img {
  float: left;
}

.newfooter span {
  display: inline-block;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 19px;
  text-align: left;
  margin-top: 10px;
}

/*20201113*/
.focus_left .swiper-slide{
    position: relative;
}
.focus_left .swiper-slide a{
	color: #fff;
}

.byzl div.more{
	text-align: right;
	font-size: 12px;
	margin-bottom: 10px;
}
.byzl div.more a{
	color: #9d896b;
}

.byzl_abstract{
	height: auto;
/*	min-height: 200px;*/
}
.byzl_abstract h3{
}
.byzl_abstract p{
    text-indent: 0;  
}
.byzl_abstract em{
    font-size: 12px;
    text-align: right;
    color: #333333;
    line-height: 22px;
    display: block;
}

.p3 ul li span{
    display: inline-block;
    width: 120px;
	height: 28px;
	word-wrap: break-word;
	overflow: hidden;
}
.p3 ul li span a{
    text-decoration: none;
    color: #927448;
}
.p3 ul li .p3_abstract {
    height: 222px;
    margin-top: -60px;
}
.p3 ul li .p3_abstract h3 {
	text-align: left;
    padding: 0 20px;
    margin-top: 55px;
}
.p3 ul li .p3_abstract p {
}
.p3 ul li .p3_abstract em{
    display: inline-block;
    font-size: 12px;
    color: #333333;
    line-height: 22px;
    margin-left:25px;
}
.p4_list img{
    width: 320px;
}
.p4_list p em{	
    display: inline-block;
    font-size: 12px;
    color: #333333;
    line-height: 22px;
    margin-left:25px;
}