@charset "utf-8";
/* CSS Document */
body{font-family:"微软雅黑";font-size: 14px;}
*{padding:0; margin:0;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{color:red;}
img,a,input, select, button {
    outline: none;
    border: none;
}
li{list-style:none;}
.fl{float:left;}
.fr{float:right;}

.m-auto{
	width:1200px;
	margin:0 auto;
}
.m-top{
	margin-top:20px;
}
.clear{clear: both;}

.head{background:#fff;}
.head-top{padding:20px 0;height:90px;}

.head-but{
	text-align: right;
	font-size: 14px;
	color:#605f5f;
}
.head-but a{color: #605f5f;
    display: inline-block;
    /* background: #3386f0; */
    padding: 3px 14px;
    border-radius: 6px;
    border: solid 1px #f3f3f3;}
a.head-but-l{
	color: #3386f0;
}

/*搜索*/
.search{margin-top:15px;}
.search input{
	width: 360px;
	height:35px;
	line-height: 35px;
	border:solid 1px #f8f8f8;
	background: #f8f8f8;
	padding: 0 20px;
}
.search button{
	width: 96px;
	text-align: center;
	background: #3386f0;
	color: #fff;
	    background-image: linear-gradient(to right,#58a1ff,#3386f0);
	height:37px;
	line-height: 37px;
}


/*导航条*/
.nav{
	width: 100%;
	height: 45px;
	background: #3386f0;
	clear: both;
}
.nav ul{
	display: block;
}
.nav ul li{
	width: 136px;
	float: left;
	text-align: center;
	margin-right: 14px;
	position: relative;
}
.nav ul li a{
	color: #fff;
	font-size:18px;
	display: block;
	width: 100%;
	height: 45px;
	line-height:45px;
	
}
.nav ul li a.hover,.nav ul li a:hover{
	background: #2664b2;
}
#jsddm li ul {
	width: 100%;
    margin: 0;
    padding: 10px 0 20px 0;
    position: absolute;
    visibility: hidden;
	background-color: #23abf1;
	z-index: 99999;
	border-top: solid 2px #fff;
	
	
}
#jsddm li ul li {
    float: none;
    display: inline;
	height: 45px;
    margin: 0;
}
#jsddm li ul li a {
  color: #FFFFFF;
	line-height: 45px;
	display: block;
	padding: 0;
	font-size: 16px;
}

#jsddm li ul li a:hover {
	background-color: #0C7DBA;
}

