@charset "utf-8";
/* CSS Document */


/*新闻列表*/
.mainBox{width:100%; min-width: 1080px; background:url(../images/bodyBg3.png) repeat;padding-top: 20px;}
.mainList{ width: 1080px; margin:0 auto; box-shadow:0px 1px 16px 4px #f3f1f1; background:#fff;}
.mainList_sub{ width: 1080px; margin:36px auto 0; box-shadow:0px 1px 16px 4px #f3f1f1; background:#fff;}
.dynamicTitle{ overflow:hidden; height:50px; border-bottom:1px solid #bd9e5e; margin:0 33px 0; padding-top:24px;}
	.dynamicTitle h3{ font-size:24px; color:#a6855a; font-weight:normal; float:left; line-height:40px;}
.boread{ margin:12px 0 0 0; float:right;}
	.boread a,.boread b{ font-size:16px; color:#888; font-family:"microsoft yahei"; /*float:left;*/
	font-weight:normal;  }
	.boread b{ padding:0 8px 0 8px; float:none;}
	.boread a.boreadCur,.boread a:hover{ color:#a6855a;}
    .boread a:last-child{ color:#a6855a;}
.listCont{ margin:0 33px;}
.listRightUl{ overflow:hidden;}
.listRightUl li{ margin-top:30px; overflow:hidden; border-bottom:1px dashed #999; padding-bottom:22px;}

.listRightUl li:hover a{ color:#3887ea;}
.compute{ padding:0 22px 11px;}
	.compute a{ font-size:16px; color:#a6855a;}
	.compute span{ font-size:16px; color:#888; display:block; float:right;}
	.listRightUl li p{ font-size:14px; color:#888; line-height:21px; padding:0 22px;}
		.listRightUl li p a{ color:#3887ea;}

/*detail*/
.detailCont{ padding-bottom:52px; overflow:hidden;}
.detailCont table {margin: 0 auto !important;}
.detailCont table td {border: 1px solid #ddd !important;line-height:30px;}
.detailTitle{margin: 0 42px 0;}
	.detailTitle h3{ font-size:28px; color:#9b7744; text-align:center; padding-top:42px; font-weight:normal;}
	.detailTitle p{ margin:16px auto 0; width:40%;}
	.detailTitle p span{ font-size:14px; color:#999; text-align:center; padding:0 16px;}


.detailPhase{ margin:36px 42px 0;}
	.detailPhase p{ font-size:16px; color:#333; /*text-indent:34px;*/ line-height:28px; /*margin-bottom:18px;*/}
	.detailImg{ overflow:hidden; width:588px; margin:5px auto 22px;}
		.detailImg img{ float:left; display:block; width:272px; height:187px; margin:0 11px;}
.signature span{ display:block; font-size:16px; color:#999; float:right;}

.pageUl {
    width: 800px;
    margin: 28px auto 0;
    overflow: hidden;
}

.listCont {
    padding-bottom: 52px;
    overflow: hidden;
}
.pageUl a {
    padding: 0 6px;
       color: #3887ea;
}


/*滚动播出页面*/
.broadcastBox{ width:100%; min-width: 1080px; background:url(../images/bodyBg3.png) repeat;}
.broadCastCont{width: 1080px; margin:0 auto; padding:30px 0;}
.collegeTitle{ font-size:36px; color:#9a7748; text-align:center;}
.collegeUl{ overflow:hidden; margin-top:35px;}
.collegeUl li{ float:left; margin:0 35px 0; *width:84px;}
.collegeUl li img{ display:block; margin:0 auto; width:80px; height:80px; border:2px solid #fcfcfc; border-radius:45px;}
.collegeUl li img:hover{ border:2px solid #b2c8e2;}
.collegeUl li span{ display:block; font-size:16px; color:#0e4682; text-align:center; margin-top:16px;}
.broadDetail{ width: 1080px; margin:36px auto 0; 
  box-shadow:0px 1px 16px 4px #f3f1f1; background:#fff; overflow:hidden; padding-bottom:55px;}
.broadDetail_home{ width: 1080px; margin:0 auto; 
  box-shadow:0px 1px 16px 4px #f3f1f1; background:#fff; overflow:hidden; padding-bottom:55px;}
.castCont{ width:765px; float:left;}
.synopsisRight{ width:285px; float:left;}
.processUl{ margin-top:90px;}
	.processUl li{ width:100%; border-left:1px solid #f0e2d0; margin-left:11px; position:relative; padding:20px 0;}
	.processText .cicle{ display:block; position:absolute; margin-left:-9px; margin-top: 2px; width:16px; height:16px; background:url(../images/processIcons.png) no-repeat; *left:0;}
		.processText a{ font-size:16px; color:#888; padding-left:12px; line-height:23px;text-align: justify; width:208px; display:block; *float:left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
	.processText span{ width:16px; height:20px; display:block; background:url(../images/textIcons.png) no-repeat; float:left; margin:2px 0 0 20px;
	}
	.processUl li.processSelect .cicle{ background:url(../images/processIconsHover.png) no-repeat;}
	.processUl li.processSelect .processText a{ color:#a66b23;}
	.processUl li.processSelect span{ background:url(../images/textIconsHover.png) no-repeat;}
.castImg{ margin-bottom:45px;}
.detailTitle p span#hitcount {
    padding: 0;
}
.columnSelect{
  border: 2px solid #b2c8e2 !important;
}


/*2020/11/16*/
/*精品展示*/
.exhibitUl{ overflow:hidden; padding:28px 0 44px 0; border-bottom:1px dashed #999;}
	.exhibitUl li{ float:left; margin-right:18px; width:319px; margin:0 24px 34px 0;}
		.exhibitUl li b{ display:block;width:319px; height:249px; overflow:hidden;}
		.exhibitUl li img{ display:block; width:100%; height:100%;transition: all .5s ease; transform: scale(1.0);}
		.exhibitUl li span{ display:block; text-align:center; font-size:16px; color:#333; width:100%; margin-top:8px;}
	.exhibitUl li:hover img{ transform: scale(1.1); 
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}


/*2020/11/20资源内页*/
.broadCastCont{ width:1080px; margin:0 auto; overflow:hidden;}
.castBodCont{ overflow:hidden;}
.resourseLeft{ width:263px; float:left; margin:36px 0 0;}
.resourseLeft li a{ width:262px; height:61px; display:block; font-size:20px; color:#9a7748; background:#d4c7b5; text-align:center;
line-height:61px;}
.resourseLeft li a.resouSelect{ color:#fff; background:#a6855a;}

.reserouDetail{ width:808px; float:right;}
.reserouMain{ width:100%;}
.reserouseTitle h3{ width:605px; margin:0 auto;}
.detailPhase h2{ font-size:16px; color:#333; font-weight:normal; text-indent:23px; padding-bottom:20px;}
.castPhase{margin: 46px 42px 0;}

.broadcastPic{ margin:35px auto 40px; width:483px; overflow:hidden;}
	.broadcastPic img{ width:220px; height:148px; margin:0 9px;}
	
/*2020/11/20资源列表*/
.castList{ width:808px; float:right; margin:36px 0 0;}

/*2020/11/20资源精品展示*/

.castUlPic{ overflow:hidden; padding:28px 0 44px 0; border-bottom:1px dashed #999;}
	.castUlPic li{ float:left; margin-right:18px; width:230px; margin:0 24px 34px 0;}
		.castUlPic li b{ display:block;width:230px; height:179px; overflow:hidden;}
		.castUlPic li img{ display:block; width:100%; height:100%;transition: all .5s ease; transform: scale(1.0);
                   filter: brightness(120%);}
		.castUlPic li span{ display:block; text-align:center; font-size:16px; color:#333; width:100%; margin-top:8px;}
	.castUlPic li:hover img{ transform: scale(1.1); 
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}

.signature{
   margin-top: 10px;
}