/*banner切换*/
.banner{  background:#000; position: relative;overflow:hidden; height: 400px; width: 1200px; margin: 0 auto;margin-top:10px;}
.flexslider{position:relative;overflow:hidden;height:400px;}
.slides{position:relative;z-index:1;height: 100%;}
.slides li{ overflow:hidden; height: 100%;}
.slides li a{display:block; height: 100%;background-size: cover!important;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;/**display:inline;zoom:1;*/}
.flex-control-nav a{display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    opacity: 0.2;}
.flex-control-nav .flex-active{opacity: 0.9;}


.flex-control-nav .flex-active{background-position:0 0;}
.flex-direction-nav{position:absolute;z-index:2;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:80px;height:80px;overflow:hidden;cursor:pointer;top:-55px;position:absolute; background:url(../images/flex.png) no-repeat; opacity: 0;}
.flex-direction-nav li a.flex-prev{left:40px;}
.flex-direction-nav li a.flex-next{right:40px; background-position:-80px 0}
.flexslider:hover .flex-direction-nav li a{opacity: 1;}

/*banner切换结束*/


/*标题样式公用*/
h3.title{
	font-size: 22px;
	position: relative;
	padding:10px 0;
	padding-left: 20px;
}

h3.title:before {
    content: "";
    position: absolute;
    top: 12px;
    left:0;
    display: inline-block;
	width: 5px;
    height: 23px;
	background: #3386f0;
	border-radius: 10px;
}
h3.title a{
	display: block;
	width: 25px;
	height: 6px;
	background: url(../images/more.png) no-repeat;
	position: absolute;
	right: 0;
	bottom:18px;
}
h3.title a:hover{
	background: url(../images/more2.png) no-repeat;
}
/*h3.title a i{
	display:inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #b0b0b0;
}*/

/*通知公告*/
.tzgg{
	width: 360px;
}
.tzgg ul li{
	background: #f4f4f4;
	margin-bottom:12px;
}
.tzgg ul li a{color:#5c676f;font-size:16px; display: block;height: 56px;
	line-height: 56px;}
.tzgg ul li a span{
	display:block;
	background: #d8e6f8;
	color: #3386f0;
	font-size: 18px;
	padding:0 8px;
	font-family: Monotype Corsiva;
	float: left;
	margin-right: 10px;
}
.tzgg ul li a:hover{
	background: #3386f0;
	color: #fff;
}
.tzgg ul li a:hover span{
	background: #FF9800;
	color: #fff;
}

/*招生简章*/
.zsjj{
	width:370px;
}
.zsjj .pic{
}
.zsjj ul{
	width: 100%;
	float:right;
}
.zsjj ul li{
	border-bottom:solid 1px #f3f3f3;
	height: 45px;
	line-height: 45px;
}
.zsjj ul li a{
	font-size: 16px;
	color: #4e4e4e;
	position: relative;
	padding-left: 15px;
}
.zsjj ul li a:hover{
	color:Red;
}
.zsjj ul li a:before {
    content: "";
	width: 4px;
    height: 4px;
	display: inline-block;
	background: #cccccc;
	border-radius: 50%;
    position: absolute;
    top: 8px;
    left:0;

	
}
.zsjj ul li a span{
	float:right;
	color: #a4a4a4;
	font-size:14px;
}



/**/
.tzgg .pic{
	margin-top: 10px;
}
.tzgg p{
	margin-top:18px;
}

/*硕士招生*/
.sszs{
	width: 388px;
	margin-left: 32px;
}
.tout h4 a{
	font-size: 16px;
	color: #404346;
	
}
.tout h4 a:hover{
	color:REd;
}
.tout p{
	background: #fff;
	padding:20px 25px;
	margin-top:10px;
	color: #464646;
	line-height: 22px;
}

.sszs ul{padding-top:10px;}
.sszs ul li{
	line-height: 40px;
	font-size: 16px;
}
.sszs ul li a{
	position:relative;
	padding-left: 15px;
}
.sszs ul li a:before {
    content: ">";
    position: absolute;
    top: -10px;
    left:0;
	font-family:Agency FB;
	font-size: 28px;
	color: #919191;
	
}



/**/
.zcfg{
	width:356px;
	margin-top:50px;
}
.zcfg h3.title{
	border-bottom:solid 3px #3386f0;
	padding-left: 0;
}
.zcfg h3.title:before{
	display:none
}
.zcfg ul li{
	padding-top: 10px;
}
.zcfg ul li a{
	position:relative;
	padding-left: 15px;
	font-size: 16px;
}
.zcfg ul li a:before {
    content: ">";
    position: absolute;
    top: -2px;
    left:0;
	font-family:Agency FB;
	font-size: 24px;
	color: #919191;
	
}
.zcfg ul li p{
	font-size: 12px;
	color: #8f8f8f;
	margin-top: 6px;
	padding-left: 15px;
}





/*考生问答*/
.kswd h3.title{
	border-bottom:solid 3px #4db232;
}

/*科大新闻*/
.kdxw {
	margin-left:54px;
	width: 390px;
}
.kdxw h3.title{
	border-bottom:solid 3px #ff4646;
}
.news-one{
	position: relative;
	width: 390px;
	height: 180px;
	overflow: hidden;
	margin: 10px 0;
}
.news-one h4{
	height: 40px;
	width: 100%;
	line-height: 40px;
	position: absolute;
	bottom:0;
	text-align: center;
}
.news-one h4:before {
    content: "";
	display: block;
	width: 100%;
	height: 40px;
	background: #000;
    position: absolute;
    top: 0;
    left:0;
	opacity: 0.6;
	
}
.news-one h4 a{
	z-index:222;
	color:#fff;
	position: relative;
	padding: 0 10px;
}
.kdxw ul{
	background: #ecf3f9;
}


.news-one div.pic img{transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;}

.news-one:hover div.pic img{ transform: scale(1.08);
            -webkit-transform: scale(1.08);
            -moz-transform: scale(1.08);
            -o-transform: scale(1.08);
            -ms-transform: scale(1.08);
}

.tzgg p img{transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;}

.tzgg p:hover img{ transform: scale(1.08);
            -webkit-transform: scale(1.08);
            -moz-transform: scale(1.08);
            -o-transform: scale(1.08);
            -ms-transform: scale(1.08);
}



.tzgg ul li{transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;}

.tzgg ul li:hover{ transform: scale(1.06);
            -webkit-transform: scale(1.06);
            -moz-transform: scale(1.06);
            -o-transform: scale(1.06);
            -ms-transform: scale(1.06);
}




/**/
.fotter{
width: 100%;
    /* height: 370px; */
    background: url(../images/fotter-bg.jpg) no-repeat;
    margin-top: 30PX;
    position: relative;
    padding: 30px 0 100px 0;
}
.like{
	color:#c5c5c5;
	padding:10px 0;
}
.like a{color:#c5c5c5;margin-right:10px;}
.fotter-fl{width:600px; margin-top: 20px;}
.fotter-fl .font-logo{float:left;margin-right: 20px;}
.fotter-fl p{
	color:#e5e5e5;
	line-height: 40px;
}
.fotter-fl p span{
	font-size: 30px;
	color: #3588f0;
	font-weight: bold;
}
.fotter-fr{
	text-align:center;
	color: #cdcdcd;
	line-height: 30px;
}
.fotter-bottom{
	width:100%;
	height:40px;
	padding: 30px 0;
	clear: both;
	background: #262626;
	text-align: center;
	color: #5B5B5B;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
}








/*弹窗公共样式2018/5/12*/
.mask{margin:0;padding:0;border:none;width:100%;height:100%;background:#000;opacity:0.5;filter:alpha(opacity=60);z-index:9999;position:fixed;top:0;left:0;display:none;}
#Popup{position:fixed;z-index:10000;display:none;top:80px;}
#Popup div.close{     position: absolute;right: 0; font-size: 30px;line-height: 50px;top: 0;padding: 0 10px;font-weight: normal;}
#Popup div.close a.close_btn{ display:block; color:#333;font-family: sans-serif; transition: All 0.4s ease-in-out;-webkit-transition: All 0.4s ease-in-out;-moz-transition: All 0.4s ease-in-out;-o-transition: All 0.4s ease-in-out;}
#Popup div.close a.close_btn:hover{ color:#F00;transform: rotate(180deg) scale(1.2);-webkit-transform: rotate(180deg) scale(1.2);-moz-transform: rotate(180deg) scale(1.2);-o-transform: rotate(180deg) scale(1.2);-ms-transform: rotate(180deg) scale(1.2);}


.login{
    background: #fff;
    z-index: 2;
    top:20%;
    right: 10%;
    padding: 30px 60px;
	width: 320px;
	border-radius: 4px;
	    box-shadow: rgba(0, 0, 0, 0.07) 0 0 50px;
}
.login .title h1{
	    line-height: 40px;
	    color: #3386f0;
    font-size: 26px;
}
.login  p{
	    font-size: 16px;
	margin-bottom: 10px;
		
}
.login_user,.login_pass,.login_code{
	margin-top:20px;
	border-radius: 5px;
	position: relative;
}
.login input{
	    background:#fafbff;
	border: solid 1px #eeeeee;
	height: 50px;
    line-height: 50px;
    padding: 0 6%;
    width: 88%;
	font-size: 16px;
}
.login_code input
{width: 40%; float: left;}


.login_button{
	margin:30px 0 10px 0;
}
.login_button input{    
	width: 100%;
    height: 50px;
    background: #3582f8;
    border-radius: 4px;
    transition: .3s;
    font-size: 16px;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: Microsoft YaHei,SimHei,Tahoma;
    font-weight: 100;
/*	background-image: linear-gradient(60deg, #3582f8 0%, #2ac38a 100%);*/
}

/*弹窗公共样式结束*/





.postion{color: #6f6f6f;line-height: 48px;}
/*新闻列表*/
.news-list{
	width:800px;
}
.news-list h2{
	position:relative;
	padding-left: 25px;
}
.news-list h2:before {
    content: "";
    position: absolute;
    top: 4px;
    left:0;
    display: inline-block;
	width: 10px;
    height: 41px;
	background: #ff2828;
	border-radius: 10px;
}


.news-list ul li{
	height: 140px;
	padding: 20px 0;
	border-bottom: solid 1px #f0f0f0;
}
.news-list ul li:hover{
	background:#f8fbff;
}
.news-list .pic{
	margin-right:20px;
	width: 220px;
	height: 140px;
	overflow: hidden;
}
.news-list .pic img{
	width:100%;
}
.news-list div.pic img{transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;}

.news-list ul li:hover div.pic img{ transform: scale(1.08);
            -webkit-transform: scale(1.08);
            -moz-transform: scale(1.08);
            -o-transform: scale(1.08);
            -ms-transform: scale(1.08);
}



.news-list h3{
	font-size:18px;
	margin-bottom: 10px;
	font-weight: 500;
}
.time-browse p{
	display:inline-block;
	color:#999999;
	position: relative;
	padding-left: 30px;
	margin-right: 10px;
}
.time-browse p:before{
	content: "";
    position: absolute;
    top: -1px;
    left:0;
    display: inline-block;
	width: 23px;
    height: 22px;
	background: #ff2828;
	border-radius: 10px;
	background: url(../images/ino.png) no-repeat;
}
.time-browse p.browse:before{
	    background-position: 0 -28px;
}
.news-list .font{
	color: #999999;
	line-height: 24px;
	margin-top: 10px;
	height: 48px;
	overflow: hidden;
}
.news-list button{
	float:right;
	color: #3386f0;
	margin-top: 5px;
	background: none;
	padding: 5px 10px;
}
.news-list button:hover{
	background:#FF9800;
	color: #fff;
}



/*翻页*/
.page{padding:30px 0;}
.page span{color:#999;}
.page a{
	display: inline-block;background: #3386f0;padding: 6px 10px; border-radius: 3px;
	color: #fff;
	margin-left: 10px;
}
.page p{display: inline-block;margin-left: 20px;}
.page p input{border:solid 1px #ccc; height: 29px; line-height: 29px; width: 53px; text-align: center;border-radius: 4px;margin: 0 5px;}
.page p button{background:#8299b7; color: #fff; height: 29px; line-height: 29px; width: 54px; text-align: center;border-radius: 4px; margin-left: 10px;}




/*新闻详情*/
.news-view{
	width:740px;
	
}
.news-view .content{
	border: solid 1px #ededed;
	padding: 20px 30px;
	width:100%;
}

.news-view h1{
	text-align:center;
	margin-bottom: 20px;
}
.news-view .font{
	line-height: 36px;
	font-size: 16px;
	color: #4e4e4e;
}


.Previous-page{
	margin-top:20px;
	    height: 210px;
	clear: both;
}
.daodu{ background:#f0f0f0; height:80px; margin:20px 0;}
.daodu b{  background:#6a737d; display:inline-block; color:#fff; padding:22px 10px; text-align:center; float:left;}
.daodu dt{ float:left; height:54px; line-height:25px; overflow:hidden; margin-top:15px; width:648px; margin-left:15px;}
.Previous-page .title{
	font-size: 26px;
	color: #2f3945;
	line-height: 60px;
}
.Previous-page h3{ margin-bottom:10px;height: 21px;
    overflow: hidden;}
.Previous-page .pic{
	margin-right:25px;
}
.Previous-page .font{
	font-size: 14px;
	line-height: 25px;
}
.Previous-page button{background: #3386f0;
    padding: 4px 10px;
    color: #fff;
    margin-top: 5px;}





/*走进科大*/
.ny-banner{
	width:100%;
	text-align: center;
	overflow: hidden;
}
.about-us-nav{
	width:268px;
	background: #7c95b4;
}
.about-us-nav .title{
	height: 55px;
	line-height: 55px;
	padding-left:70px;
	background: #2664b2 url(../images/jt.png) no-repeat 20px 20px; 
	color: #fff;
	font-size: 26px;
}
.about-us-nav ul li{
	font-size: 18px;
	border-bottom: solid 1px #8b9fb9;
	
}
.about-us-nav ul li a{
	display:block;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	color: #fff;
	position: relative;
	
}

.about-us-nav ul li a:before{
	content: ">";
	font-family:"黑体";
    position: absolute;
    top: -1px;
    right:20px;
	display: inline-block;
	opacity: 0.4;
}
.about-us-nav ul li a:hover,.about-us-nav ul li a.hover{
	background: #dee9f6;
	color: #3386f0;
}
.about-us-content{
	width:900px;
	line-height: 30px;
	color: #2f3945;
	font-size: 16px;
}

.about-us-content h1{margin-bottom: 20px;
	position: relative;padding-left: 25px;
}


.about-us-content h1:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 30px;
    background: #ff2828;
    border-radius: 10px;
}





/*注册*/
.register{
	width:1200px;
	margin:20px auto;
	background: #fff;
}

.register-content{
	width:446px;
	margin: 0 auto;
	padding: 40px 0;
}

.register .title h1{
	    line-height: 40px;
	    color: #3386f0;
    font-size: 26px;
	text-align: center;
}
.register  p{
	    font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
	width: 64px;
	text-align: right;
	padding-right: 10px;
		
}
.register_user,.login_pass,.register_code,.register_pass{
	margin-top:20px;
	border-radius: 5px;
	position: relative;
}
.register input{
	    background:#fafbff;
	border: solid 1px #eeeeee;
	height: 50px;
    line-height: 50px;
    padding: 0 6%;
    width: 300px;
	font-size: 16px;
}
.register_code input
{width: 40%; float: left;}
.register_gender{margin-top:20px;}
.register_gender input{
	width: 50px;
	line-height: 18px;
    padding: 0;
    height: 18px;
}
.register_button{margin: 30px auto;	width: 50%;
}
.register_button button{ 
	
	width: 100%;
    height: 50px;
	margin: 0 auto;
    background: #3582f8;
    border-radius: 4px;
    transition: .3s;
    font-size: 16px;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: Microsoft YaHei,SimHei,Tahoma;
    font-weight: 100;
/*	background-image: linear-gradient(60deg, #3582f8 0%, #2ac38a 100%);*/
}




/*图片列表*/
.main-content{
    width: 100%;
}

.image-list{
    width: 100%;
}
.image-list .cover{
    position: relative;
    width: 286px;
    height: 180px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
	overflow: hidden;
}
.image-list .cover img{
   width: 100%;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.image-list .cover:hover img{ 
	        transform: scale(1.08);
            -webkit-transform: scale(1.08);
            -moz-transform: scale(1.08);
            -o-transform: scale(1.08);
          -ms-transform: scale(1.08);
}
.image-list .cover h3{
	position: absolute;
    bottom: -40px;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
	background:url(../images/img-h3-bg.png) repeat-x;
	color: #fff;
	font-size: 12px;
	
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
	opacity: 0.8;
}

.image-list .cover:hover h3{ 
	 bottom: 0px;
	        transform: scale(1.08);
            -webkit-transform: scale(1.08);
            -moz-transform: scale(1.08);
            -o-transform: scale(1.08);
          -ms-transform: scale(1.08);
}



/*main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 790px;
    height: 590px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #2196F3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../images/icons/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../images/icons/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../images/icons/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../images/icons/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/icons/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/icons/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../images/icons/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/icons/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #737373;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../images/icons/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../images/icons/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}











